libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
GtkCRN::ConfigElement Class Reference

Representation for a configuration element. More...

#include <GtkCRNConfigElement.h>

+ Inheritance diagram for GtkCRN::ConfigElement:
+ Collaboration diagram for GtkCRN::ConfigElement:

Public Member Functions

 ConfigElement (crn::ConfigElement &el, bool differ=false)
 Constructor. More...
 
virtual ~ConfigElement () override
 Destructor. More...
 
void apply_changes ()
 In differ mode, validates the changes to the value. More...
 

Detailed Description

Representation for a configuration element.

Definition at line 34 of file GtkCRNConfigElement.h.

Constructor & Destructor Documentation

ConfigElement::ConfigElement ( crn::ConfigElement el,
bool  differ = false 
)

Constructor.

Constructor

Parameters
[in]elthe configuration element to display
[in]differshall the changes be applied later using apply_changes()?

Definition at line 33 of file GtkCRNConfigElement.cpp.

virtual GtkCRN::ConfigElement::~ConfigElement ( )
inlineoverridevirtual

Destructor.

Definition at line 40 of file GtkCRNConfigElement.h.

Member Function Documentation

void ConfigElement::apply_changes ( )

In differ mode, validates the changes to the value.

In differ mode, validates the changes to the value

Definition at line 161 of file GtkCRNConfigElement.cpp.


The documentation for this class was generated from the following files: