![]() | InDesign SDK 20.5 |
#include <ILibraryItemButtonData.h>

Public Types | |
| enum | { kDefaultIID = IID_ILIBRARYITEMBUTTONDATA } |
Public Member Functions | |
| virtual void | SetLibraryAssetProxy (ILibraryAssetProxy *assetProxy)=0 |
| virtual ILibraryAssetProxy * | GetLibraryAssetProxy ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This class controls access to proxy data for a library asset on behalf of the Library Panel.
| pure virtual |
Get the pointer to the library asset proxy.
| pure virtual |
Set the pointer to the library asset proxy.
| assetProxy | IN interface pointer to ILibraryAssetProxy |