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

Public Member Functions | |
| virtual void | SetPanel (IControlView *panel)=0 |
| virtual IControlView * | QueryPanel () const =0 |
| virtual bool16 | HasPanel () 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 |
A simple interface that encapsultes a pointer to a panel. Used several places where some code needs to know which panel to do something with.
| pure virtual |
Has a panel been set.
| pure virtual |
Get the panel we're interested in.
| pure virtual |
Set the panel we're interested in.
| panel | pointer to the panel we want to keep track of. |