![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CGraphicPlaceBehaviorUI (IPMUnknown *boss) | |
| virtual CursorSpec | GetCursor (SysPoint globalLocation, ICursorMgr::eCursorModifierState modifiers) const |
| virtual IPlaceBehavior * | QueryPlaceBehaviorAt (const PMPoint &point) const |
| virtual CursorSpec | GetDropCursor (SysPoint globalLocation, ICursorMgr::eCursorModifierState modifiers) const |
Public Member Functions inherited from CPMUnknown< IPlaceBehaviorUI > | |
| IPMUnknown * | QueryInterface (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 | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Protected Member Functions | |
| virtual CursorSpec | GetPlaceIntoCursor () const |
| helpers | |
| virtual CursorSpec | GetPlaceCursor () const |
Protected Member Functions inherited from CPMUnknown< IPlaceBehaviorUI > | |
| CPMUnknown (IPMUnknown *boss) | |
Additional Inherited Members | |
Public Types inherited from IPlaceBehaviorUI | |
| enum | { kDefaultIID = IID_IPLACEBEHAVIORUI } |
Protected Attributes inherited from CPMUnknown< IPlaceBehaviorUI > | |
| HelperInterface | fHelperInterface |
| virtual |
Get the place feedback cursor appropriate at a given location.
| globalLocation | IN location of the cursor |
| modifiers | IN keyboard modifier state |
Implements IPlaceBehaviorUI.
| virtual |
Get the drop feedback cursor appropriate at a given location.
| globalLocation | IN location of the cursor |
| modifiers | IN keyboard modifier state |
Implements IPlaceBehaviorUI.
| virtual |
Query for the place behavior interface appropriate at a given location.
| point | IN location in question |
Implements IPlaceBehaviorUI.