|
CommonC++Lib RiscOSC++Lib ToolboxC++Lib
Toolbox Library for use with the RiscOS DDE C++/CFront compiler
|
#include <ToolboxAdjuster.h>
Public Member Functions | |
| ToolboxAdjuster () | |
| ToolboxAdjuster (ObjectId windowId, ComponentId gadgetId) | |
| ToolboxAdjuster (ObjectId windowId, ComponentId gadgetId, unsigned int flags) | |
| void | showProperties () |
| char * | getClassName () |
| int | getClassType () |
| Public Member Functions inherited from ToolboxGadget | |
| ToolboxGadget () | |
| ToolboxGadget (ObjectId windowId, ComponentId gadgetId) | |
| ToolboxGadget (ObjectId windowId, ComponentId gadgetId, unsigned int flags) | |
| ~ToolboxGadget () | |
| int | getGadgetFlags () |
| int | getHelpMessage () |
| int | getHelpMessage (char *buffer, int bufSize) |
| int | getIconList () |
| int | getIconList (int *buffer, int bufSize) |
| int | getType () |
| void | getBbox (BBox *box) |
| unsigned int | getFlags () |
| int | getObjectId () |
| int | getComponentId () |
| ToolboxGadget & | gadgetMethod (int methodCode, _kernel_swi_regs *regs) |
| ToolboxGadget & | setFocus () |
| ToolboxGadget & | setFlags (unsigned int flags) |
| ToolboxGadget & | setObjectId (ObjectId windowId) |
| ToolboxGadget & | setComponentId (ComponentId gadgetId) |
| ToolboxGadget & | setGadgetFlags (unsigned int flags) |
| ToolboxGadget & | setHelpMessage (char *message) |
| ToolboxGadget & | moveGadget (BBox *newBbox) |
| void | showProperties () |
| char * | getClassName () |
| int | getClassType () |
| Public Member Functions inherited from ErrorReport | |
| ErrorReport () | |
| ~ErrorReport () | |
| Public Member Functions inherited from Object | |
| Object () | |
Additional Inherited Members | |
| Public Types inherited from ErrorReport | |
| enum | errorEnv { CONSOLE , WIMP } |
| Static Public Member Functions inherited from ErrorReport | |
| static void | setLastError (_kernel_oserror *, unsigned int) |
| static void | setLastError (_kernel_oserror *, unsigned int, char *location) |
| static _kernel_oserror * | getLastError () |
| static void | setErrFlags (unsigned int) |
| static unsigned int | getErrFlags () |
| static void | setAsWimpTask (char *) |
| static void | setAsConsoleTask () |
| static void | setLocation (char *) |
| static char * | getLocation () |
| static char * | getTaskName () |
| static void | clearError () |
| static int | getEnvironment () |
| static void | setTrap (int, int *) |
| static void | clearTrap () |
| Protected Member Functions inherited from Object | |
| ~Object () | |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements Object.
|
inlinevirtual |
Implements Object.
|
inlinevirtual |
Implements Object.