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

Public Types | |
| enum | { kDefaultIID = IID_ICELLCURSORPROVIDER } |
Public Member Functions | |
| virtual bool16 | GetCursor (ParcelKey parcelKey, IControlView *frontView, PBPMPoint &pt, CursorSpec &spec)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Provides the cursor associated with the tracker which would act on the table at a given point
| pure virtual |
Returns the cursor which shows the action you can preform on the table at the point passed in
| parcelKey | The parcel of the cell you are over (for split rows) |
| frontView | The view you are tracking in |
| pt | The point in the view specified you are over in the table (in the coords of the pasteboard) |
| spec | The cursor found |