|
| enum | controlValue { kCVEnter = (1 << 0),
kCVLeave = (1 << 1)
} |
| |
|
|
| gGenericControl (gPanelList &, const Rect16 &, uint16, AppFunc *cmd=NULL) |
| |
|
void | disableDblClick () |
| |
|
| gControl (gPanelList &, const Rect16 &, const char *, uint16, AppFunc *cmd=NULL) |
| |
|
| gControl (gPanelList &, const Rect16 &, gPixelMap &, uint16, AppFunc *cmd=NULL) |
| |
|
| gControl (gPanelList &, const StaticRect &, const char *, uint16, AppFunc *cmd=NULL) |
| |
|
gPanel * | keyTest (int16 key) |
| |
|
void | enable (bool abled) |
| |
|
void | select (uint16 sel) |
| |
|
void | ghost (bool ghosted) |
| |
|
| gPanel (gPanelList &, const Rect16 &, const char *, uint16, AppFunc *cmd=NULL) |
| |
|
| gPanel (gPanelList &, const Rect16 &, gPixelMap &, uint16, AppFunc *cmd=NULL) |
| |
|
| gPanel (gPanelList &, const StaticRect &, const char *, uint16, AppFunc *cmd=NULL) |
| |
|
virtual gPanel * | hitTest (const Point16 &p) |
| |
|
bool | isActive () |
| |
|
virtual void | invalidate (Rect16 *area=nullptr) |
| |
|
virtual void | setMousePoll (bool abled) |
| |
|
virtual void | drawClipped (gPort &port, const Point16 &offset, const Rect16 &r) |
| |
|
gWindow * | getWindow () |
| |
|
void | makeActive () |
| |
|
Rect16 | getExtent () |
| |
|
bool | isSelected () |
| |
|
bool | isGhosted () |
| |
|
bool | getEnabled () const |
| |
|
void | show (bool shown=true, bool inval=true) |
| |
|
void | moveToFront (gPanelList &l) |
| |
|
void | moveToBack (gPanelList &l) |
| |
|
|
uint8 | _accelKey |
| |
|
gPanelList * | _list |
| |
|
uint32 | _id |
| |
|
void * | _userData |
| |
|
gWindow & | _window |
| |
|
Rect16 | _extent |
| |
|
const char * | _title |
| |
|
byte | _enabled |
| |
|
byte | _selected |
| |
|
byte | _imageLabel |
| |
|
byte | _ghosted |
| |
|
byte | _wantMousePoll |
| |
The documentation for this class was generated from the following file: