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

List of all members.

Public Types

enum  Mode { UNKNOW, LAPLACIAN4, LAPLACIAN8 }

Public Member Functions

 Config ()
Mode mode ()

Private Attributes

Gtk::Label q
Gtk::RadioButton l4
Gtk::RadioButton l8

Detailed Description

Definition at line 17 of file laplacian.cpp.


Member Enumeration Documentation

enum anonymous_namespace{laplacian.cpp}::Config::Mode
Enumerator:
UNKNOW 
LAPLACIAN4 
LAPLACIAN8 

Definition at line 19 of file laplacian.cpp.


Constructor & Destructor Documentation

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

Definition at line 20 of file laplacian.cpp.


Member Function Documentation

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

Definition at line 38 of file laplacian.cpp.

Here is the caller graph for this function:


Member Data Documentation

Gtk::RadioButton anonymous_namespace{laplacian.cpp}::Config::l4 [private]

Definition at line 49 of file laplacian.cpp.

Gtk::RadioButton anonymous_namespace{laplacian.cpp}::Config::l8 [private]

Definition at line 49 of file laplacian.cpp.

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

Definition at line 48 of file laplacian.cpp.


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