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

Public Member Functions | |
| virtual int32 | GetVendorCount () const =0 |
| virtual IK2ServiceProvider * | QueryNthVendor (int32 nNthVendor)=0 |
| virtual IK2ServiceProvider * | QueryVendor (ClassID nVendorBoss)=0 |
| virtual IK2ServiceProvider * | QueryVendor (const PMString &vendorName)=0 |
| virtual IK2ServiceProvider * | QueryDefaultVendor ()=0 |
| virtual bool16 | SetDefaultVendor (ClassID nVendorBoss)=0 |
| virtual bool16 | AddVendor (ClassID nVendorBoss)=0 |
| virtual bool16 | RemoveVendor (ClassID nVendorBoss)=0 |
| virtual void | ClearVendor ()=0 |
| virtual bool16 | GetVendorPathList (ClassID nVendorBoss, K2Vector< PMString > &pathList)=0 |
| virtual bool16 | SetVendorPathList (ClassID nVendorBoss, const K2Vector< PMString > &pathList)=0 |
| virtual bool16 | AppendPathToVendorList (ClassID nVendorBoss, const PMString &path)=0 |
| virtual bool16 | RemovePathFromVendorList (ClassID nVendorBoss, const PMString &path)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Currently only used internaly in the linguistic project...
| pure virtual |
set path list for vendor, kInvalidClass will use DEFAULT vendor
| pure virtual |
add path to vendor, kInvalidClass will use DEFAULT vendor