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

List of all members.

Public Member Functions

 Config ()
bool is_act () const
bool do_sX () const
bool do_s45 () const
bool do_sY () const
bool do_s135 () const

Private Attributes

Gtk::Label q
Gtk::CheckButton sX
Gtk::CheckButton s45
Gtk::CheckButton sY
Gtk::CheckButton s135

Detailed Description

Definition at line 18 of file sobel.cpp.


Constructor & Destructor Documentation

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

Definition at line 20 of file sobel.cpp.


Member Function Documentation

bool anonymous_namespace{sobel.cpp}::Config::do_s135 ( ) const [inline]

Definition at line 56 of file sobel.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{sobel.cpp}::Config::do_s45 ( ) const [inline]

Definition at line 48 of file sobel.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{sobel.cpp}::Config::do_sX ( ) const [inline]

Definition at line 44 of file sobel.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{sobel.cpp}::Config::do_sY ( ) const [inline]

Definition at line 52 of file sobel.cpp.

Here is the caller graph for this function:

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

Definition at line 40 of file sobel.cpp.

Here is the caller graph for this function:


Member Data Documentation

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

Definition at line 61 of file sobel.cpp.

Gtk::CheckButton anonymous_namespace{sobel.cpp}::Config::s135 [private]

Definition at line 62 of file sobel.cpp.

Gtk::CheckButton anonymous_namespace{sobel.cpp}::Config::s45 [private]

Definition at line 62 of file sobel.cpp.

Gtk::CheckButton anonymous_namespace{sobel.cpp}::Config::sX [private]

Definition at line 62 of file sobel.cpp.

Gtk::CheckButton anonymous_namespace{sobel.cpp}::Config::sY [private]

Definition at line 62 of file sobel.cpp.


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