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

Public Types | |
| enum | { kDefaultIID = IID_ILIBRARYDATA } |
Public Member Functions | |
| virtual void | Initialize ()=0 |
| virtual ILibraryDisplayMgr * | GetDisplayMgr () const =0 |
| virtual void | SetLibrary (ILibrary *library)=0 |
| virtual ILibrary * | GetLibrary () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Provides library information for the Library panel
| pure virtual |
Gets the interface to the library display manager.
| pure virtual |
Get the interface to the library.
| pure virtual |
Initializes the library data.
| pure virtual |
Sets the interface to the library.
| library | IN interface pointer to the library |