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

List of all members.

Public Member Functions

 Config ()
unsigned precision () const
bool r_a () const
bool g_a () const
bool b_a () const

Private Attributes

Glib::RefPtr< Gtk::Adjustment > adj
Gtk::Label tt
Gtk::SpinButton bt
Gtk::CheckButton rb
Gtk::CheckButton gb
Gtk::CheckButton bb

Detailed Description

Definition at line 23 of file histogram.cpp.


Constructor & Destructor Documentation

anonymous_namespace{histogram.cpp}::Config::Config ( ) [inline]

Definition at line 25 of file histogram.cpp.


Member Function Documentation

bool anonymous_namespace{histogram.cpp}::Config::b_a ( ) const [inline]

Definition at line 50 of file histogram.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{histogram.cpp}::Config::g_a ( ) const [inline]

Definition at line 49 of file histogram.cpp.

Here is the caller graph for this function:

unsigned anonymous_namespace{histogram.cpp}::Config::precision ( ) const [inline]

Definition at line 44 of file histogram.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{histogram.cpp}::Config::r_a ( ) const [inline]

Definition at line 48 of file histogram.cpp.

Here is the caller graph for this function:


Member Data Documentation

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

Definition at line 53 of file histogram.cpp.

Gtk::CheckButton anonymous_namespace{histogram.cpp}::Config::bb [private]

Definition at line 56 of file histogram.cpp.

Gtk::SpinButton anonymous_namespace{histogram.cpp}::Config::bt [private]

Definition at line 55 of file histogram.cpp.

Gtk::CheckButton anonymous_namespace{histogram.cpp}::Config::gb [private]

Definition at line 56 of file histogram.cpp.

Gtk::CheckButton anonymous_namespace{histogram.cpp}::Config::rb [private]

Definition at line 56 of file histogram.cpp.

Gtk::Label anonymous_namespace{histogram.cpp}::Config::tt [private]

Definition at line 54 of file histogram.cpp.


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