A widget which is used to display and alter the value for a bool attribute.
#include <widgets.h>

Public Slots |
|
| void | OnChange (int iState) |
Public Member Functions |
|
| AttributeCheckbox (QWidget *pParent, int iWidth, abool *pAttribute) | |
Protected Attributes |
|
| QCheckBox | m_cCheckbox |
| AttributeCheckbox | ( | QWidget * | pParent, |
| int | iWidth, | ||
| abool * | pAttribute | ||
| ) |
| void OnChange | ( | int | iState | ) | [slot] |
QCheckBox
m_cCheckbox [protected] |