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

Public Types | |
| enum | { kDefaultIID = IID_IGROUPCMDDATA } |
Public Member Functions | |
| virtual void | Set (UIDList *children)=0 |
| virtual const UIDList * | GetChildren ()=0 |
| virtual void | SortChildren ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface is used to cache the data for kGroupCmdBoss.
The command data includes UIDList of items to group together.
| anonymous enum |
Define the default IID for IGroupCmdData.
| pure virtual |
| pure virtual |
| pure virtual |
Sort the list of children into Z-order. Used internally by the group command.