19 #ifndef _TUINODEBOOL_HPP_ 20 #define _TUINODEBOOL_HPP_ 1 22 #include "TuiNodeEditable.hpp" 41 TuiNodeBool(
const QString& text, QObject* receiver,
const char* method,
bool defValue,
TuiNode* parent=NULL,
TuiNode* prev=NULL);
43 virtual QString getDisplayText();
46 void setValue(
bool b);
Allows navigation but also editing of a boolean value.
TuiNodeBool(const QString &text, QObject *receiver, const char *method, bool defValue, TuiNode *parent=NULL, TuiNode *prev=NULL)
Create a TuiNodeBool node.
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...