![]() |
PeriDyno 1.0.0
|
#include <QComponent.h>
Public Slots | |
void | setNewVisable (int s) |
![]() | |
void | setValue (int value) |
void | setValue (double Value, bool BlockSignals=false) |
Public Member Functions | |
mQDoubleSlider (QWidget *pParent=NULL) | |
![]() | |
QDoubleSlider (QWidget *pParent=NULL) | |
void | setRange (double Min, double Max) |
void | setMinimum (double Min) |
double | minimum () const |
void | setMaximum (double Max) |
double | maximum () const |
double | value () const |
Public Attributes | |
int | id = -1 |
QLabel * | nameLabel = nullptr |
Additional Inherited Members | |
![]() | |
void | valueChanged (double Value) |
void | rangeChanged (double Min, double Max) |
Definition at line 38 of file QComponent.h.
|
inline |
Definition at line 44 of file QComponent.h.
|
inlineslot |
Definition at line 53 of file QComponent.h.
int dyno::mQDoubleSlider::id = -1 |
Definition at line 46 of file QComponent.h.
QLabel* dyno::mQDoubleSlider::nameLabel = nullptr |
Definition at line 49 of file QComponent.h.