19 #ifndef _TUINODEDOUBLE_HPP_ 20 #define _TUINODEDOUBLE_HPP_ 1 22 #include "TuiNodeEditable.hpp" 48 TuiNodeDouble(
const QString& text, QObject* receiver,
const char* method,
double defValue,
49 double min,
double max,
double inc,
TuiNode* parent=NULL,
TuiNode* prev=NULL);
51 virtual QString getDisplayText();
54 void setValue(
double b);
TuiNodeDouble(const QString &text, QObject *receiver, const char *method, double defValue, double min, double max, double inc, TuiNode *parent=NULL, TuiNode *prev=NULL)
Create a TuiNodeDouble node.
Allows navigation but also editing of a double 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...
A TuiNodeResponse contains a flag, "accepted" if a keystroke was accepted And a link to a node...