A widget used to display and alter the value for an enum attribute.
#include <widgets.h>

Public Slots |
|
| void | OnActivate (int) |
Public Member Functions |
|
| AttributeCombobox (QWidget *pParent, int iWidth, aenum *pAttribute) | |
Protected Member Functions |
|
| void | Update (void) |
Protected Attributes |
|
| QComboBox | m_cCombo |
| QTabBar * | m_cTabBar |
| QWidget * | m_pButtonFrame |
| AttributeCombobox | ( | QWidget * | pParent, |
| int | iWidth, | ||
| aenum * | pAttribute | ||
| ) |
| void Update | ( | void | ) | [protected, virtual] |
Reimplemented from AttributeWidget.
| void OnActivate | ( | int | ) | [slot] |
QComboBox
m_cCombo [protected] |
QTabBar*
m_cTabBar [protected] |
QWidget*
m_pButtonFrame [protected] |