|
virtual Bool | IsInstanceOf (cineware::Int32 id) const |
|
virtual Bool | HandleSubChunk (HyperFile *hf, Int32 id, Int32 level) |
|
virtual Bool | Write (HyperFile *hf) |
|
| RootList2D () |
|
| ~RootList2D () |
|
void | SetParent (GeListNode *main) |
|
GeListNode * | GetParent () const |
|
Bool | Insert (GeListNode *bl) |
|
Bool | InsertBefore (GeListNode *bl, GeListNode *next) |
|
Bool | InsertAfter (GeListNode *bl, GeListNode *pred) |
|
Bool | InsertLast (GeListNode *bl) |
|
void | Remove (GeListNode *bl) |
|
virtual Bool | IsListHead () |
|
void | FlushAll () |
|
GeListNode * | GetFirst () |
|
GeListNode * | GetLast () |
|
| GeListNode () |
|
| ~GeListNode () |
|
virtual Bool | IsBaseList () |
|
virtual Bool | GetNBit (Int32 bit) const |
|
virtual Bool | ChangeNBit (NBIT bit, NBITCONTROL bitmode) |
|
BaseDocument * | GetDocument () |
|
virtual Int32 | GetInfo () |
|
virtual Int32 | GetDiskType () const |
|
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 Int32 | GetType () const |
|
virtual Int32 | GetInstanceType () const |
|
Bool | ReadObject (HyperFile *hf, Bool readheader) |
|
Bool | WriteObject (HyperFile *hf, Int32 type) |
|
Bool | CopyTo (PrivateChunk *dest, COPYFLAGS flags, AliasTrans *trans) |
|
virtual Bool | GetDParameter (const DescID &id, GeData &data) |
|
virtual Bool | SetDParameter (const DescID &id, const GeData &data) |
|
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 () |
|