Public Member Functions | |
NodeSequenceField (string name, const NodeType *nodeType, bool isEventTarget, bool isEventSource, vector< Ref< C > > N::*var, bool(N::*func)(const vector< Ref< C > > &, const Time &), EventSource N::*eventSource, Time N::*stamp) | |
void | set (NodeBase *n, const Event *e, bool cascade) const |
Ref< ValueBase > | get (const NodeBase *n) const |
unsigned | getSize (const NodeBase *n) const |
Ref< ValueBase > | getAt (const NodeBase *n, unsigned i) const |
void | setAt (NodeBase *n, const ValueBase *v, unsigned i, Time time, bool cascade) const |
void | add (NodeBase *n, const ValueBase *v, Time time, bool cascade) const |
void | remove (NodeBase *n, const ValueBase *v, Time time, 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 355 of file field.H.