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

List of all members.

Public Types

enum  Mode { UNKNOW, R90, R180, R270 }

Public Member Functions

 Config ()
Mode mode ()

Private Attributes

Gtk::Label q
Gtk::RadioButton r90
Gtk::RadioButton r180
Gtk::RadioButton r270

Detailed Description

Definition at line 17 of file rotate.cpp.


Member Enumeration Documentation

enum anonymous_namespace{rotate.cpp}::Config::Mode
Enumerator:
UNKNOW 
R90 
R180 
R270 

Definition at line 19 of file rotate.cpp.


Constructor & Destructor Documentation

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

Definition at line 20 of file rotate.cpp.


Member Function Documentation

Mode anonymous_namespace{rotate.cpp}::Config::mode ( ) [inline]

Definition at line 40 of file rotate.cpp.

Here is the caller graph for this function:


Member Data Documentation

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

Definition at line 52 of file rotate.cpp.

Gtk::RadioButton anonymous_namespace{rotate.cpp}::Config::r180 [private]

Definition at line 53 of file rotate.cpp.

Gtk::RadioButton anonymous_namespace{rotate.cpp}::Config::r270 [private]

Definition at line 53 of file rotate.cpp.

Gtk::RadioButton anonymous_namespace{rotate.cpp}::Config::r90 [private]

Definition at line 53 of file rotate.cpp.


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