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

#include <ToolboxRadioButton.h>

Inheritance diagram for ToolboxRadioButton:
ToolboxGadget ErrorReport Object

Public Member Functions

 ToolboxRadioButton ()
 ToolboxRadioButton (ObjectId windowId, ComponentId gadgetId)
 ToolboxRadioButton (ObjectId windowId, ComponentId gadgetId, unsigned int flags)
ToolboxRadioButtonsetLabel (char *label)
int getLabel ()
int getLabel (char *buffer, int bufSize)
ToolboxRadioButtonsetEvent (int event)
int getEvent ()
ToolboxRadioButtonsetState (int state)
int getState ()
ComponentId getOnButton ()
ToolboxRadioButtonsetFont (char *fontName, int width, int height)
ToolboxRadioButtongadgetMethod (int methodCode, _kernel_swi_regs *regs)
ToolboxRadioButtonsetFocus ()
ToolboxRadioButtonsetFlags (unsigned int flags)
ToolboxRadioButtonsetObjectId (ObjectId windowId)
ToolboxRadioButtonsetComponentId (ComponentId gadgetId)
ToolboxRadioButtonsetGadgetFlags (unsigned int flags)
ToolboxRadioButtonsetHelpMessage (char *message)
ToolboxRadioButtonmoveGadget (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

◆ ToolboxRadioButton() [1/3]

ToolboxRadioButton::ToolboxRadioButton ( )

◆ ToolboxRadioButton() [2/3]

ToolboxRadioButton::ToolboxRadioButton ( ObjectId windowId,
ComponentId gadgetId )

◆ ToolboxRadioButton() [3/3]

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

Member Function Documentation

◆ gadgetMethod()

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

◆ getClassName()

char * ToolboxRadioButton::getClassName ( )
inlinevirtual

Reimplemented from ToolboxGadget.

◆ getClassType()

int ToolboxRadioButton::getClassType ( )
inlinevirtual

Reimplemented from ToolboxGadget.

◆ getEvent()

int ToolboxRadioButton::getEvent ( )

◆ getLabel() [1/2]

int ToolboxRadioButton::getLabel ( )

◆ getLabel() [2/2]

int ToolboxRadioButton::getLabel ( char * buffer,
int bufSize )

◆ getOnButton()

ComponentId ToolboxRadioButton::getOnButton ( )

◆ getState()

int ToolboxRadioButton::getState ( )

◆ moveGadget()

ToolboxRadioButton & ToolboxRadioButton::moveGadget ( BBox * newBbox)

◆ setComponentId()

ToolboxRadioButton & ToolboxRadioButton::setComponentId ( ComponentId gadgetId)

◆ setEvent()

ToolboxRadioButton & ToolboxRadioButton::setEvent ( int event)

◆ setFlags()

ToolboxRadioButton & ToolboxRadioButton::setFlags ( unsigned int flags)

◆ setFocus()

ToolboxRadioButton & ToolboxRadioButton::setFocus ( )

◆ setFont()

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

◆ setGadgetFlags()

ToolboxRadioButton & ToolboxRadioButton::setGadgetFlags ( unsigned int flags)

◆ setHelpMessage()

ToolboxRadioButton & ToolboxRadioButton::setHelpMessage ( char * message)

◆ setLabel()

ToolboxRadioButton & ToolboxRadioButton::setLabel ( char * label)

◆ setObjectId()

ToolboxRadioButton & ToolboxRadioButton::setObjectId ( ObjectId windowId)

◆ setState()

ToolboxRadioButton & ToolboxRadioButton::setState ( int state)

◆ showProperties()

void ToolboxRadioButton::showProperties ( )
inlinevirtual

Reimplemented from ToolboxGadget.


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