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

Public Types | |
| enum | { kDefaultIID = IID_IBEHAVIORDRAGDROPDATA } |
Public Member Functions | |
| virtual void | Clear ()=0 |
| virtual bool16 | IsEmpty () const =0 |
| virtual void | Set (IDataBase *db, const std::vector< std::pair< ActionEvent, UID > > &behaviors)=0 |
| virtual IDataBase * | GetDataBase () const =0 |
| virtual std::vector< std::pair < ActionEvent, UID > > | Get () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface on kEventDragDropDEHandlerBoss, kPageItemDDTargetBehaviorHelperBoss to specify data of a behavior or event drag
| pure virtual |
Remove all events/behaviors from the drag data
| pure virtual |
| pure virtual |
| pure virtual |