egami
C++ Image Processing program
|
Public Types | |
enum | Mode { UNKNOW, R90, R180, R270 } |
Public Member Functions | |
Config () | |
Mode | mode () |
Private Attributes | |
Gtk::Label | q |
Gtk::RadioButton | r90 |
Gtk::RadioButton | r180 |
Gtk::RadioButton | r270 |
Definition at line 17 of file rotate.cpp.
enum anonymous_namespace{rotate.cpp}::Config::Mode |
Definition at line 19 of file rotate.cpp.
anonymous_namespace{rotate.cpp}::Config::Config | ( | ) | [inline] |
Definition at line 20 of file rotate.cpp.
Mode anonymous_namespace{rotate.cpp}::Config::mode | ( | ) | [inline] |
Gtk::Label anonymous_namespace{rotate.cpp}::Config::q [private] |
Definition at line 52 of file rotate.cpp.
Gtk::RadioButton anonymous_namespace{rotate.cpp}::Config::r180 [private] |
Definition at line 53 of file rotate.cpp.
Gtk::RadioButton anonymous_namespace{rotate.cpp}::Config::r270 [private] |
Definition at line 53 of file rotate.cpp.
Gtk::RadioButton anonymous_namespace{rotate.cpp}::Config::r90 [private] |
Definition at line 53 of file rotate.cpp.