egami
C++ Image Processing program
Public Member Functions | Private Attributes
anonymous_namespace{simple_th.cpp}::Config Class Reference

List of all members.

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

Detailed Description

Definition at line 20 of file simple_th.cpp.


Constructor & Destructor Documentation

anonymous_namespace{simple_th.cpp}::Config::Config ( ) [inline]
Todo:
consider using a class for Sliders

Definition at line 23 of file simple_th.cpp.


Member Function Documentation

short anonymous_namespace{simple_th.cpp}::Config::blue ( ) const [inline]

Definition at line 94 of file simple_th.cpp.

Here is the caller graph for this function:

short anonymous_namespace{simple_th.cpp}::Config::green ( ) const [inline]

Definition at line 91 of file simple_th.cpp.

Here is the caller graph for this function:

void anonymous_namespace{simple_th.cpp}::Config::on_set_color ( ) [inline]

Definition at line 76 of file simple_th.cpp.

Here is the call graph for this function:

short anonymous_namespace{simple_th.cpp}::Config::red ( ) const [inline]

Definition at line 88 of file simple_th.cpp.

Here is the caller graph for this function:


Member Data Documentation

Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{simple_th.cpp}::Config::color_blue_adjustment [private]

Definition at line 99 of file simple_th.cpp.

Gtk::Label anonymous_namespace{simple_th.cpp}::Config::color_blue_label [private]

Definition at line 101 of file simple_th.cpp.

Gtk::HScale anonymous_namespace{simple_th.cpp}::Config::color_blue_widget [private]

Definition at line 100 of file simple_th.cpp.

Gtk::Table anonymous_namespace{simple_th.cpp}::Config::color_box [private]

Definition at line 103 of file simple_th.cpp.

Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{simple_th.cpp}::Config::color_green_adjustment [private]

Definition at line 99 of file simple_th.cpp.

Gtk::Label anonymous_namespace{simple_th.cpp}::Config::color_green_label [private]

Definition at line 101 of file simple_th.cpp.

Gtk::HScale anonymous_namespace{simple_th.cpp}::Config::color_green_widget [private]

Definition at line 100 of file simple_th.cpp.

Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{simple_th.cpp}::Config::color_red_adjustment [private]

Definition at line 99 of file simple_th.cpp.

Gtk::Label anonymous_namespace{simple_th.cpp}::Config::color_red_label [private]

Definition at line 101 of file simple_th.cpp.

Gtk::HScale anonymous_namespace{simple_th.cpp}::Config::color_red_widget [private]

Definition at line 100 of file simple_th.cpp.

Gtk::CheckButton anonymous_namespace{simple_th.cpp}::Config::color_widget [private]

Definition at line 105 of file simple_th.cpp.

Glib::RefPtr<Gtk::Adjustment> anonymous_namespace{simple_th.cpp}::Config::gray_adjustment [private]

Definition at line 99 of file simple_th.cpp.

Gtk::HBox anonymous_namespace{simple_th.cpp}::Config::gray_box [private]

Definition at line 102 of file simple_th.cpp.

Gtk::Label anonymous_namespace{simple_th.cpp}::Config::gray_label [private]

Definition at line 101 of file simple_th.cpp.

Gtk::HScale anonymous_namespace{simple_th.cpp}::Config::gray_widget [private]

Definition at line 100 of file simple_th.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends