bre20::LabeledText Class Reference

Inheritance diagram for bre20::LabeledText:

bre20::ScriptLabeledText List of all members.

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

Constructor & Destructor Documentation

bre20::LabeledText::LabeledText  ) 
 

bre20::LabeledText::LabeledText String *  caption,
String *  tooltip,
int  mode
 

bre20::LabeledText::LabeledText String *  caption,
String *  tooltip,
int  width,
int  mode
 


Member Function Documentation

TextBox* bre20::LabeledText::getBox  ) 
 

String* bre20::LabeledText::getCaption  ) 
 

float bre20::LabeledText::getDblValue  ) 
 

int bre20::LabeledText::getIntValue  ) 
 

Label* bre20::LabeledText::getLabel  ) 
 

int bre20::LabeledText::getMode  ) 
 

void bre20::LabeledText::setCaption String *  str  ) 
 

void bre20::LabeledText::setMode int  m  ) 
 

void bre20::LabeledText::setText String *  txt  ) 
 

void bre20::LabeledText::setToolTip String *  str  ) 
 

void bre20::LabeledText::setup String *  str,
String *  tooltip,
int  width
[protected]
 

void bre20::LabeledText::setWidth int  width  ) 
 


Member Data Documentation

TextBox* bre20::LabeledText::box [protected]
 

Label* bre20::LabeledText::label [protected]
 

const int bre20::LabeledText::LTMODEDOUBLE = 1 [static]
 

const int bre20::LabeledText::LTMODEINT = 0 [static]
 

const int bre20::LabeledText::LTMODETEXT = 2 [static]
 

int bre20::LabeledText::mode [protected]
 

__event TextChangedEventHandler* bre20::LabeledText::OnTextChanged
 

ToolTip* bre20::LabeledText::tt [protected]
 




BRE Documentation Home