A widget used to display and alter the value for a pointer attribute.
#include <widgets.h>
Public Slots |
|
void | OnChange (int) |
Public Member Functions |
|
AttributePointerbox (QWidget *pParent, int iWidth, Attribute *pAttribute, const ClassDesc *pClass) | |
Protected Member Functions |
|
void | Update (void) |
Protected Attributes |
|
QComboBox | m_cCombo |
const ClassDesc * | m_pType |
AttributePointerbox | ( | QWidget * | pParent, |
int | iWidth, | ||
Attribute * | pAttribute, | ||
const ClassDesc * | pClass | ||
) |
void Update | ( | void | ) | [protected, virtual] |
Reimplemented from AttributeWidget.
void OnChange | ( | int | ) | [slot] |
QComboBox
m_cCombo [protected] |