egami
C++ Image Processing program
|
Public Member Functions | |
Config () | |
void | on_set_color () |
double | red () const |
double | green () const |
double | blue () const |
Private Attributes | |
Glib::RefPtr< Gtk::Adjustment > | gray_adjustment |
Glib::RefPtr< Gtk::Adjustment > | color_red_adjustment |
Glib::RefPtr< Gtk::Adjustment > | color_green_adjustment |
Glib::RefPtr< Gtk::Adjustment > | color_blue_adjustment |
Gtk::HScale | gray_widget |
Gtk::HScale | color_red_widget |
Gtk::HScale | color_green_widget |
Gtk::HScale | color_blue_widget |
Gtk::Label | gray_label |
Gtk::Label | color_red_label |
Gtk::Label | color_green_label |
Gtk::Label | color_blue_label |
Gtk::HBox | gray_box |
Gtk::Table | color_box |
Gtk::CheckButton | color_widget |
Definition at line 20 of file rescale.cpp.
anonymous_namespace{rescale.cpp}::Config::Config | ( | ) | [inline] |
Definition at line 23 of file rescale.cpp.
double anonymous_namespace{rescale.cpp}::Config::blue | ( | ) | const [inline] |
double anonymous_namespace{rescale.cpp}::Config::green | ( | ) | const [inline] |
void anonymous_namespace{rescale.cpp}::Config::on_set_color | ( | ) | [inline] |
double anonymous_namespace{rescale.cpp}::Config::red | ( | ) | const [inline] |
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{rescale.cpp}::Config::color_blue_adjustment [private] |
Definition at line 99 of file rescale.cpp.
Gtk::Label anonymous_namespace{rescale.cpp}::Config::color_blue_label [private] |
Definition at line 101 of file rescale.cpp.
Gtk::HScale anonymous_namespace{rescale.cpp}::Config::color_blue_widget [private] |
Definition at line 100 of file rescale.cpp.
Gtk::Table anonymous_namespace{rescale.cpp}::Config::color_box [private] |
Definition at line 103 of file rescale.cpp.
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{rescale.cpp}::Config::color_green_adjustment [private] |
Definition at line 99 of file rescale.cpp.
Gtk::Label anonymous_namespace{rescale.cpp}::Config::color_green_label [private] |
Definition at line 101 of file rescale.cpp.
Gtk::HScale anonymous_namespace{rescale.cpp}::Config::color_green_widget [private] |
Definition at line 100 of file rescale.cpp.
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{rescale.cpp}::Config::color_red_adjustment [private] |
Definition at line 99 of file rescale.cpp.
Gtk::Label anonymous_namespace{rescale.cpp}::Config::color_red_label [private] |
Definition at line 101 of file rescale.cpp.
Gtk::HScale anonymous_namespace{rescale.cpp}::Config::color_red_widget [private] |
Definition at line 100 of file rescale.cpp.
Gtk::CheckButton anonymous_namespace{rescale.cpp}::Config::color_widget [private] |
Definition at line 105 of file rescale.cpp.
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{rescale.cpp}::Config::gray_adjustment [private] |
Definition at line 99 of file rescale.cpp.
Gtk::HBox anonymous_namespace{rescale.cpp}::Config::gray_box [private] |
Definition at line 102 of file rescale.cpp.
Gtk::Label anonymous_namespace{rescale.cpp}::Config::gray_label [private] |
Definition at line 101 of file rescale.cpp.
Gtk::HScale anonymous_namespace{rescale.cpp}::Config::gray_widget [private] |
Definition at line 100 of file rescale.cpp.