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

List of all members.

Public Member Functions

 Config ()
bool is_act () const
bool do_pX () const
bool do_p45 () const
bool do_pY () const
bool do_p135 () const

Private Attributes

Gtk::Label q
Gtk::CheckButton pX
Gtk::CheckButton p45
Gtk::CheckButton pY
Gtk::CheckButton p135

Detailed Description

Definition at line 18 of file prewitt.cpp.


Constructor & Destructor Documentation

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

Definition at line 20 of file prewitt.cpp.


Member Function Documentation

bool anonymous_namespace{prewitt.cpp}::Config::do_p135 ( ) const [inline]

Definition at line 56 of file prewitt.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{prewitt.cpp}::Config::do_p45 ( ) const [inline]

Definition at line 48 of file prewitt.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{prewitt.cpp}::Config::do_pX ( ) const [inline]

Definition at line 44 of file prewitt.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{prewitt.cpp}::Config::do_pY ( ) const [inline]

Definition at line 52 of file prewitt.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{prewitt.cpp}::Config::is_act ( ) const [inline]

Definition at line 40 of file prewitt.cpp.

Here is the caller graph for this function:


Member Data Documentation

Gtk::CheckButton anonymous_namespace{prewitt.cpp}::Config::p135 [private]

Definition at line 62 of file prewitt.cpp.

Gtk::CheckButton anonymous_namespace{prewitt.cpp}::Config::p45 [private]

Definition at line 62 of file prewitt.cpp.

Gtk::CheckButton anonymous_namespace{prewitt.cpp}::Config::pX [private]

Definition at line 62 of file prewitt.cpp.

Gtk::CheckButton anonymous_namespace{prewitt.cpp}::Config::pY [private]

Definition at line 62 of file prewitt.cpp.

Gtk::Label anonymous_namespace{prewitt.cpp}::Config::q [private]

Definition at line 61 of file prewitt.cpp.


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