19 #ifndef _TUINODEFLOAT_HPP_ 20 #define _TUINODEFLOAT_HPP_ 1 22 #include "TuiNodeEditable.hpp" 48 TuiNodeFloat(
const QString& text, QObject* receiver,
const char* method,
float defValue,
49 float min,
float max,
float inc,
TuiNode* parent=NULL,
TuiNode* prev=NULL);
51 virtual QString getDisplayText();
54 void setValue(
float b);
Allows navigation but also editing of a float value.
pure virtual from which editables for different data types are derived.
TuiNode objects are linked together in a network of nodes to form the structure of a menu which may b...
TuiNodeFloat(const QString &text, QObject *receiver, const char *method, float defValue, float min, float max, float inc, TuiNode *parent=NULL, TuiNode *prev=NULL)
Create a TuiNodeFloat node.
A TuiNodeResponse contains a flag, "accepted" if a keystroke was accepted And a link to a node...