BALL
1.4.2
|
#include <BALL/VIEW/KERNEL/preferencesEntry.h>
Public Member Functions | |
ExtendedPreferencesObject () | |
virtual | ~ExtendedPreferencesObject () |
virtual bool | getValue (String &) const =0 |
Overload this in derived classes! More... | |
virtual bool | setValue (const String &)=0 |
Overload this in derived classes! More... | |
Base class for the more sophisticated GUI elements in a dialog, to support reading and (re)storing their state. Make sure to name all derived objects, by calling setObjectName() Otherwise (re-)storing the values wont work.
Definition at line 78 of file preferencesEntry.h.
|
inline |
Definition at line 83 of file preferencesEntry.h.
|
inlinevirtual |
Definition at line 86 of file preferencesEntry.h.
|
pure virtual |
Overload this in derived classes!
Implemented in BALL::VIEW::ShortcutRegistry, BALL::VIEW::HotkeyTable, and BALL::VIEW::ColorTable.
|
pure virtual |
Overload this in derived classes!
Implemented in BALL::VIEW::ShortcutRegistry, BALL::VIEW::HotkeyTable, and BALL::VIEW::ColorTable.