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

List of all members.

Public Member Functions

 Config ()
bool is_act () const
bool do_l0 () const
bool do_l45 () const
bool do_l90 () const
bool do_l135 () const

Private Attributes

Gtk::Label q
Gtk::CheckButton l0
Gtk::CheckButton l45
Gtk::CheckButton l90
Gtk::CheckButton l135

Detailed Description

Definition at line 18 of file line.cpp.


Constructor & Destructor Documentation

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

Definition at line 20 of file line.cpp.


Member Function Documentation

bool anonymous_namespace{line.cpp}::Config::do_l0 ( ) const [inline]

Definition at line 44 of file line.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{line.cpp}::Config::do_l135 ( ) const [inline]

Definition at line 56 of file line.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{line.cpp}::Config::do_l45 ( ) const [inline]

Definition at line 48 of file line.cpp.

Here is the caller graph for this function:

bool anonymous_namespace{line.cpp}::Config::do_l90 ( ) const [inline]

Definition at line 52 of file line.cpp.

Here is the caller graph for this function:

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

Definition at line 40 of file line.cpp.

Here is the caller graph for this function:


Member Data Documentation

Gtk::CheckButton anonymous_namespace{line.cpp}::Config::l0 [private]

Definition at line 62 of file line.cpp.

Gtk::CheckButton anonymous_namespace{line.cpp}::Config::l135 [private]

Definition at line 62 of file line.cpp.

Gtk::CheckButton anonymous_namespace{line.cpp}::Config::l45 [private]

Definition at line 62 of file line.cpp.

Gtk::CheckButton anonymous_namespace{line.cpp}::Config::l90 [private]

Definition at line 62 of file line.cpp.

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

Definition at line 61 of file line.cpp.


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