19 #ifndef _TUINODEINT_HPP_ 20 #define _TUINODEINT_HPP_ 1 22 #include "TuiNodeEditable.hpp" 46 TuiNodeInt(
const QString& text, QObject* receiver,
const char* method,
int defValue,
47 int min,
int max,
int inc,
TuiNode* parent=NULL,
TuiNode* prev=NULL);
49 virtual QString getDisplayText();
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...
TuiNodeInt(const QString &text, QObject *receiver, const char *method, int defValue, int min, int max, int inc, TuiNode *parent=NULL, TuiNode *prev=NULL)
Create a TuiNodeInt node.
A TuiNodeResponse contains a flag, "accepted" if a keystroke was accepted And a link to a node...
Allows navigation but also editing of an integer value.