Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/Geom/Ctrl/
H A DPlotterCtrl.h3 class PlotterDragDrop; variable
169 void PickDragDrop(One<PlotterDragDrop> dd);
170 One<PlotterDragDrop> ClearDragDrop();
171 PlotterDragDrop *GetDragDrop() { return ~drag_drop; } in GetDragDrop()
235 One<PlotterDragDrop> drag_drop;
271 class PlotterDragDrop
274 virtual ~PlotterDragDrop() {} in ~PlotterDragDrop()
290 class EmptyDragDrop : public PlotterDragDrop
303 class ZoomInDragDrop : public PlotterDragDrop
318 class ZoomOutDragDrop : public PlotterDragDrop
[all …]
H A DPlotterCtrl.cpp888 void PlotterCtrl::PickDragDrop(One<PlotterDragDrop> dd) in PickDragDrop()
897 One<PlotterDragDrop> PlotterCtrl::ClearDragDrop() in ClearDragDrop()
900 One<PlotterDragDrop> out = drag_drop; in ClearDragDrop()
1158 void PlotterDragDrop::Drag(Pointf pt, Pointf prev, Pointf curr, dword keyflags) in Drag()
1166 void PlotterDragDrop::DragRect(const Rectf& prev, const Rectf& curr, dword keyflags) in DragRect()
1174 void PlotterDragDrop::Drop(Pointf pt, Pointf end, dword keyflags) in Drop()