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

Public Slots |
|
| void | OnChange (void) |
Public Member Functions |
|
| AttributeSliderArrayWithCheckbox (QWidget *pParent, int iWidth, AttributeCheckableFloatArray *pAttribute) | |
Protected Attributes |
|
| QVector< QLabel * > | m_aLabel |
| QVector< QLineEdit * > | m_aEditBox |
| QVector< QSlider * > | m_aSlider |
| QGroupBox | m_cGroupBox |
| AttributeSliderArrayWithCheckbox | ( | QWidget * | pParent, |
| int | iWidth, | ||
| AttributeCheckableFloatArray * | pAttribute | ||
| ) |
| void OnChange | ( | void | ) | [slot] |
QVector<QLineEdit *>
m_aEditBox [protected] |
QGroupBox
m_cGroupBox [protected] |