|
| CBlendLayers () |
|
virtual BlendLayer * | AllocObject () const |
|
virtual void | FreeObject (BlendLayer *&pObj) const |
|
virtual BlendLayer * | AllocObjectType (Int32 lID) const |
|
BlendLayer * | Add (LayerType t, Int32 lID, Bool bAppend=true) |
|
void | Remove (BlendLayer *pLayer, BaseList2D *pParent, BaseDocument *pDoc) |
|
virtual void | Free () |
|
BlendLayer * | GetLayer (Int32 l) |
|
Bool | LinkLayer (BlendLayer *pMovedLayer, BlendLayer *pDestLayer, DragPosition pos) |
|
void | Unlink (BlendLayer *pLayer) |
|
Bool | ReadElementCreate (HyperFile *pFile, BlendLayer *&pLayer, Int32 lLevel) |
|
Bool | WriteElementHF (HyperFile *pFile, const BlendLayer *pElement) const |
|
Int32 | Compare (CBlendLayers *pLayers) |
|
Int32 | FindLayer (BlendLayer *pLayer) |
|
Bool | CopyTo (CBlendLayers *pDest, AliasTrans *pTrans) |
|
void | DeselectAll () |
|
BlendLayer * | FindSelected () |
|
BlendLayer * | SearchLayer (Int32 lLayerID) |
|
Bool | CompareStructure (CBlendLayers *p, Bool bCompareNames) |
|
void | ClearShaders (BaseList2D *pParent, BaseDocument *pDoc) |
|
void | UpdateShaderBitmaps (Int32 lMinHeight, BaseDocument *pDoc) |
|
void | UpdateFolderBitmaps (Int32 lMinHeight, BaseDocument *pDoc) |
|
| CDynObjectArray () |
|
virtual | ~CDynObjectArray () |
|
BlendLayer * | GetNextObject () |
|
BlendLayer * | InsertAt (Int32 l) |
|
BlendLayer * | GetNextObjectType (Int32 lID) |
|
BlendLayer * | InsertAtType (Int32 lID, Int32 l) |
|
Int32 | GetObjectIndex (const BlendLayer *pObj) const |
|
BlendLayer * | GetObject (Int32 l) const |
|
Int32 | GetElementCount () const |
|
Bool | RemoveAt (Int32 l) |
|
Bool | RemoveObjectPointer (const BlendLayer *pObj) |
|
const CDynArray< ArrayElementPtr > * | GetArray () const |
|
CDynArray< ArrayElementPtr > * | GetArray () |
|
BlendLayer * | operator[] (Int32 l) const |
|
Bool | IsEmpty () const |
|
Bool | IsEqual (const CDynObjectArray< BlendLayer > *pArray) const |
|
Bool | RemovePointer (Int32 lIndex) |
|
Bool | InsertObject (BlendLayer *pObj, Int32 lIndex) |
|
Bool | Init (const BlendLayer *const *ppObjects, Int32 lCount, AliasTrans *pTrans=nullptr, Bool bAppend=false) |
|
Bool | CopyTo (CDynObjectArray< BlendLayer > *pDest, AliasTrans *pTrans, Bool bAppend=false) const |
|
Bool | Alloc (Int32 lElementCount) |
|
Bool | Read (HyperFile *pFile, Bool bFlush=true) |
|
Bool | Write (HyperFile *pFile, Int32 lLevel) const |
|
Bool | ReadCreateObject (HyperFile *pFile, Bool bFlush=true) |
|