QVISH 0.1
Public Slots | Public Member Functions | Public Attributes | List of all members

A QT widget that provides a float value. More...

#include <QFloat.hpp>

Inheritance diagram for Wizt::QFloat:

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
 
qVInputContextmyInputContext
 
const char * Property_Inc = "increment"
 
const char * Property_Max = "max"
 
const char * Property_Min = "min"
 
const char * Property_Precision = "precision"
 

Detailed Description

A QT widget that provides a float value.


The documentation for this class was generated from the following files: