#include <ToolboxScrollList.h>
|
| ToolboxScrollList () |
| ToolboxScrollList (ObjectId windowId, ComponentId gadgetId) |
| ToolboxScrollList (ObjectId windowId, ComponentId gadgetId, unsigned int flags) |
unsigned int | getState () |
ToolboxScrollList & | setState (unsigned int state) |
ToolboxScrollList & | addItem (const char *text, const void *sprite_area, const char *sprite_name, int index) |
ToolboxScrollList & | deleteItems (int start, int end) |
ToolboxScrollList & | selectItem (int index) |
ToolboxScrollList & | deselectItem (int index) |
ToolboxScrollList & | getSelected (int offset, int *new_offset) |
ToolboxScrollList & | makeVisible (int index) |
ToolboxScrollList & | setColour (unsigned int foreground, unsigned int background) |
ToolboxScrollList & | getColour (unsigned int *foreground, unsigned int *background) |
ToolboxScrollList & | setFont (const char *font_name, unsigned int width, unsigned int height) |
ToolboxScrollList & | getItemText (char *buffer, int size, int index, int *nbytes) |
unsigned int | countItems () |
ToolboxScrollList & | setItemText (char *new_text, int index) |
void | showProperties () |
char * | getClassName () |
int | getClassType () |
| 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) |
| ErrorReport () |
| ~ErrorReport () |
| Object () |
| ~Object () |
◆ ToolboxScrollList() [1/3]
ToolboxScrollList::ToolboxScrollList |
( |
| ) |
|
◆ ToolboxScrollList() [2/3]
ToolboxScrollList::ToolboxScrollList |
( |
ObjectId | windowId, |
|
|
ComponentId | gadgetId ) |
◆ ToolboxScrollList() [3/3]
ToolboxScrollList::ToolboxScrollList |
( |
ObjectId | windowId, |
|
|
ComponentId | gadgetId, |
|
|
unsigned int | flags ) |
◆ addItem()
ToolboxScrollList & ToolboxScrollList::addItem |
( |
const char * | text, |
|
|
const void * | sprite_area, |
|
|
const char * | sprite_name, |
|
|
int | index ) |
◆ countItems()
unsigned int ToolboxScrollList::countItems |
( |
| ) |
|
◆ deleteItems()
◆ deselectItem()
◆ getClassName()
char * ToolboxScrollList::getClassName |
( |
| ) |
|
|
inlinevirtual |
◆ getClassType()
int ToolboxScrollList::getClassType |
( |
| ) |
|
|
inlinevirtual |
◆ getColour()
ToolboxScrollList & ToolboxScrollList::getColour |
( |
unsigned int * | foreground, |
|
|
unsigned int * | background ) |
◆ getItemText()
ToolboxScrollList & ToolboxScrollList::getItemText |
( |
char * | buffer, |
|
|
int | size, |
|
|
int | index, |
|
|
int * | nbytes ) |
◆ getSelected()
◆ getState()
unsigned int ToolboxScrollList::getState |
( |
| ) |
|
◆ makeVisible()
◆ selectItem()
◆ setColour()
ToolboxScrollList & ToolboxScrollList::setColour |
( |
unsigned int | foreground, |
|
|
unsigned int | background ) |
◆ setFont()
ToolboxScrollList & ToolboxScrollList::setFont |
( |
const char * | font_name, |
|
|
unsigned int | width, |
|
|
unsigned int | height ) |
◆ setItemText()
◆ setState()
◆ showProperties()
void ToolboxScrollList::showProperties |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: