casa::SlideEditor Class Reference
#include <SlideEditor.qo.h>
List of all members.
Public Slots |
| void | display2 (int) |
| void | display2 () |
| void | setMinimum (double) |
| void | setMaximum (double) |
| void | setPosition (double) |
| void | reset (double, double, double) |
Signals |
| void | itemValueChanged (QString &value) |
| | objName can be obtained from sender(), but that violates object oriented programming
|
| void | itemValueChanged (QString &name, QString &value) |
| | explicitly send name
|
| void | itemValueChanged (int) |
Public Member Functions |
| | SlideEditor (QString name, double min=0., double max=1., double pos=0., int stepSize=16, int pageStep=10, QWidget *parent=0) |
| | ~SlideEditor () |
Private Attributes |
| QLineEdit * | lineEdit |
| QSlider * | slider |
| QVBoxLayout * | vboxLayout |
| int | stepSize |
| QString | itemName |
| QString | itemValue |
Detailed Description
Definition at line 14 of file SlideEditor.qo.h.
Constructor & Destructor Documentation
| casa::SlideEditor::SlideEditor |
( |
QString |
name, |
|
|
double |
min = 0., |
|
|
double |
max = 1., |
|
|
double |
pos = 0., |
|
|
int |
stepSize = 16, |
|
|
int |
pageStep = 10, |
|
|
QWidget * |
parent = 0 | |
|
) |
| | |
| casa::SlideEditor::~SlideEditor |
( |
|
) |
[inline] |
Member Function Documentation
| void casa::SlideEditor::display2 |
( |
|
) |
[slot] |
| void casa::SlideEditor::display2 |
( |
int |
|
) |
[slot] |
| void casa::SlideEditor::itemValueChanged |
( |
int |
|
) |
[signal] |
| void casa::SlideEditor::itemValueChanged |
( |
QString & |
name, |
|
|
QString & |
value | |
|
) |
| | [signal] |
| void casa::SlideEditor::itemValueChanged |
( |
QString & |
value |
) |
[signal] |
objName can be obtained from sender(), but that violates object oriented programming
| void casa::SlideEditor::reset |
( |
double |
, |
|
|
double |
, |
|
|
double |
| |
|
) |
| | [slot] |
| void casa::SlideEditor::setMaximum |
( |
double |
|
) |
[slot] |
| void casa::SlideEditor::setMinimum |
( |
double |
|
) |
[slot] |
| void casa::SlideEditor::setPosition |
( |
double |
|
) |
[slot] |
Member Data Documentation
The documentation for this class was generated from the following file: