import "sbIOrderableMediaList.idl";
Public Member Functions | |
void | insertBefore (in unsigned long aIndex, in sbIMediaItem aMediaItem) |
Insert a media item before the specified media item. | |
void | insertAllBefore (in unsigned long aIndex, in sbIMediaList aMediaList) |
Insert a media list before the specified media item. | |
void | moveBefore (in unsigned long aFromIndex, in unsigned long aToIndex) |
Move a media item from one position to another in the list. | |
void | moveLast (in unsigned long aIndex) |
Move a media item to the end of the list. | |
void | insertSomeBefore (in unsigned long aIndex, in nsISimpleEnumerator aMediaItems) |
Insert many media items before the specified media item. | |
void | moveSomeBefore ([array, size_is(aFromIndexArrayCount)] in unsigned long aFromIndexArray, in unsigned long aFromIndexArrayCount, in unsigned long aToIndex) |
Move a list of media items from one position to another in the list. | |
void | moveSomeLast ([array, size_is(aIndexArrayCount)] in unsigned long aIndexArray, in unsigned long aIndexArrayCount) |
Move a list of media items to the end of the list. |
Definition at line 45 of file sbIOrderableMediaList.idl.
void sbIOrderableMediaList::insertBefore | ( | in unsigned long | aIndex, | |
in sbIMediaItem | aMediaItem | |||
) |
Insert a media item before the specified media item.
aIndex | Position of item to insert before | |
aMediaItem | Media item to insert |
void sbIOrderableMediaList::insertAllBefore | ( | in unsigned long | aIndex, | |
in sbIMediaList | aMediaList | |||
) |
Insert a media list before the specified media item.
aIndex | Position of item to insert before | |
aMediaItem | Media list to insert |
void sbIOrderableMediaList::moveBefore | ( | in unsigned long | aFromIndex, | |
in unsigned long | aToIndex | |||
) |
Move a media item from one position to another in the list.
aFromIndex | Index of media item to move | |
aToIndex | Index of media item to insert the moved item before |
void sbIOrderableMediaList::moveLast | ( | in unsigned long | aIndex | ) |
Move a media item to the end of the list.
aIndex | Index of media item to move |
void sbIOrderableMediaList::insertSomeBefore | ( | in unsigned long | aIndex, | |
in nsISimpleEnumerator | aMediaItems | |||
) |
Insert many media items before the specified media item.
aIndex | Position of item to insert before | |
aMediaItems | Simple enumerator of sbIMediaItem objects to insert |
void sbIOrderableMediaList::moveSomeBefore | ( | [array, size_is(aFromIndexArrayCount)] in unsigned long | aFromIndexArray, | |
in unsigned long | aFromIndexArrayCount, | |||
in unsigned long | aToIndex | |||
) |
Move a list of media items from one position to another in the list.
aFromIndexArray | Array of indexes of media items to move | |
aToIndex | Index of media item to insert the moved items before |
void sbIOrderableMediaList::moveSomeLast | ( | [array, size_is(aIndexArrayCount)] in unsigned long | aIndexArray, | |
in unsigned long | aIndexArrayCount | |||
) |
Move a list of media items to the end of the list.
aIndexArray | Array of the indexes of media items to move |