|
QVISH 0.1
|
A QT widget that provides a float value. More...
#include <QFloat.hpp>
Public Slots | |
| void | sliderValueChanged (int) |
| void | textEnter () |
Public Member Functions | |
| void | propertiesAndIncrement (const ValueMap *VP) |
| QFloat (const RefPtr< VParameter > &owner, QWidget *parent, qVInputContext &theInputContext, const RefPtr< VCreationPreferences > &qvpp) | |
| void | setRange (double Min, double Max, double Incr) |
| void | setSteps () |
| void | showValue (double, const ValueNotifierList *DoNotBroadcast) |
| void | valueChanged (const RefPtr< VValueBase > &value, const ValuePoolPtr &Context, const ValueNotifierList *DoNotBroadcast, const ValueMap *VP) override |
Public Attributes | |
| double | increment = 100*1000*1000 |
| qVInputContext & | myInputContext |
| const char * | Property_Inc = "increment" |
| const char * | Property_Max = "max" |
| const char * | Property_Min = "min" |
| const char * | Property_Precision = "precision" |
A QT widget that provides a float value.