29 #ifndef __CLAYOUTTRACKER__ 30 #define __CLAYOUTTRACKER__ 58 virtual void StartDrag(
const PBPMPoint& where);
59 virtual void ContinueDrag(
const PBPMPoint& where, bool16 shiftDown);
60 virtual void StopDrag(
const PBPMPoint& where);
66 virtual void HandleStartDrag(
const PBPMPoint& where);
69 virtual void HandleStopDrag(
const PBPMPoint& where);
76 virtual void SetDragStarted(bool16 start);
77 virtual bool16 IsDragStarted()
const;
80 virtual void SetShiftKeyPressed(bool16 pressed);
81 virtual bool16 IsShiftKeyPressed()
const;
88 bool16 fShiftKeyPressed;