Searched refs:PlotterDragDrop (Results 1 – 2 of 2) sorted by relevance
3 class PlotterDragDrop; variable169 void PickDragDrop(One<PlotterDragDrop> dd);170 One<PlotterDragDrop> ClearDragDrop();171 PlotterDragDrop *GetDragDrop() { return ~drag_drop; } in GetDragDrop()235 One<PlotterDragDrop> drag_drop;271 class PlotterDragDrop274 virtual ~PlotterDragDrop() {} in ~PlotterDragDrop()290 class EmptyDragDrop : public PlotterDragDrop303 class ZoomInDragDrop : public PlotterDragDrop318 class ZoomOutDragDrop : public PlotterDragDrop[all …]
888 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()