Home
last modified time | relevance | path

Searched refs:PanDragDrop (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/Geom/Ctrl/
H A DPlotterCtrl.cpp1057 .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()
H A DPlotterCtrl.h334 class PanDragDrop : public PlotterDragDrop
337 PanDragDrop(PlotterCtrl& owner) : owner(owner) {} in PanDragDrop() function