19 #ifndef _TUINODEDATETIME_HPP_ 20 #define _TUINODEDATETIME_HPP_ 1 22 #include "TuiNodeEditable.hpp" 44 virtual QString getDisplayText();
47 void setValue(
double d);
53 void incPart(
int part,
bool add);
54 QList<int> getParts(
double jd);
55 bool setPart(
int part,
int val);
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 a julian date.
TuiNodeDateTime(const QString &text, QObject *receiver, const char *method, double defValue, TuiNode *parent=NULL, TuiNode *prev=NULL)
Create a TuiNodeDateTime node.
A TuiNodeResponse contains a flag, "accepted" if a keystroke was accepted And a link to a node...