|
Overture
Version 25
|
#include <DialogData.h>
Public Member Functions | |
| TextLabel () | |
| void | setSensitive (bool trueOrFalse) |
Public Attributes | |
| aString | textCommand |
| aString | textLabel |
| aString | string |
| bool | sensitive |
| void * | textWidget |
| void * | labelWidget |
|
inline |
References labelWidget, NULL, sensitive, and textWidget.
| void TextLabel::setSensitive | ( | bool | trueOrFalse | ) |
References labelWidget, sensitive, and textWidget.
| void* TextLabel::labelWidget |
Referenced by DialogData::openDialog(), setSensitive(), and TextLabel().
| bool TextLabel::sensitive |
Referenced by setSensitive(), DialogData::setSensitive(), and TextLabel().
| aString TextLabel::string |
Referenced by DialogData::setTextBoxes(), and DialogData::setTextLabel().
| aString TextLabel::textCommand |
Referenced by DialogData::setTextBoxes().
| aString TextLabel::textLabel |
Referenced by DialogData::setSensitive(), DialogData::setTextBoxes(), and DialogData::setTextLabel().
| void* TextLabel::textWidget |
Referenced by DialogData::closeDialog(), DialogData::openDialog(), setSensitive(), and TextLabel().
1.8.3