InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ILoadPlaceGunCmdData Class Referenceabstract

#include <ILoadPlaceGunCmdData.h>

Inheritance diagram for ILoadPlaceGunCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ILOADPLACEGUNCMDDATA }
 

Public Member Functions

virtual void SetPlaceGunLoadLocation (IPlaceGun::PlaceGunLocation where)=0
 
virtual IPlaceGun::PlaceGunLocation GetPlaceGunLoadLocation () const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Interface to hold data for LoadPlaceGunCmd

Member Function Documentation

virtual IPlaceGun::PlaceGunLocation ILoadPlaceGunCmdData::GetPlaceGunLoadLocation () const
pure virtual

Get where to load the item in the list

Returns
where to load the item in the place gun
virtual void ILoadPlaceGunCmdData::SetPlaceGunLoadLocation (IPlaceGun::PlaceGunLocation where)
pure virtual

Set where to load the item in the list

Parameters
whereIN where to load the item in the place gun - usually the back, but can be the front in some cases.