Public Attributes |
| Ui::EnumerationSelectionUI | myUiImpl |
Constructor & Destructor Documentation
| DtEnumerationSelectionWidget::DtEnumerationSelectionWidget |
( |
QWidget * |
parent = NULL, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual DtEnumerationSelectionWidget::~DtEnumerationSelectionWidget |
( |
| ) |
|
|
virtual |
copy constructor; not implemented
Member Function Documentation
Sets up the comboboxes based on the given DtDisDictionary.
If showEnumInText is set to true, the enumeration number is prepended to its corresponding text description.
| virtual void DtEnumerationSelectionWidget::objectType |
( |
DtObjectType & |
| ) |
const |
|
virtual |
| virtual void DtEnumerationSelectionWidget::setKindEnabled |
( |
bool |
| ) |
|
|
virtual |
| void DtEnumerationSelectionWidget::setOnlyValidKind |
( |
int |
i | ) |
|
|
inline |
| int DtEnumerationSelectionWidget::onlyValidKind |
( |
| ) |
const |
|
inline |
| void DtEnumerationSelectionWidget::setAllowRange |
( |
bool |
| ) |
|
| bool DtEnumerationSelectionWidget::allowRange |
( |
| ) |
const |
|
inline |
| void DtEnumerationSelectionWidget::setAllowWildcard |
( |
bool |
v | ) |
|
| bool DtEnumerationSelectionWidget::allowWildCard |
( |
| ) |
const |
| virtual QString DtEnumerationSelectionWidget::addEntry |
( |
int |
id, |
|
|
const char * |
str, |
|
|
QComboBox * |
combo |
|
) |
| |
|
protectedvirtual |
| virtual void DtEnumerationSelectionWidget::setComboValue |
( |
QComboBox * |
, |
|
|
const QString & |
|
|
) |
| |
|
protectedvirtual |
| virtual void DtEnumerationSelectionWidget::comboChangedWithReset |
( |
QComboBox * |
box, |
|
|
const QString & |
|
|
) |
| |
|
protectedvirtual |
| virtual void DtEnumerationSelectionWidget::comboChanged |
( |
QComboBox * |
, |
|
|
const QString & |
|
|
) |
| |
|
protectedvirtual |
| virtual void DtEnumerationSelectionWidget::comboChanged |
( |
int |
| ) |
|
|
virtualslot |
| virtual void DtEnumerationSelectionWidget::enumerationChanged |
( |
const QString & |
| ) |
|
|
virtualslot |
assignment operator; not implemented
Member Data Documentation
| Ui::EnumerationSelectionUI DtEnumerationSelectionWidget::myUiImpl |
| QHash<int, QComboBox*> DtEnumerationSelectionWidget::myComboIndex |
|
protected |
| int DtEnumerationSelectionWidget::myOnlyValidKind |
|
protected |
| QIntValidator DtEnumerationSelectionWidget::myValidator |
|
protected |
| bool DtEnumerationSelectionWidget::myAllowRange |
|
protected |
| bool DtEnumerationSelectionWidget::myShowEnumInText |
|
protected |
| bool DtEnumerationSelectionWidget::myAllowWildCard |
|
protected |
The documentation for this class was generated from the following file: