|
| gTextBox (gPanelList &list, const Rect16 &box, gFont *font, int8 height, int8 FGColor, int8 BGColor, int8 HLColor, byte BGHLColor, byte CRColor, const char *title, const char *buffer, char **stringBufs, uint16 length, uint16 flg, uint16 ident, bool noEditing, AppFunc *cmd=NULL, AppFunc *cmdEnter=NULL, AppFunc *cmdEscape=NULL) |
|
void | drawClipped (gPort &, const Point16 &, const Rect16 &) |
|
void | drawClipped () |
|
void | draw () |
|
bool | tabSelect () |
|
virtual void | timerTick (gPanelMessage &msg) |
|
void | scrollUp () |
|
void | scrollDown () |
|
char * | getLine (int8) |
|
int8 | getIndex () |
|
void | killChanges () |
|
void | keepChanges () |
|
void | choose (int which=0) |
|
| 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) |
|
void | draw () |
|
| 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) |
|
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) |
|
|
void | prepareEdit (int which) |
|
void | revertEdit () |
|
void | commitEdit () |
|
bool | changed () |
|
void | scroll (int8) |
|
void | enSelect (int which) |
|
void | deSelect (bool commit=false) |
|
void | reSelect (int which) |
|
bool | activate (gEventType why) |
|
void | deactivate () |
|
bool | pointerHit (gPanelMessage &msg) |
|
void | pointerDrag (gPanelMessage &msg) |
|
void | pointerRelease (gPanelMessage &msg) |
|
bool | keyStroke (gPanelMessage &msg) |
|
void | selectionMove (int howMany=1) |
|
bool | insertText (char *text, int length) |
|
void | setText (char *text) |
|
void | setEditExtent (const Rect16 &r) |
|
void | selectionUp (int howMany=1) |
|
void | selectionDown (int howMany=1) |
|
void | drawAll (gPort &, const Point16 &, const Rect16 &) |
|
char * | selectedText (int &length) |
|
void | handleTimerTick (int32 tick) |
|
void | editRectFill (gPort &fillPort, gPen *pen) |
|
void | drawContents () |
|
| gPanel (gWindow &, const Rect16 &, AppFunc *cmd) |
|
virtual void | pointerMove (gPanelMessage &msg) |
|
virtual bool | pointerRHit (gPanelMessage &msg) |
|
virtual void | onMouseHintDelay () |
|
void | notify (gEventType, int32 value) |
|
void | notify (gEvent &ev) |
|
void | drawTitle (TextPositions placement) |
|