|
|
| ContainerWindow (ContainerNode &nd, const ContainerAppearanceDef &app, const char saveas[]) |
| |
|
ContainerView & | getView () |
| |
|
GameObject * | containerObject () |
| |
|
virtual void | massBulkUpdate () |
| |
|
| FloatingWindow (const Rect16 &, uint16, const char saveas[], AppFunc *cmd=NULL) |
| |
|
void | drawClipped (gPort &port, const Point16 &offset, const Rect16 &r) |
| |
|
void | setExtent (const Rect16 &) |
| |
|
const Point16 & | getDecOffset () |
| |
|
bool | open () |
| |
|
void | close () |
| |
|
| DecoratedWindow (const Rect16 &, uint16, const char saveAs[], AppFunc *cmd=NULL) |
| |
|
void | draw () |
| |
|
void | setDecorations (WindowDecoration *, int16, hResContext *) |
| |
|
void | setDecorations (WindowDecoration *, int16, hResContext *, hResID) |
| |
|
void | setDecorations (WindowDecoration *, int16, hResContext *, char, char, char) |
| |
|
void | setDecorations (const StaticWindow *, int16, hResContext *) |
| |
|
void | setDecorations (const StaticWindow *, int16, hResContext *, hResID) |
| |
|
void | setDecorations (const StaticWindow *, int16, hResContext *, char, char, char) |
| |
|
void | removeDecorations () |
| |
|
virtual bool | isBackdrop () |
| |
|
void | update (const Rect16 &updateRect) |
| |
|
void | update (const StaticRect &updateRect) |
| |
|
| gWindow (const Rect16 &, uint16, const char saveName[], AppFunc *cmd=NULL) |
| |
|
| operator gPort () |
| |
|
void | postEvent (gEvent &ev) |
| |
|
void | setExtent (const Rect16 &) |
| |
|
Rect16 | getExtent () |
| |
|
bool | isOpen () |
| |
|
void | draw () |
| |
|
void | drawClipped (gPort &port, const Point16 &offset, const Rect16 &r) |
| |
|
void | enable (bool abled) |
| |
|
void | select (uint16 sel) |
| |
|
virtual bool | isModal () |
| |
|
| gPanelList (gPanelList &) |
| |
|
gPanel * | hitTest (const Point16 &p) |
| |
|
gPanel * | keyTest (int16 key) |
| |
|
void | removeControls () |
| |
|
void | invalidate (Rect16 *area=nullptr) |
| |
|
| 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) |
| |
|
bool | isActive () |
| |
|
virtual void | ghost (bool ghosted) |
| |
|
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) |
| |