![]() | InDesign SDK 20.5 |
#include <ICellTracker.h>
Public Types | |
| enum | { kDefaultIID = IID_ICELLTRACKER } |
Public Member Functions | |
| virtual ITracker * | CreateTracker (const ITableFrame *tableFrame, ParcelKey parcelKey, const IEvent *event, IControlView *view, bool isRowSelected=false, bool isColumnSelected=false) 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 |
Creates a tracker to perform actions on a table
| pure virtual |
Creates a cell tracker to work on the passed in data
| tableFrame | The table frame we are tracking in |
| parcelKey | The key of the parcel (cell) we are tracking |
| event | The event that spawned the tracker |
| view | The current view |
| isRowSelected | The entire row is selected or not |
| isColumnSelected | The entire column is selected or not |