CommonC++Lib RiscOSC++Lib ToolboxC++Lib
Toolbox Library for use with the RiscOS DDE C++/CFront compiler
Loading...
Searching...
No Matches
ToolboxStringSet Class Reference

#include <ToolboxStringSet.h>

Inheritance diagram for ToolboxStringSet:
ToolboxGadget ErrorReport Object

Public Member Functions

 ToolboxStringSet ()
 ToolboxStringSet (ObjectId windowId, ComponentId gadgetId)
 ToolboxStringSet (ObjectId windowId, ComponentId gadgetId, unsigned int flags)
ToolboxStringSetsetAvailable (char *strings)
ToolboxStringSetsetSelected (char *stringToSelect)
ToolboxStringSetsetSelected (int stringToSelect)
int getSelected ()
int getSelected (char *buffer, int bufSize)
int getSelectedIndex ()
ToolboxStringSetsetAllowable (char *allowable)
ComponentId getPopUpMenuId ()
ComponentId getAlphanumericFieldId ()
ToolboxStringSetsetFont (char *fontName, int width, int height)
ToolboxStringSetgadgetMethod (int methodCode, _kernel_swi_regs *regs)
ToolboxStringSetsetFocus ()
ToolboxStringSetsetFlags (unsigned int flags)
ToolboxStringSetsetObjectId (ObjectId windowId)
ToolboxStringSetsetComponentId (ComponentId gadgetId)
ToolboxStringSetsetGadgetFlags (unsigned int flags)
ToolboxStringSetsetHelpMessage (char *message)
ToolboxStringSetmoveGadget (BBox *newBbox)
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 ()
ToolboxGadgetgadgetMethod (int methodCode, _kernel_swi_regs *regs)
ToolboxGadgetsetFocus ()
ToolboxGadgetsetFlags (unsigned int flags)
ToolboxGadgetsetObjectId (ObjectId windowId)
ToolboxGadgetsetComponentId (ComponentId gadgetId)
ToolboxGadgetsetGadgetFlags (unsigned int flags)
ToolboxGadgetsetHelpMessage (char *message)
ToolboxGadgetmoveGadget (BBox *newBbox)
Public Member Functions inherited from ErrorReport
 ErrorReport ()
 ~ErrorReport ()
Public Member Functions inherited from Object
 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 ()

Constructor & Destructor Documentation

◆ ToolboxStringSet() [1/3]

ToolboxStringSet::ToolboxStringSet ( )

◆ ToolboxStringSet() [2/3]

ToolboxStringSet::ToolboxStringSet ( ObjectId windowId,
ComponentId gadgetId )

◆ ToolboxStringSet() [3/3]

ToolboxStringSet::ToolboxStringSet ( ObjectId windowId,
ComponentId gadgetId,
unsigned int flags )

Member Function Documentation

◆ gadgetMethod()

ToolboxStringSet & ToolboxStringSet::gadgetMethod ( int methodCode,
_kernel_swi_regs * regs )

◆ getAlphanumericFieldId()

ComponentId ToolboxStringSet::getAlphanumericFieldId ( )

◆ getClassName()

char * ToolboxStringSet::getClassName ( )
inlinevirtual

Reimplemented from ToolboxGadget.

◆ getClassType()

int ToolboxStringSet::getClassType ( )
inlinevirtual

Reimplemented from ToolboxGadget.

◆ getPopUpMenuId()

ComponentId ToolboxStringSet::getPopUpMenuId ( )

◆ getSelected() [1/2]

int ToolboxStringSet::getSelected ( )

◆ getSelected() [2/2]

int ToolboxStringSet::getSelected ( char * buffer,
int bufSize )

◆ getSelectedIndex()

int ToolboxStringSet::getSelectedIndex ( )

◆ moveGadget()

ToolboxStringSet & ToolboxStringSet::moveGadget ( BBox * newBbox)

◆ setAllowable()

ToolboxStringSet & ToolboxStringSet::setAllowable ( char * allowable)

◆ setAvailable()

ToolboxStringSet & ToolboxStringSet::setAvailable ( char * strings)

◆ setComponentId()

ToolboxStringSet & ToolboxStringSet::setComponentId ( ComponentId gadgetId)

◆ setFlags()

ToolboxStringSet & ToolboxStringSet::setFlags ( unsigned int flags)

◆ setFocus()

ToolboxStringSet & ToolboxStringSet::setFocus ( )

◆ setFont()

ToolboxStringSet & ToolboxStringSet::setFont ( char * fontName,
int width,
int height )

◆ setGadgetFlags()

ToolboxStringSet & ToolboxStringSet::setGadgetFlags ( unsigned int flags)

◆ setHelpMessage()

ToolboxStringSet & ToolboxStringSet::setHelpMessage ( char * message)

◆ setObjectId()

ToolboxStringSet & ToolboxStringSet::setObjectId ( ObjectId windowId)

◆ setSelected() [1/2]

ToolboxStringSet & ToolboxStringSet::setSelected ( char * stringToSelect)

◆ setSelected() [2/2]

ToolboxStringSet & ToolboxStringSet::setSelected ( int stringToSelect)

◆ showProperties()

void ToolboxStringSet::showProperties ( )
inlinevirtual

Reimplemented from ToolboxGadget.


The documentation for this class was generated from the following files: