|
| GvRealNode * | AllocNode (Int32 id, Bool clone=false) |
| |
| GvRealNode * | GetRoot () |
| |
| GvRealNodeMasterData * | GetMasterData () |
| |
| virtual Bool | IsInstanceOf (cineware::Int32 id) const |
| |
| | BaseList2D () |
| |
| virtual | ~BaseList2D () |
| |
| BaseList2D * | GetNext () |
| |
| BaseList2D * | GetPred () |
| |
| NodeData * | GetNodeData () |
| |
| void | SetNodeData (NodeData *data) |
| |
| void | SetBit (Int32 mask) |
| |
| Bool | GetBit (Int32 mask) |
| |
| void | DelBit (Int32 mask) |
| |
| void | ToggleBit (Int32 mask) |
| |
| Int32 | GetAllBits () |
| |
| void | SetAllBits (Int32 bits) |
| |
| BaseContainer | GetData () |
| |
| BaseContainer * | GetDataInstance () |
| |
| BaseContainer & | GetDataInstanceRef () |
| |
| const String & | GetName () |
| |
| void | SetName (const String &new_name) |
| |
| const GeMarker & | GetMarker () const |
| |
| void | SetMarker (const GeMarker &m) |
| |
| Bool | AddUniqueID (Int32 appid, const Char *const mem, Int bytes) |
| |
| Bool | FindUniqueID (Int32 appid, const Char *&mem, Int &bytes) const |
| |
| Int32 | GetUniqueIDCount () const |
| |
| Bool | GetUniqueIDIndex (Int32 idx, Int32 &id, const Char *&mem, Int &bytes) const |
| |
| BaseShader * | GetFirstShader () |
| |
| Bool | InsertShader (BaseShader *shader, BaseShader *pred=nullptr) |
| |
| Bool | InsertShaderLast (BaseShader *shader) |
| |
| RootCTrack * | GetCTrackRoot () |
| |
| CTrack * | GetFirstCTrack () |
| |
| CTrack * | FindCTrack (const DescID &id) |
| |
| Bool | AppendCTrack (CTrack *t) |
| |
| void | InsertTrackSorted (CTrack *track) |
| |
| virtual Int32 | GetType () const |
| |
| virtual Int32 | GetDiskType () const |
| |
| LayerObject * | GetLayerObject () |
| |
| void | SetLayerObject (LayerObject *layer) |
| |
| const LayerData * | GetLayerData (BaseDocument *doc, Bool rawdata=false) |
| |
| Bool | SetLayerData (BaseDocument *doc, const LayerData &data) |
| |
| virtual BaseList2D * | GetClone (COPYFLAGS flags, AliasTrans *trans) |
| |
| DynamicDescription * | GetDynamicDescription () |
| |
| virtual Bool | IsBaseList () |
| |
| virtual void | Remove () |
| |
| Bool | SetDescIDState (const DescID &id, DESCIDSTATE descidstate) |
| |
| DESCIDSTATE | GetDescIDState (const DescID &id, Bool tolerant) const |
| |
| RootPluginNode * | GetOverrideRoot () |
| |
| BaseOverride * | GetFirstOverride () |
| |
| virtual Bool | TranslateDescID (const DescID &id, DescID &res_id, GeListNode *&res_at) |
| |
| | GeListNode () |
| |
| | ~GeListNode () |
| |
| virtual Bool | GetNBit (Int32 bit) const |
| |
| virtual Bool | ChangeNBit (NBIT bit, NBITCONTROL bitmode) |
| |
| BaseDocument * | GetDocument () |
| |
| virtual Int32 | GetInfo () |
| |
| GeListNode * | GetPred () |
| |
| GeListNode * | GetNext () |
| |
| GeListNode * | GetUp () |
| |
| GeListNode * | GetDown () |
| |
| GeListNode * | GetDownLast () |
| |
| void | InsertBefore (GeListNode *op) |
| |
| void | InsertAfter (GeListNode *op) |
| |
| void | Remove () |
| |
| void | InsertUnder (GeListNode *op) |
| |
| void | InsertUnderLast (GeListNode *op) |
| |
| RootList2D * | GetListHead () |
| |
| Int32 | GetNodeID (Int32 index=0) const |
| |
| | PrivateChunk () |
| |
| Bool | ReadChunk (HyperFile *hf, Bool keepin=false, Bool noheader=false) |
| |
| virtual Bool | IsListHead () |
| |
| Bool | ReadObject (HyperFile *hf, Bool readheader) |
| |
| Bool | WriteObject (HyperFile *hf, Int32 type) |
| |
| Bool | CopyTo (PrivateChunk *dest, COPYFLAGS flags, AliasTrans *trans) |
| |
| Bool | GetParameter (Int32 id, GeData &data) |
| |
| Bool | SetParameter (Int32 id, const GeData &data) |
| |
| Bool | GetParameter (const DescID &id, GeData &data) |
| |
| Bool | SetParameter (const DescID &id, const GeData &data) |
| |
| virtual Int32 | GetChunkLevel () |
| |
| PrivateChunk * | GetNext () const |
| |
| PrivateChunk * | GetPrev () const |
| |
| void | InsertBefore (PrivateChunk *n) |
| |
| void | InsertAfter (PrivateChunk *n) |
| |
| void | Remove () |
| |