![]() | InDesign SDK 20.5 |

Public Member Functions | |
| DynPnPanelManager (IPMUnknown *boss) | |
| virtual int32 | GetPanelsCreatedCount () |
| virtual ErrorCode | Create (const PMString &name) |
| virtual ErrorCode | Destroy (const PMString &name) |
| virtual bool16 | IsShowing (const PMString &name) |
| virtual void | ReadWrite (IPMStream *stream, ImplementationID implementation) |
Public Member Functions inherited from CPMUnknown< IDynPnPanelManager > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Protected Member Functions | |
| UID | StartupSomePalette (const PMString &name) |
| void | DestroyDynamicPanel (const UID &panelUID) |
Protected Member Functions inherited from CPMUnknown< IDynPnPanelManager > | |
| CPMUnknown (IPMUnknown *boss) | |
Additional Inherited Members | |
Public Types inherited from IDynPnPanelManager | |
| enum | { kDefaultIID = IID_IDynPnPANELMANAGER } |
Static Public Member Functions inherited from IDynPnPanelManager | |
| static IDynPnPanelManager * | QueryDynamicPanelManager () |
Protected Attributes inherited from CPMUnknown< IDynPnPanelManager > | |
| HelperInterface | fHelperInterface |
Implements IDynPnPanelManager; responsible for managing lifetime of our dynamically created panels.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * DynPnPanelManager::DynPnPanelManager | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
| virtual |
Destroy the named panel
| name | identifies the panel to destroy |
Implements IDynPnPanelManager.
| protected |
Method to destroy panel by UID
| panelUID | identifies panel to destroy |
| virtual |
| virtual |
Determine if named panel is showing
| name | specifies the panel whose visibility we're interested in |
Implements IDynPnPanelManager.
| virtual |
Serialise to or deserialise from given stream
| stream | |
| implementation |