19 #ifndef _TUINODEACTIVATE_HPP_
20 #define _TUINODEACTIVATE_HPP_ 1
22 #include <TuiNode.hpp>
43 virtual QString getDisplayText();
Allows navigation but also sends a signal to a specified object when the return key is pressed...
TuiNodeActivate(const QString &text, QObject *receiver, const char *method, TuiNode *parent=NULL, TuiNode *prev=NULL)
Create a TuiNodeActivate node.
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...