|
CommonC++Lib RiscOSC++Lib ToolboxC++Lib
Toolbox Library for use with the RiscOS DDE C++/CFront compiler
|
#include <ToolboxColourMenuObj.h>
Public Member Functions | |
| ToolboxColourMenuObj () | |
| ToolboxColourMenuObj (ObjectId objectId) | |
| ToolboxColourMenuObj (IdBlock *idBlock) | |
| ~ToolboxColourMenuObj () | |
| ToolboxColourMenuObj & | setColour (int colour) |
| int | getColour () |
| ToolboxColourMenuObj & | setNoneAvailable (int none) |
| int | getNoneAvailable () |
| ToolboxColourMenuObj & | setTitle (char *title) |
| int | getTitle () |
| int | getTitle (char *titleBuffer, int bufSize) |
| ToolboxColourMenuObj & | setObjectId (ObjectId objectId) |
| ToolboxColourMenuObj & | setFlags (unsigned int flags) |
| ToolboxColourMenuObj & | clearFlags () |
| void | showProperties () |
| char * | getClassName () |
| int | getClassType () |
| Public Member Functions inherited from ToolboxObj | |
| ToolboxObj () | |
| ToolboxObj (ObjectId id) | |
| ToolboxObj (IdBlock *) | |
| ToolboxObj (unsigned int, IdBlock *) | |
| ToolboxObj (unsigned int flags, void *name_or_template) | |
| ~ToolboxObj () | |
| int | getTemplateName () |
| void | getTemplateName (char *buffer, int buff_size, int *nbytes) |
| virtual ToolboxObj & | showObject (int show_type, void *type, ObjectId parent, ComponentId parent_component) |
| virtual ToolboxObj & | hideObject () |
| unsigned int | getObjectState (unsigned int *state) |
| virtual ToolboxObj & | setClientHandle (void *client_handle) |
| unsigned int | getClientHandle (void *client_handle) |
| ObjectId | getParent () |
| ObjectId | getAncestor () |
| virtual ToolboxObj & | raiseToolboxEvent (ComponentId component, ToolboxEvent *event) |
| ObjectClass | getObjectClass () |
| ObjectClass | readObjectClass () |
| virtual ToolboxObj & | objectMiscOp (_kernel_swi_regs *regs) |
| ObjectId | readObjectId () |
| ObjectId | readParentObjectId () |
| ObjectId | readAncestorObjectId () |
| ToolboxObj & | setFlags (unsigned int flags) |
| ToolboxObj & | clearFlags () |
| unsigned int | getFlags () |
| ToolboxObj & | setObjectId (ObjectId id) |
| void | deleteObject () |
| int | isTemplate (char *templateName) |
| virtual ObjectId | createObject (void *name_or_template) |
| void | showProperties () |
| char * | getClassName () |
| int | getClassType () |
| Public Member Functions inherited from Object | |
| Object () | |
| Public Member Functions inherited from ErrorReport | |
| ErrorReport () | |
| ~ErrorReport () | |
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 () |
| Static Public Attributes inherited from ToolboxObj | |
| static _kernel_oserror | ToolboxObjectIdNotSet = {0x8888,"Toolbox ObjectId not set"} |
| Protected Member Functions inherited from Object | |
| ~Object () | |
| ToolboxColourMenuObj::ToolboxColourMenuObj | ( | ) |
| ToolboxColourMenuObj::ToolboxColourMenuObj | ( | ObjectId | objectId | ) |
| ToolboxColourMenuObj::ToolboxColourMenuObj | ( | IdBlock * | idBlock | ) |
| ToolboxColourMenuObj::~ToolboxColourMenuObj | ( | ) |
| ToolboxColourMenuObj & ToolboxColourMenuObj::clearFlags | ( | ) |
|
inlinevirtual |
Implements Object.
|
inlinevirtual |
Implements Object.
| int ToolboxColourMenuObj::getColour | ( | ) |
| int ToolboxColourMenuObj::getNoneAvailable | ( | ) |
| int ToolboxColourMenuObj::getTitle | ( | ) |
| int ToolboxColourMenuObj::getTitle | ( | char * | titleBuffer, |
| int | bufSize ) |
| ToolboxColourMenuObj & ToolboxColourMenuObj::setColour | ( | int | colour | ) |
| ToolboxColourMenuObj & ToolboxColourMenuObj::setFlags | ( | unsigned int | flags | ) |
| ToolboxColourMenuObj & ToolboxColourMenuObj::setNoneAvailable | ( | int | none | ) |
| ToolboxColourMenuObj & ToolboxColourMenuObj::setObjectId | ( | ObjectId | objectId | ) |
| ToolboxColourMenuObj & ToolboxColourMenuObj::setTitle | ( | char * | title | ) |
|
inlinevirtual |
Implements Object.