#include <oofpp.h>
Inheritance diagram for dbGUIAdaptLControl:


All PowerPlant controls descend from LControl and provide an int value interface like GetValue called from dbGUIAdaptLControl::getValue().
generic Adapter mandatory overrides | |
| virtual oofString | getString () const |
| virtual void | setString (const oofString &) |
generic Adapter optional overrides | |
| virtual bool | equalsString (const oofString &) const |
generic Adapter optional overrides | |
| virtual void | highlightContents () |
Control Adapter overrides- defaults defined in terms of string methods | |
| virtual bool | equalsValue (int) const |
Public Member Functions | |
| dbGUIAdaptLControl (LControl *) | |
| virtual dbGUIAdapter * | clone () const |
| virtual bool | adaptsControl (void *) const |
| virtual void | readOnly (bool) |
| virtual void | setFieldLink (dbFieldLink *) |
| virtual int | getValue () const |
| virtual void | setValue (int) |
| dbFieldLink * | fieldLink () const |
| in case someone needs to access it | |
| bool | isValuePicker () const |
| virtual void | setValueList (dbView &) |
| Null virtual method for subclasses to override, eg dbGUIAdaptLPopupButton. | |
Protected Member Functions | |
| virtual void | ExecuteSelf (MessageT inMessage, void *ioParam) |
| bool | IsReadOnly () const |
Protected Attributes | |
| LControl * | mControl |
| dbFieldLink * | mFieldLink |
| reference, maybe null | |
| bool | mIsValuePicker |
| set at construction to indicate behaviour is picking from list vs entry | |
|
|
|
|
|
Reimplemented from dbGUIAdapter. |
|
|
Implements dbGUIAdapter. |
|
|
Reimplemented from dbGUIAdapter. |
|
|
|
|
||||||||||||
|
|
|
|
in case someone needs to access it
|
|
|
Implements dbGUIAdapter. |
|
|
Reimplemented from dbGUIAdapter. |
|
|
Reimplemented in dbGUIAdaptEditPane. |
|
|
|
|
|
|
|
|
Reimplemented from dbGUIAdapter. |
|
|
Reimplemented from dbGUIAdapter. |
|
|
Implements dbGUIAdapter. |
|
|
Reimplemented from dbGUIAdapter. |
|
|
Null virtual method for subclasses to override, eg dbGUIAdaptLPopupButton.
Reimplemented in dbGUIAdaptLStdPopupMenu, and dbGUIAdaptLPopupButton. |
|
|
|
|
|
reference, maybe null
|
|
|
set at construction to indicate behaviour is picking from list vs entry
|
1.3.5