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

#include <SelectionSnapshotData.h>

Inheritance diagram for SelectionSnapshotData:
SelectionSnapshotDesc

Public Member Functions

virtual ClassID GetOwningCSBClass () const =0
 

Detailed Description

A data container which is passed into ISelectionSnapshotSuite routines. This container wraps a snapshot of selection information in a way that specifies nothing of the selection model. It is not a Shuksan object model interface, but simply an abstract interface from which implementation classes derive.

Member Function Documentation

virtual ClassID SelectionSnapshotData::GetOwningCSBClass () const
pure virtual

Get the ClassID of the concrete selection boss for the selection model being snapshotted.

Returns
The ClassID for the selection's csb.

Implemented in SelectionSnapshotDesc.