![]() |
VR-Forces 4.0.4 Class Documentation
|

Signals | |
| void | typeChanged (const DtRangedObjectType &) |
Public Member Functions | |
| DtEnumerationWidget (QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| Constructor. | |
| virtual | ~DtEnumerationWidget () |
| Destructor. | |
| virtual void | init () |
| virtual void | setObjectType (const DtRangedObjectType &) |
| virtual void | clearContents () |
| const DtRangedObjectType & | objectType () const |
Static Public Member Functions | |
| static DtEnumerationWidget * | create (QWidget *parent=NULL) |
Protected Slots | |
| virtual void | changeEnumeration () |
| virtual void | canSetEnumeration (const DtRangedObjectType &) |
Protected Attributes | |
| QLabel * | myEnumeration |
| DtDisDictionary | myDisDictionary |
| bool | myLoaded |
| DtRangedObjectType | myObjectType |
| QPushButton * | myOK |
| DtEnumerationWidget::DtEnumerationWidget | ( | QWidget * | parent = NULL, |
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
Constructor.
| virtual DtEnumerationWidget::~DtEnumerationWidget | ( | ) | [virtual] |
Destructor.
| virtual void DtEnumerationWidget::init | ( | ) | [virtual] |
| virtual void DtEnumerationWidget::setObjectType | ( | const DtRangedObjectType & | ) | [virtual] |
| virtual void DtEnumerationWidget::clearContents | ( | ) | [virtual] |
| const DtRangedObjectType & DtEnumerationWidget::objectType | ( | ) | const [inline] |
References myObjectType.
| static DtEnumerationWidget* DtEnumerationWidget::create | ( | QWidget * | parent = NULL | ) | [static] |
| virtual void DtEnumerationWidget::changeEnumeration | ( | ) | [protected, virtual, slot] |
| virtual void DtEnumerationWidget::canSetEnumeration | ( | const DtRangedObjectType & | ) | [protected, virtual, slot] |
| void DtEnumerationWidget::typeChanged | ( | const DtRangedObjectType & | ) | [signal] |
QLabel* DtEnumerationWidget::myEnumeration [protected] |
DtDisDictionary DtEnumerationWidget::myDisDictionary [protected] |
bool DtEnumerationWidget::myLoaded [protected] |
DtRangedObjectType DtEnumerationWidget::myObjectType [protected] |
Referenced by objectType().
QPushButton* DtEnumerationWidget::myOK [protected] |