InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SnapSelectionSuiteASB Class Reference
Inheritance diagram for SnapSelectionSuiteASB:
CPMUnknown< ISnapSelectionSuite >ISnapSelectionSuiteIPMUnknown

Public Member Functions

 SnapSelectionSuiteASB (IPMUnknown *boss)
 
virtual ~SnapSelectionSuiteASB ()
 
virtual SnapshotUtilsExCreateSnapshot (ISpread *spread)
 
virtual bool16 SelectionIsEmpty ()
 
- Public Member Functions inherited from CPMUnknown< ISnapSelectionSuite >
IPMUnknownQueryInterface (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
 
CPMUnknownoperator= (const CPMUnknown &)=delete
 

Additional Inherited Members

- Public Types inherited from ISnapSelectionSuite
enum  { kDefaultIID = IID_ISNAPSELECTIONSUITE }
 
- Protected Member Functions inherited from CPMUnknown< ISnapSelectionSuite >
 CPMUnknown (IPMUnknown *boss)
 
- Protected Attributes inherited from CPMUnknown< ISnapSelectionSuite >
HelperInterface fHelperInterface
 

Detailed Description

Abstract selection class implementation of ISnapSelectionSuite.

Constructor & Destructor Documentation

SnapSelectionSuiteASB::SnapSelectionSuiteASB (IPMUnknownboss)

Constructor

SnapSelectionSuiteASB::~SnapSelectionSuiteASB ()
virtual

Destructor

Member Function Documentation

SnapshotUtilsEx * SnapSelectionSuiteASB::CreateSnapshot (ISpreadspread)
virtual
bool16 SnapSelectionSuiteASB::SelectionIsEmpty ()
virtual