Searched refs:PanDragDrop (Results 1 – 2 of 2) sorted by relevance
1057 .Check(IsDragDrop<PanDragDrop>(this)) in ToolViewPan()1063 if(!IsDragDrop<PanDragDrop>(this)) in OnViewPan()1064 PickDragDrop(new PanDragDrop(*this)); in OnViewPan()1241 Image PanDragDrop::Cursor(Pointf pt, dword keyflags, bool dragging) const in Cursor()1246 bool PanDragDrop::Push(Pointf pt, dword keyflags) in Push()1251 void PanDragDrop::Drag(Pointf start, Pointf prev, Pointf curr, dword keyflags) in Drag()1258 void PanDragDrop::Drop(Pointf start, Pointf end, dword keyflags) in Drop()1266 void PanDragDrop::Cancel() in Cancel()
334 class PanDragDrop : public PlotterDragDrop337 PanDragDrop(PlotterCtrl& owner) : owner(owner) {} in PanDragDrop() function