egami
C++ Image Processing program
|
Public Member Functions | |
Config () | |
void | on_set_color () |
short | red () const |
short | green () const |
short | 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 |
anonymous_namespace{shift.cpp}::Config::Config | ( | ) | [inline] |
short anonymous_namespace{shift.cpp}::Config::blue | ( | ) | const [inline] |
short anonymous_namespace{shift.cpp}::Config::green | ( | ) | const [inline] |
void anonymous_namespace{shift.cpp}::Config::on_set_color | ( | ) | [inline] |
short anonymous_namespace{shift.cpp}::Config::red | ( | ) | const [inline] |
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{shift.cpp}::Config::color_blue_adjustment [private] |
Gtk::Label anonymous_namespace{shift.cpp}::Config::color_blue_label [private] |
Gtk::HScale anonymous_namespace{shift.cpp}::Config::color_blue_widget [private] |
Gtk::Table anonymous_namespace{shift.cpp}::Config::color_box [private] |
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{shift.cpp}::Config::color_green_adjustment [private] |
Gtk::Label anonymous_namespace{shift.cpp}::Config::color_green_label [private] |
Gtk::HScale anonymous_namespace{shift.cpp}::Config::color_green_widget [private] |
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{shift.cpp}::Config::color_red_adjustment [private] |
Gtk::Label anonymous_namespace{shift.cpp}::Config::color_red_label [private] |
Gtk::HScale anonymous_namespace{shift.cpp}::Config::color_red_widget [private] |
Gtk::CheckButton anonymous_namespace{shift.cpp}::Config::color_widget [private] |
Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{shift.cpp}::Config::gray_adjustment [private] |
Gtk::HBox anonymous_namespace{shift.cpp}::Config::gray_box [private] |
Gtk::Label anonymous_namespace{shift.cpp}::Config::gray_label [private] |
Gtk::HScale anonymous_namespace{shift.cpp}::Config::gray_widget [private] |