|
QVISH 0.1
|
A QT widget that adjusts an VInteger. More...
#include <QInteger.hpp>
Public Slots | |
| void | textEnter () |
| void | valueChanged (int) |
Public Member Functions | |
| QInteger (const RefPtr< VParameter > &owner, QWidget *parent, qVInputContext &theInputContext, const RefPtr< VCreationPreferences > &) | |
| void | setRange (const VParameter &VParam, int min, int max) |
| void | setRange (int min, int max) |
| void | valueChanged (const RefPtr< VValueBase > &value, const ValuePoolPtr &Context, const ValueNotifierList *DoNotBroadcast, const ValueMap *) override |
| void | valueChanged (int, const ValueNotifierList *DoNotBroadcast) |
Public Attributes | |
| qVInputContext & | myInputContext |
| const char * | Property_Max = "max" |
| const char * | Property_Min = "min" |
A QT widget that adjusts an VInteger.