Home
last modified time | relevance | path

Searched refs:updateScaleBox (Results 1 – 6 of 6) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_printpreviewoptions.cpp148 updateScaleBox(); in setAction()
163 updateScaleBox(f); in setAction()
216 updateScaleBox(); in fit()
225 updateScaleBox(f); in scale()
273 updateScaleBox(factor); in scale()
278 void QG_PrintPreviewOptions::updateScaleBox(){ in updateScaleBox() function in QG_PrintPreviewOptions
279 updateScaleBox(action->getScale()); in updateScaleBox()
282 void QG_PrintPreviewOptions::updateScaleBox(const double& f){ in updateScaleBox() function in QG_PrintPreviewOptions
H A Dqg_printpreviewoptions.h55 virtual void updateScaleBox();
56 virtual void updateScaleBox(const double& f);
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/utils/tests/
H A Dtest_plotutils.py15 view_box.updateScaleBox(QPointF(0, 0), QPointF(2, 2))
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/utils/
H A Dplotutils.py168 def updateScaleBox(self, p1, p2): member in InteractiveViewBox
192 self.updateScaleBox(buttonDownPos, pg.Point(x, y))
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dowbarplot.py47 self.updateScaleBox(ev.buttonDownPos(), ev.pos())
55 self.updateScaleBox(ev.buttonDownPos(), ev.pos())
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/ViewBox/
H A DViewBox.py1268 self.updateScaleBox(ev.buttonDownPos(), ev.pos())
1330 def updateScaleBox(self, p1, p2): member in ViewBox