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

Public Slots |
|
| void | OnChange (void) |
Public Member Functions |
|
| AttributeSliderWithCheckbox (QWidget *pParent, int iWidth, acheckablefloat *pAttribute) | |
Protected Attributes |
|
| QLabel * | m_pLabel |
| QSlider * | m_pSlider |
| QLineEdit * | m_pEditBox |
| QGroupBox | m_cGroupBox |
| AttributeSliderWithCheckbox | ( | QWidget * | pParent, |
| int | iWidth, | ||
| acheckablefloat * | pAttribute | ||
| ) |
| void OnChange | ( | void | ) | [slot] |
QLabel*
m_pLabel [protected] |
QSlider*
m_pSlider [protected] |
QLineEdit*
m_pEditBox [protected] |
QGroupBox
m_cGroupBox [protected] |