|
| GfxSpriteImage (gPanelList &, const Rect16 &, GameObject *, char, uint16, AppFunc *cmd=NULL) |
|
void | drawClipped (gPort &, const Point16 &, const Rect16 &) |
|
| GfxCompImage (gPanelList &, const Rect16 &, void *, uint16, AppFunc *cmd=NULL) |
|
| GfxCompImage (gPanelList &, const Rect16 &, void *, const char *, textPallete &, uint16, AppFunc *cmd=NULL) |
|
| GfxCompImage (gPanelList &, const Rect16 &, void **, int16, int16, uint16, AppFunc *cmd=NULL) |
|
| GfxCompImage (gPanelList &, const Rect16 &, void **, int16, int16, const char *, textPallete &, uint16, AppFunc *cmd=NULL) |
|
| GfxCompImage (gPanelList &list, const Rect16 &box, uint32 contextID, char a, char b, char c, uint16 resNum, uint16 numButtons, uint16 ident, AppFunc *cmd) |
|
| GfxCompImage (gPanelList &, const StaticRect &, void **, int16, int16, const char *, textPallete &, uint16, AppFunc *cmd=NULL) |
|
void | pointerMove (gPanelMessage &msg) |
|
void | enable (bool) |
|
void | invalidate (Rect16 *unused=nullptr) |
|
int16 | getCurrent () |
|
int16 | getMin () |
|
int16 | getMax () |
|
void | setCurrent (uint16 val) |
|
void | setExtent (const Rect16 &rect) |
|
void | select (uint16 val) |
|
void | select (uint16 val, const Rect16 &rect) |
|
void | setImages (void **images) |
|
void | setImage (void *image) |
|
void | draw () |
|
| 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 bool | activate (gEventType why) |
|
virtual void | deactivate () |
|
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) |
|