|
egami
C++ Image Processing program
|
Public Types | |
| enum | Mode { UNKNOW, SHARPEN4, SHARPEN8 } |
Public Member Functions | |
| Config () | |
| Mode | mode () |
Private Attributes | |
| Gtk::Label | q |
| Gtk::RadioButton | s4 |
| Gtk::RadioButton | s8 |
Definition at line 17 of file sharpen.cpp.
| enum anonymous_namespace{sharpen.cpp}::Config::Mode |
Definition at line 19 of file sharpen.cpp.
| anonymous_namespace{sharpen.cpp}::Config::Config | ( | ) | [inline] |
Definition at line 20 of file sharpen.cpp.
| Mode anonymous_namespace{sharpen.cpp}::Config::mode | ( | ) | [inline] |
Gtk::Label anonymous_namespace{sharpen.cpp}::Config::q [private] |
Definition at line 48 of file sharpen.cpp.
Gtk::RadioButton anonymous_namespace{sharpen.cpp}::Config::s4 [private] |
Definition at line 49 of file sharpen.cpp.
Gtk::RadioButton anonymous_namespace{sharpen.cpp}::Config::s8 [private] |
Definition at line 49 of file sharpen.cpp.
1.7.4