|
egami
C++ Image Processing program
|

Public Member Functions | |
| Config (std::vector< std::shared_ptr< Display_unit >> &units) | |
| const Image_unit * | choice () |
Private Attributes | |
| std::vector< std::shared_ptr < Image_unit > > | list |
| Gtk::ListViewText | lvt |
Definition at line 15 of file binary.cpp.
| anonymous_namespace{binary.cpp}::Config::Config | ( | std::vector< std::shared_ptr< Display_unit >> & | units | ) | [inline] |
Definition at line 17 of file binary.cpp.
| const Image_unit* anonymous_namespace{binary.cpp}::Config::choice | ( | ) | [inline] |
Definition at line 47 of file binary.cpp.
std::vector<std::shared_ptr<Image_unit> > anonymous_namespace{binary.cpp}::Config::list [private] |
Definition at line 53 of file binary.cpp.
Gtk::ListViewText anonymous_namespace{binary.cpp}::Config::lvt [private] |
Definition at line 54 of file binary.cpp.
1.7.4