20 #define _TUINODEENUM 1 22 #include "TuiNodeEditable.hpp" 25 #include <QStringList> 42 TuiNodeEnum(
const QString& text, QObject* receiver,
const char* method, QStringList items,
45 virtual QString getDisplayText();
48 void setValue(QString s);
52 QStringList stringList;
Allows navigation but also selection from a list of string values.
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...
TuiNodeEnum(const QString &text, QObject *receiver, const char *method, QStringList items, QString defValue, TuiNode *parent=NULL, TuiNode *prev=NULL)
Create a TuiNodeEnum node.
A TuiNodeResponse contains a flag, "accepted" if a keystroke was accepted And a link to a node...