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

#include <ISelectionMessages.h>

Public Member Functions

virtual const K2Vector
< XMLReference > * 
GetElementsToAdd (void) const =0
 
virtual const K2Vector
< XMLReference > * 
GetElementsToRemove (void) const =0
 
virtual const K2Vector
< XMLAttributeReference > * 
GetAttributesToAdd (void) const =0
 
virtual const K2Vector
< XMLAttributeReference > * 
GetAttributesToRemove (void) const =0
 

Detailed Description

This is the void* message in a SelectionHighlightMessage for a layout selection

Member Function Documentation

virtual const K2Vector<XMLAttributeReference>* IXMLSelectionHighlightMessage::GetAttributesToAdd (void ) const
pure virtual

Return the Attributes to add to the selection

virtual const K2Vector<XMLAttributeReference>* IXMLSelectionHighlightMessage::GetAttributesToRemove (void ) const
pure virtual

Return the Attributes to remove from the selection

virtual const K2Vector<XMLReference>* IXMLSelectionHighlightMessage::GetElementsToAdd (void ) const
pure virtual

Return the Elements to add to the selection

virtual const K2Vector<XMLReference>* IXMLSelectionHighlightMessage::GetElementsToRemove (void ) const
pure virtual

Return the Elements to remove from the selection