Searched refs:PlotterCtrl (Results 1 – 4 of 4) sorted by relevance
/dports/devel/upp/upp/uppsrc/Geom/Ctrl/ |
H A D | PlotterCtrl.cpp | 12 PlotterCtrl::ViewPlot::ViewPlot(PlotterCtrl& ctrl, int extra_gap) in ViewPlot() 19 PlotterCtrl::ViewPlot::ViewPlot(PlotterCtrl& ctrl, Pointf scale, Pointf delta, int extra_gap) in ViewPlot() 26 PlotterCtrl::ViewPlot::ViewPlot(PlotterCtrl& ctrl, const Matrixf& preform, int extra_gap) in ViewPlot() 34 PlotterCtrl::PlotterCtrl() in PlotterCtrl() function in Upp::PlotterCtrl 79 PlotterCtrl::~PlotterCtrl() {} in ~PlotterCtrl() 81 void PlotterCtrl::Layout() in Layout() 428 void PlotterCtrl::ZoomInX() in ZoomInX() 433 void PlotterCtrl::ZoomOutX() in ZoomOutX() 450 void PlotterCtrl::ZoomInY() in ZoomInY() 455 void PlotterCtrl::ZoomOutY() in ZoomOutY() [all …]
|
H A D | PlotterCtrl.h | 5 class PlotterCtrl : public DragDropCtrl, public CtrlFrame 11 ViewPlot(PlotterCtrl& ctrl, int extra_gap = 0); 20 typedef PlotterCtrl CLASSNAME; 21 PlotterCtrl(); 22 virtual ~PlotterCtrl(); 259 inline T *GetDragDrop(PlotterCtrl *ctrl, T * = 0) 276 virtual PlotterCtrl& GetOwner() = 0; 300 PlotterCtrl& owner; 315 PlotterCtrl& owner; 331 PlotterCtrl& owner; [all …]
|
H A D | Ctrl.upp | 15 PlotterCtrl.h, 16 PlotterCtrl.cpp, 17 PlotterCtrl.iml,
|
H A D | GeomCtrl.t | 49 // PlotterCtrl.cpp
|