Public Member Functions | |
SimpleField (string name, const FieldType *type, bool isEventTarget, bool isEventSource, T N::*var, bool(N::*func)(const T &, const Time &), EventSource N::*eventSource, Time N::*stamp) | |
Ref< ValueBase > | get (const NodeBase *n) const |
void | set (NodeBase *n, const Event *e, bool cascade) const |
bool | changedSince (const NodeBase *n, const Time &t) const |
Is this field or any field of child nodes of this field changed? Child nodes of course are only relevant for node fields. | |
void | forwardClear (NodeBase *n) const |
Protected Member Functions | |
SimpleField (T N::*var, bool(N::*func)(const T &, const Time &), EventSource N::*eventSource, Time N::*stamp) |
Definition at line 76 of file field.H.