A widget which used to display and alter the value for a float range attribute.
#include <widgets.h>
Classes |
|
class | Slider |
Public Slots |
|
void | OnMove (int) |
Public Member Functions |
|
AttributeSliderbox (QWidget *pParent, int iWidth, afloatr *pAttribute) | |
Protected Member Functions |
|
void | Update (void) |
Protected Attributes |
|
Slider | m_cSlider |
AttributeSliderbox | ( | QWidget * | pParent, |
int | iWidth, | ||
afloatr * | pAttribute | ||
) |
void Update | ( | void | ) | [protected, virtual] |
Reimplemented from AttributeEditbox.
void OnMove | ( | int | ) | [slot] |
Slider
m_cSlider [protected] |