Songbird / Development / Songbird Add-Ons API Documentation

sbILocalDatabaseSimpleMediaList Interface Reference

[USER CODE SHOULD NOT REFERENCE THIS CLASS] More...

import "sbILocalDatabaseSimpleMediaList.idl";

List of all members.

Public Member Functions

unsigned long getIndexByOrdinal (in AString aOrdinal)
 Get the index of an item in this list by its ordinal.
void invalidate ()
 Tell the list that its underlying datasource has changed.
void notifyListenersItemUpdated (in sbIMediaItem aItem, in unsigned long aIndex, in sbIPropertyArray aProperties)
 Notify this simple media list's listeners that an item has been updated.
void notifyListenersBeforeItemRemoved (in sbIMediaList aList, in sbIMediaItem aItem, in unsigned long aIndex)
 Notify this simple media list's listeners that an item is about to be removed.
void notifyListenersAfterItemRemoved (in sbIMediaList aList, in sbIMediaItem aItem, in unsigned long aIndex)
 Notify this simple media list's listeners that an item has been removed.
void notifyListenersListCleared (in sbIMediaList aList)
 Notify the simple media list's listeners that it has been cleared.
void notifyListenersBatchBegin (in sbIMediaList aList)
 Notify the simple media list's listeners that a batch has begun.
void notifyListenersBatchEnd (in sbIMediaList aList)
 Notify the simple media list's listeners that a batch has ended.
void notifyContentChanged ()
 Notify the simple media list that its content was changed via an operation that bypassed listeners (ie, direct write to db).

Public Attributes

attribute sbILocalDatabaseMediaListCopyListener copyListener


Detailed Description

[USER CODE SHOULD NOT REFERENCE THIS CLASS]

Methods and attributes that are specific to the simple media list are implemented here.

See also:
sbIMediaList

Definition at line 61 of file sbILocalDatabaseSimpleMediaList.idl.


Member Function Documentation

unsigned long sbILocalDatabaseSimpleMediaList::getIndexByOrdinal ( in AString  aOrdinal  ) 

Get the index of an item in this list by its ordinal.

Parameters:
aOrdinal The ordinal to look up the index by
Returns:
The index of the item with the given ordinal


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:28:59 2009 for Songbird by  doxygen 1.5.2