Inheritance diagram for bre20::LabeledText:
Public Member Functions | |
LabeledText () | |
LabeledText (String *caption, String *tooltip, int mode) | |
LabeledText (String *caption, String *tooltip, int width, int mode) | |
void | setWidth (int width) |
void | setText (String *txt) |
void | setCaption (String *str) |
String * | getCaption () |
void | setToolTip (String *str) |
void | setMode (int m) |
int | getMode () |
TextBox * | getBox () |
Label * | getLabel () |
float | getDblValue () |
int | getIntValue () |
Public Attributes | |
__event TextChangedEventHandler * | OnTextChanged |
Static Public Attributes | |
static const int | LTMODEINT = 0 |
static const int | LTMODEDOUBLE = 1 |
static const int | LTMODETEXT = 2 |
Protected Member Functions | |
void | setup (String *str, String *tooltip, int width) |
Protected Attributes | |
int | mode |
TextBox * | box |
Label * | label |
ToolTip * | tt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|