BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
BALL::VIEW::PreferencesEntry::ExtendedPreferencesObject Class Reference

#include <BALL/VIEW/KERNEL/preferencesEntry.h>

Inheritance diagram for BALL::VIEW::PreferencesEntry::ExtendedPreferencesObject:
BALL::VIEW::ColorTable BALL::VIEW::HotkeyTable BALL::VIEW::ShortcutRegistry

List of all members.

Public Member Functions

 ExtendedPreferencesObject ()
virtual ~ExtendedPreferencesObject ()
virtual bool getValue (String &) const =0
 Overload this in derived classes!
virtual bool setValue (const String &)=0
 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

Definition at line 78 of file preferencesEntry.h.


Constructor & Destructor Documentation

Definition at line 83 of file preferencesEntry.h.

Definition at line 86 of file preferencesEntry.h.


Member Function Documentation

Overload this in derived classes!

Implemented in BALL::VIEW::ShortcutRegistry, BALL::VIEW::HotkeyTable, and BALL::VIEW::ColorTable.

Overload this in derived classes!

Implemented in BALL::VIEW::ShortcutRegistry, BALL::VIEW::HotkeyTable, and BALL::VIEW::ColorTable.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines