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

List of all members.

Public Member Functions

 Config ()
void on_set_color ()
double randomisation () const
bool colors () const
double red () const
double green () const
double blue () const

Private Attributes

Glib::RefPtr< Gtk::Adjustment > randomisation_adjustment
Glib::RefPtr< Gtk::Adjustment > color_red_adjustment
Glib::RefPtr< Gtk::Adjustment > color_green_adjustment
Glib::RefPtr< Gtk::Adjustment > color_blue_adjustment
Gtk::HScale randomisation_widget
Gtk::HScale color_red_widget
Gtk::HScale color_green_widget
Gtk::HScale color_blue_widget
Gtk::Label randomisation_label
Gtk::Label color_red_label
Gtk::Label color_green_label
Gtk::Label color_blue_label
Gtk::HBox randomisation_box
Gtk::Table color_box
Gtk::CheckButton color_widget

Detailed Description

Definition at line 19 of file noise.cpp.


Constructor & Destructor Documentation

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

Definition at line 22 of file noise.cpp.


Member Function Documentation

double anonymous_namespace{noise.cpp}::Config::blue ( ) const [inline]

Definition at line 91 of file noise.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{noise.cpp}::Config::colors ( ) const [inline]

Definition at line 88 of file noise.cpp.

Here is the caller graph for this function:

double anonymous_namespace{noise.cpp}::Config::green ( ) const [inline]

Definition at line 90 of file noise.cpp.

Here is the caller graph for this function:

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

Definition at line 75 of file noise.cpp.

Here is the call graph for this function:

double anonymous_namespace{noise.cpp}::Config::randomisation ( ) const [inline]

Definition at line 87 of file noise.cpp.

Here is the caller graph for this function:

double anonymous_namespace{noise.cpp}::Config::red ( ) const [inline]

Definition at line 89 of file noise.cpp.

Here is the caller graph for this function:


Member Data Documentation

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

Definition at line 94 of file noise.cpp.

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

Definition at line 96 of file noise.cpp.

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

Definition at line 95 of file noise.cpp.

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

Definition at line 98 of file noise.cpp.

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

Definition at line 94 of file noise.cpp.

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

Definition at line 96 of file noise.cpp.

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

Definition at line 95 of file noise.cpp.

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

Definition at line 94 of file noise.cpp.

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

Definition at line 96 of file noise.cpp.

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

Definition at line 95 of file noise.cpp.

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

Definition at line 100 of file noise.cpp.

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

Definition at line 94 of file noise.cpp.

Gtk::HBox anonymous_namespace{noise.cpp}::Config::randomisation_box [private]

Definition at line 97 of file noise.cpp.

Gtk::Label anonymous_namespace{noise.cpp}::Config::randomisation_label [private]

Definition at line 96 of file noise.cpp.

Gtk::HScale anonymous_namespace{noise.cpp}::Config::randomisation_widget [private]

Definition at line 95 of file noise.cpp.


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