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

Public Types | |
| enum | { kDefaultIID = IID_IHTBMANAGER } |
| typedef K2Vector< InterfacePtr < IPMUnknown > > | UniformTargetingBossCollection |
Public Member Functions | |
| virtual bool16 | IsInterfaceEnabled (const PMIID &interfaceID) const =0 |
| virtual void | Startup (IPMUnknown *iTargetingBoss)=0 |
| virtual UniformTargetingBossCollection * | QueryUniformTargetingBosses (const PMIID &) 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 |
This is the HTB Manger interface. It is analogous to the selection's ASB.
| pure virtual |
Is the interface enbaled, i.e. does it exist on one of the enabled UTBs.
| pure virtual |
Return a list of interfaces from the concrete selection bosses. Check for the requested interface on all CSBs or only on the active CSBs.
NOTE: The caller must call delete() on the returned collection.
| pure virtual |
Startup the htb manager on the hybrid targeting boss.
| iTargetingBoss |