|
libcrn
3.9.5
A document image processing library
|
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... | |
Representation for a configuration element.
Definition at line 34 of file GtkCRNConfigElement.h.
| ConfigElement::ConfigElement | ( | crn::ConfigElement & | el, |
| bool | differ = false |
||
| ) |
Constructor.
Constructor
| [in] | el | the configuration element to display |
| [in] | differ | shall the changes be applied later using apply_changes()? |
Definition at line 33 of file GtkCRNConfigElement.cpp.
|
inlineoverridevirtual |
Destructor.
Definition at line 40 of file GtkCRNConfigElement.h.
| 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.
1.8.6