#include <ILibraryScrapData.h>
|
| enum | { kDefaultIID = IID_ILIBRARYSCRAPDATA } |
| |
This interface is an "add in" to the kPageItemScrapHandlerBoss and is responsible for setting and getting library data.
| virtual const AssetIDList& ILibraryScrapData::GetAssetList | ( | | ) | |
| pure virtual |
Get the list of assets being accessed.
- Returns
- the list of AssetIDs
| virtual ILibrary* ILibraryScrapData::GetLibrary | ( | | ) | |
| pure virtual |
Get the library being accessed.
- Returns
- interface pointer to library being accessed
| virtual void ILibraryScrapData::SetAssetList | ( | const AssetIDList & | assetList | ) | |
| pure virtual |
Set the list of assets being accessed.
- Parameters
| assetList | IN a list of assetIDs |
| virtual void ILibraryScrapData::SetLibrary | ( | ILibrary * | library | ) | |
| pure virtual |
Set the library being accessed.
- Parameters
| library | IN interface pointer to the library |