|
egami
C++ Image Processing program
|
Public Member Functions | |
| Config (int w, int h) | |
| unsigned | getw () const |
| unsigned | geth () const |
| unsigned | getbic () const |
Private Attributes | |
| Glib::RefPtr< Gtk::Adjustment > | adjw |
| Gtk::Label | ttw |
| Gtk::SpinButton | btw |
| Glib::RefPtr< Gtk::Adjustment > | adjh |
| Gtk::Label | tth |
| Gtk::SpinButton | bth |
| Gtk::CheckButton | bic |
Definition at line 21 of file resize.cpp.
| anonymous_namespace{resize.cpp}::Config::Config | ( | int | w, |
| int | h | ||
| ) | [inline] |
Definition at line 23 of file resize.cpp.
| unsigned anonymous_namespace{resize.cpp}::Config::getbic | ( | ) | const [inline] |
Definition at line 43 of file resize.cpp.
| unsigned anonymous_namespace{resize.cpp}::Config::geth | ( | ) | const [inline] |
Definition at line 42 of file resize.cpp.
| unsigned anonymous_namespace{resize.cpp}::Config::getw | ( | ) | const [inline] |
Definition at line 41 of file resize.cpp.
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{resize.cpp}::Config::adjh [private] |
Definition at line 48 of file resize.cpp.
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{resize.cpp}::Config::adjw [private] |
Definition at line 45 of file resize.cpp.
Gtk::CheckButton anonymous_namespace{resize.cpp}::Config::bic [private] |
Definition at line 51 of file resize.cpp.
Gtk::SpinButton anonymous_namespace{resize.cpp}::Config::bth [private] |
Definition at line 50 of file resize.cpp.
Gtk::SpinButton anonymous_namespace{resize.cpp}::Config::btw [private] |
Definition at line 47 of file resize.cpp.
Gtk::Label anonymous_namespace{resize.cpp}::Config::tth [private] |
Definition at line 49 of file resize.cpp.
Gtk::Label anonymous_namespace{resize.cpp}::Config::ttw [private] |
Definition at line 46 of file resize.cpp.
1.7.4