L33tSlider Class Reference
Special QSlider based class suitable for time sliders. More...
#include <controls.h>
Inheritance diagram for L33tSlider:

Public Slots | |
| virtual void | setValue (int) |
Signals | |
| void | userChanged (int value) |
Public Member Functions | |
| L33tSlider (QWidget *parent, const char *name=0) | |
| L33tSlider (Orientation, QWidget *parent, const char *name=0) | |
| L33tSlider (int minValue, int maxValue, int pageStep, int value, Orientation, QWidget *parent, const char *name=0) | |
| bool | currentlyPressed () const |
Protected Member Functions | |
| virtual void | mousePressEvent (QMouseEvent *) |
| virtual void | mouseReleaseEvent (QMouseEvent *) |
| virtual void | wheelEvent (QWheelEvent *) |
Detailed Description
Special QSlider based class suitable for time sliders.A slider that can be moved around while being changed internally
- Author:
- Charles Samuels
- Version:
- 2.3
Definition at line 22 of file controls.h.
Member Function Documentation
|
|
emmited only when the user changes the value by hand |
The documentation for this class was generated from the following file:
