Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::PreferencesEntry::ExtendedPreferencesObject Class Reference

Base class for the more sophisticated GUI elements in a dialog, to support reading and (re)storing their state. More...

#include <preferencesEntry.h>

Inheritance diagram for VIEW::PreferencesEntry::ExtendedPreferencesObject:

VIEW::HotkeyTable VIEW::QColorTable List of all members.

Public Member Functions

virtual bool getValue (String &) const
 Overload this in derived classes!
virtual bool setValue (const String &)
 Overload this in derived classes!

Detailed Description

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.

See also:
QColorTable