19 #ifndef _TUINODECOLOR_HPP_ 20 #define _TUINODECOLOR_HPP_ 1 22 #include "TuiNodeEditable.hpp" 23 #include "VecMath.hpp" 43 virtual QString getDisplayText();
46 void setValue(
Vec3f c);
51 void incPart(
int part,
bool add);
TuiNodeColor(const QString &text, QObject *receiver, const char *method, Vec3f defValue, TuiNode *parent=NULL, TuiNode *prev=NULL)
Create a TuiNodeColor 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...
Allows navigation but also editing of color value as represented by a Vec3f object.
A TuiNodeResponse contains a flag, "accepted" if a keystroke was accepted And a link to a node...