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

List of all members.

Public Types

enum  Mode { UNKNOW, SHARPEN4, SHARPEN8 }

Public Member Functions

 Config ()
Mode mode ()

Private Attributes

Gtk::Label q
Gtk::RadioButton s4
Gtk::RadioButton s8

Detailed Description

Definition at line 17 of file sharpen.cpp.


Member Enumeration Documentation

enum anonymous_namespace{sharpen.cpp}::Config::Mode
Enumerator:
UNKNOW 
SHARPEN4 
SHARPEN8 

Definition at line 19 of file sharpen.cpp.


Constructor & Destructor Documentation

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

Definition at line 20 of file sharpen.cpp.


Member Function Documentation

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

Definition at line 38 of file sharpen.cpp.

Here is the caller graph for this function:


Member Data Documentation

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

Definition at line 48 of file sharpen.cpp.

Gtk::RadioButton anonymous_namespace{sharpen.cpp}::Config::s4 [private]

Definition at line 49 of file sharpen.cpp.

Gtk::RadioButton anonymous_namespace{sharpen.cpp}::Config::s8 [private]

Definition at line 49 of file sharpen.cpp.


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