#include <ClipArray.h>
|
| | ClipArray () |
| |
| int | insertClipAtIndex (Clip *clip, int index) |
| |
| Clip * | getClipAtIndex (int index) |
| |
| int | getIndexForClip (Clip *clip) |
| |
| | ResizeablePointerArray () |
| |
| int | insertPointerAtIndex (void *pointer, int index) |
| |
| void * | getPointerAtIndex (int index) |
| |
| void | setPointerAtIndex (void *pointer, int index) |
| |
| | ResizeableArray (int newElementSize, int newMaxNumEmptySpacesToKeep=16, int newNumExtrarSpacesToAllocate=15) |
| |
| | ~ResizeableArray () |
| |
| void | init () |
| |
| bool | cloneFrom (ResizeableArray *other) |
| |
| void | empty () |
| |
| void | swapStateWith (ResizeableArray *other) |
| |
| void | deleteAtIndex (int i, int numToDelete=1, bool mayShortenMemoryAfter=true) |
| |
| bool | ensureEnoughSpaceAllocated (int numAdditionalElementsNeeded) |
| |
| int | insertAtIndex (int i, int numToInsert=1, void *thingNotToStealFrom=NULL) |
| |
| void | swapElements (int i1, int i2) |
| |
| void | repositionElement (int iFrom, int iTo) |
| |
| int | beenCloned () |
| |
| void | setMemory (void *newMemory, int newMemorySize) |
| |
| void | setStaticMemory (void *newMemory, int newMemorySize) |
| |
| void | moveElementsLeft (int oldStartIndex, int oldStopIndex, int distance) |
| |
| void | moveElementsRight (int oldStartIndex, int oldStopIndex, int distance) |
| |
| void * | getElementAddress (int index) |
| |
| int | getNumElements () |
| |
◆ ClipArray()
◆ getClipAtIndex()
| Clip * ClipArray::getClipAtIndex |
( |
int |
index | ) |
|
◆ getIndexForClip()
| int ClipArray::getIndexForClip |
( |
Clip * |
clip | ) |
|
◆ insertClipAtIndex()
| int ClipArray::insertClipAtIndex |
( |
Clip * |
clip, |
|
|
int |
index |
|
) |
| |
The documentation for this class was generated from the following files: