Public Types | |
typedef vector< T > | V |
Public Member Functions | |
SimpleSeqCustomField (const NodeBase *containingNode, int index, string name, const FieldType *type, bool isEventTarget, bool isEventSource, const V &v) | |
Ref< ValueBase > | get (const NodeBase *) const |
void | set (NodeBase *n, const Event *e, bool cascade) const |
unsigned | getSize (const NodeBase *) const |
Ref< ValueBase > | getAt (const NodeBase *, 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 | changedSince (const NodeBase *, const Time &t) const |
void | forwardClear (NodeBase *n) const |
Definition at line 224 of file custom_field.H.