CommonC++Lib RiscOSC++Lib ToolboxC++Lib
Toolbox Library for use with the RiscOS DDE C++/CFront compiler
|
#include <ToolboxFontMenuObj.h>
Public Member Functions | |
ToolboxFontMenuObj () | |
ToolboxFontMenuObj (ObjectId objectId) | |
ToolboxFontMenuObj & | setFont (char *fontId) |
int | getFont () |
int | getFont (char *buffer, int bufSize) |
ToolboxFontMenuObj & | setObjectId (ObjectId objectId) |
ToolboxFontMenuObj & | setFlags (unsigned int flags) |
ToolboxFontMenuObj & | clearFlags () |
void | showProperties () |
char * | getClassName () |
int | getClassType () |
Public Member Functions inherited from ToolboxObj | |
ToolboxObj () | |
ToolboxObj (ObjectId id) | |
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 () | |
~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"} |
|
inline |
ToolboxFontMenuObj::ToolboxFontMenuObj | ( | ObjectId | objectId | ) |
ToolboxFontMenuObj & ToolboxFontMenuObj::clearFlags | ( | ) |
|
inlinevirtual |
Implements Object.
|
inlinevirtual |
Implements Object.
int ToolboxFontMenuObj::getFont | ( | ) |
int ToolboxFontMenuObj::getFont | ( | char * | buffer, |
int | bufSize ) |
ToolboxFontMenuObj & ToolboxFontMenuObj::setFlags | ( | unsigned int | flags | ) |
ToolboxFontMenuObj & ToolboxFontMenuObj::setFont | ( | char * | fontId | ) |
ToolboxFontMenuObj & ToolboxFontMenuObj::setObjectId | ( | ObjectId | objectId | ) |
|
inlinevirtual |
Implements Object.