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


All PowerPlant edit controls descend from LPane.
generic Adapter mandatory overrides | |
| virtual dbGUIAdapter * | clone () const=0 |
Control Adapter overrides- defaults defined in terms of string methods | |
| virtual int | getValue () const |
| virtual void | setValue (int) |
| virtual bool | equalsValue (int) const |
Public Member Functions | |
| dbGUIAdaptEditPane (LPane *, LCommander *editCommander=0) | |
| virtual bool | adaptsControl (void *) const |
| virtual void | readOnly (bool) |
| virtual void | highlightContents () |
| virtual void | setFieldLink (dbFieldLink *) |
| virtual oofString | getString () const |
| virtual void | setString (const oofString &) |
| virtual bool | equalsString (const oofString &) const |
| virtual void | editingOccurred () |
| signals changes to anyone who needs to know | |
| virtual void | setTextEntryLimit (unsigned long) |
| 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 | |
| LPane * | mPane |
| LCommander * | mCommander |
| dbFieldLink * | mFieldLink |
| reference, maybe null | |
| bool | mIsValuePicker |
| set at construction to indicate behaviour is picking from list vs entry | |
|
||||||||||||
|
|
|
|
Reimplemented from dbGUIAdapter. |
|
|
Implemented in dbGUIAdaptLControl, dbGUIAdaptLCaption, dbGUIAdaptLTextEdit, and dbGUIAdaptLEditField. |
|
|
signals changes to anyone who needs to know
|
|
|
Reimplemented from dbGUIAdapter. Reimplemented in dbGUIAdaptLargeEditPane. |
|
|
|
|
||||||||||||
|
|
|
|
in case someone needs to access it
|
|
|
Implements dbGUIAdapter. Reimplemented in dbGUIAdaptLargeEditPane. |
|
|
Reimplemented in dbGUIAdaptLControl. |
|
|
Reimplemented from dbGUIAdapter. |
|
|
|
|
|
|
|
|
Reimplemented from dbGUIAdapter. Reimplemented in dbGUIAdaptLCaption. |
|
|
Reimplemented from dbGUIAdapter. Reimplemented in dbGUIAdaptLCaption. |
|
|
Implements dbGUIAdapter. Reimplemented in dbGUIAdaptLargeEditPane. |
|
|
Reimplemented in dbGUIAdaptLEditField. |
|
|
Reimplemented in dbGUIAdaptLControl. |
|
|
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