A data class for creating timeline track plugins.
Use RegisterCTrackPlugin() to register a track plugin.
|
virtual Bool | Animate (const CTrack *track, const CAnimInfo *info, Bool *chg, void *data) const |
|
virtual Int32 | GuiMessage (CTrack *track, const BaseContainer &msg, BaseContainer &result) |
|
virtual Bool | Draw (CTrack *track, GeClipMap *map, const BaseTime &clip_left, const BaseTime &clip_right) |
|
virtual Int32 | GetHeight (const CTrack *track) const |
|
virtual Bool | FillKey (CTrack *track, BaseDocument *doc, BaseList2D *bl, CKey *key) |
|
virtual Bool | TrackInformation (CTrack *track, BaseDocument *doc, CKey *key, maxon::String *str, Bool set) |
|
virtual Bool | KeyMessage (CTrack *track, CKey *node, Int32 type, void *data) |
|
virtual Bool | KeyGetDDescription (const CTrack *track, const CKey *node, Description *description, DESCFLAGS_DESC &flags) const |
|
virtual Bool | KeyGetDParameter (const CTrack *track, const CKey *node, const DescID &id, GeData &t_data, DESCFLAGS_GET &flags) const |
|
virtual Bool | KeyGetDEnabling (const CTrack *track, const CKey *node, const DescID &id, const GeData &t_data, DESCFLAGS_ENABLE flags, const BaseContainer *itemdesc) const |
|
virtual Bool | KeySetDParameter (CTrack *track, CKey *node, const DescID &id, const GeData &t_data, DESCFLAGS_SET &flags) |
|
| NodeData () |
|
GeListNode * | Get () |
|
const GeListNode * | Get () const |
|
virtual Bool | Message (GeListNode *node, Int32 type, void *data) |
|
virtual void | GetBubbleHelp (GeListNode *node, maxon::String &str) |
|
virtual const BaseDocument * | GetDocument (const GeListNode *node) const |
|
virtual maxon::Result< Bool > | GetBranchInfo (const GeListNode *node, const maxon::ValueReceiver< const BranchInfo & > &info, GETBRANCHINFO flags) const |
|
virtual Bool | IsInstanceOf (const GeListNode *node, Int32 type) const |
|
virtual Bool | IsDocumentRelated (const GeListNode *node, Bool &docrelated) const |
|
virtual maxon::Result< Bool > | GetAccessedObjects (const BaseList2D *node, METHOD_ID method, AccessedObjectsCallback &access) const |
|
virtual maxon::Result< maxon::GenericData > | GroupChanges (BaseList2D *node) |
|
virtual Bool | Init (GeListNode *node, Bool isCloneInit) |
|
virtual void | Free (GeListNode *node) |
|
virtual Bool | Read (GeListNode *node, HyperFile *hf, Int32 level) |
|
virtual Bool | Write (const GeListNode *node, HyperFile *hf) const |
|
virtual Bool | CopyTo (NodeData *dest, const GeListNode *snode, GeListNode *dnode, COPYFLAGS flags, AliasTrans *trn) const |
|
virtual Bool | GetDDescription (const GeListNode *node, Description *description, DESCFLAGS_DESC &flags) const |
|
virtual Bool | GetDParameter (const GeListNode *node, const DescID &id, GeData &t_data, DESCFLAGS_GET &flags) const |
|
virtual Bool | SetDParameter (GeListNode *node, const DescID &id, const GeData &t_data, DESCFLAGS_SET &flags) |
|
virtual Bool | GetDEnabling (const GeListNode *node, const DescID &id, const GeData &t_data, DESCFLAGS_ENABLE flags, const BaseContainer *itemdesc) const |
|
virtual Bool | TranslateDescID (GeListNode *node, const DescID &id, DescID &res_id, C4DAtom *&res_at) |
|
virtual | ~BaseData () |
|
void | Destructor () |
|