Public Member Functions | |
NodeField (string name, const NodeType *nodeType, bool isEventTarget, bool isEventSource, Ref< C > N::*var, bool(N::*func)(const Ref< C > &, 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 | inject (NodeBase *n, NodeBase *child, Time time, 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 |
Definition at line 258 of file field.H.