![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Base class for GenericConfig dialogs The superclass is generated from Qt Designer, and has a central QListView widget. More...
Inheritance diagram for DtGenericConfigDialog:
Collaboration diagram for DtGenericConfigDialog:Public Member Functions | |
| DtGenericConfigDialog (bool viewOnly, QWidget *parent=0) | |
| Construct a base GenericConfig dialog. More... | |
| ~DtGenericConfigDialog () | |
| Destructor. More... | |
| void | addProperty (const DtProperty &p) |
| Add a DtProperty to the property list. More... | |
| void | addToProperty (const DtProperty &p) |
| Extend existing DtProperty. More... | |
| void | setProperty (QString prop, int value) |
| void | setProperty (QString prop, QString value) |
| void | setProperty (QString prop, bool value) |
| void | setProperty (QString prop, double value) |
| void | setProperty (QString prop, const QStringList &value) |
| virtual bool | property (QString name, int &value) const |
| virtual bool | property (QString name, QString &value) const |
| virtual bool | property (QString name, double &value) const |
| virtual bool | property (QString name, bool &value) const |
| virtual bool | property (QString name, QStringList &value) const |
| virtual bool | property (QString name) const |
| DtPropertyEditView * | propertyEditView () |
| Return a pointer to the internal DtPropertyEditView object. More... | |
| const DtPropertyEditView * | propertyEditView () const |
Protected Member Functions | |
| virtual void | init () |
| Initialize internal data. Called from the constructors. More... | |
Protected Attributes | |
| DtPropertyEditView * | myPropertyEditView |
| bool | myViewOnly |
| Ui_genericConfigDialogUi * | myImpl |
Base class for GenericConfig dialogs The superclass is generated from Qt Designer, and has a central QListView widget.
This class adds some convenience functions for setting important data properties. This class is not intended to be used on its own, but rather provide a base interface.
| DtGenericConfigDialog::DtGenericConfigDialog | ( | bool | viewOnly, |
| QWidget * | parent = 0 |
||
| ) |
Construct a base GenericConfig dialog.
| DtGenericConfigDialog::~DtGenericConfigDialog | ( | ) |
Destructor.
| void DtGenericConfigDialog::addProperty | ( | const DtProperty & | p | ) |
Add a DtProperty to the property list.
| void DtGenericConfigDialog::addToProperty | ( | const DtProperty & | p | ) |
Extend existing DtProperty.
|
protectedvirtual |
Initialize internal data. Called from the constructors.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| DtPropertyEditView* DtGenericConfigDialog::propertyEditView | ( | ) |
Return a pointer to the internal DtPropertyEditView object.
| const DtPropertyEditView* DtGenericConfigDialog::propertyEditView | ( | ) | const |
| void DtGenericConfigDialog::setProperty | ( | QString | prop, |
| int | value | ||
| ) |
| void DtGenericConfigDialog::setProperty | ( | QString | prop, |
| QString | value | ||
| ) |
| void DtGenericConfigDialog::setProperty | ( | QString | prop, |
| bool | value | ||
| ) |
| void DtGenericConfigDialog::setProperty | ( | QString | prop, |
| double | value | ||
| ) |
| void DtGenericConfigDialog::setProperty | ( | QString | prop, |
| const QStringList & | value | ||
| ) |
|
protected |
|
protected |
|
protected |