|
CommonC++Lib RiscOSC++Lib ToolboxC++Lib
Toolbox Library for use with the RiscOS DDE C++/CFront compiler
|
#include <ToolboxTextArea.h>
Public Member Functions | |
| ToolboxTextArea () | |
| ToolboxTextArea (ObjectId windowId, ComponentId gadgetId) | |
| ToolboxTextArea (ObjectId windowId, ComponentId gadgetId, unsigned int flags) | |
| unsigned int | getState () |
| ToolboxTextArea & | setState (unsigned int state) |
| ToolboxTextArea & | setText (const char *text) |
| ToolboxTextArea & | getText (char *buffer, int buff_size, int *nbytes) |
| ToolboxTextArea & | insertText (unsigned int index, const char *text) |
| ToolboxTextArea & | replaceText (unsigned int index_start, unsigned int index_end, const char *text) |
| ToolboxTextArea & | getSelection (char *buffer, int size, unsigned int *nbytes) |
| ToolboxTextArea & | setSelection (unsigned int index_start, unsigned int index_end) |
| ToolboxTextArea & | getSelectionPoints (unsigned int *index_start, unsigned int *index_end) |
| ToolboxTextArea & | setFont (const char *font_name, unsigned int width, unsigned int height) |
| ToolboxTextArea & | setColour (unsigned int foreground, unsigned int background) |
| ToolboxTextArea & | getColour (unsigned int *foreground, unsigned int *background) |
| ToolboxTextArea & | setCursorPosition (unsigned int index, unsigned int *old_index) |
| unsigned int | getCursorPosition () |
| int | getTextCount () |
| ToolboxTextArea & | append (const char *text) |
| 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 () |
| 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) |
| Public Member Functions inherited from ErrorReport | |
| ErrorReport () | |
| ~ErrorReport () | |
| Public Member Functions inherited from 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 () |
| Protected Member Functions inherited from Object | |
| ~Object () | |
| ToolboxTextArea::ToolboxTextArea | ( | ) |
| ToolboxTextArea::ToolboxTextArea | ( | ObjectId | windowId, |
| ComponentId | gadgetId ) |
| ToolboxTextArea::ToolboxTextArea | ( | ObjectId | windowId, |
| ComponentId | gadgetId, | ||
| unsigned int | flags ) |
| ToolboxTextArea & ToolboxTextArea::append | ( | const char * | text | ) |
|
inlinevirtual |
Reimplemented from ToolboxGadget.
|
inlinevirtual |
Reimplemented from ToolboxGadget.
| ToolboxTextArea & ToolboxTextArea::getColour | ( | unsigned int * | foreground, |
| unsigned int * | background ) |
| unsigned int ToolboxTextArea::getCursorPosition | ( | ) |
| ToolboxTextArea & ToolboxTextArea::getSelection | ( | char * | buffer, |
| int | size, | ||
| unsigned int * | nbytes ) |
| ToolboxTextArea & ToolboxTextArea::getSelectionPoints | ( | unsigned int * | index_start, |
| unsigned int * | index_end ) |
| unsigned int ToolboxTextArea::getState | ( | ) |
| ToolboxTextArea & ToolboxTextArea::getText | ( | char * | buffer, |
| int | buff_size, | ||
| int * | nbytes ) |
| int ToolboxTextArea::getTextCount | ( | ) |
| ToolboxTextArea & ToolboxTextArea::insertText | ( | unsigned int | index, |
| const char * | text ) |
| ToolboxTextArea & ToolboxTextArea::replaceText | ( | unsigned int | index_start, |
| unsigned int | index_end, | ||
| const char * | text ) |
| ToolboxTextArea & ToolboxTextArea::setColour | ( | unsigned int | foreground, |
| unsigned int | background ) |
| ToolboxTextArea & ToolboxTextArea::setCursorPosition | ( | unsigned int | index, |
| unsigned int * | old_index ) |
| ToolboxTextArea & ToolboxTextArea::setFont | ( | const char * | font_name, |
| unsigned int | width, | ||
| unsigned int | height ) |
| ToolboxTextArea & ToolboxTextArea::setSelection | ( | unsigned int | index_start, |
| unsigned int | index_end ) |
| ToolboxTextArea & ToolboxTextArea::setState | ( | unsigned int | state | ) |
| ToolboxTextArea & ToolboxTextArea::setText | ( | const char * | text | ) |
|
inlinevirtual |
Reimplemented from ToolboxGadget.