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 D | qg_printpreviewoptions.cpp | 148 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 D | qg_printpreviewoptions.h | 55 virtual void updateScaleBox(); 56 virtual void updateScaleBox(const double& f);
|
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/utils/tests/ |
H A D | test_plotutils.py | 15 view_box.updateScaleBox(QPointF(0, 0), QPointF(2, 2))
|
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/utils/ |
H A D | plotutils.py | 168 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 D | owbarplot.py | 47 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 D | ViewBox.py | 1268 self.updateScaleBox(ev.buttonDownPos(), ev.pos()) 1330 def updateScaleBox(self, p1, p2): member in ViewBox
|