Home
last modified time | relevance | path

Searched refs:RedrawMethod (Results 1 – 8 of 8) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/GUISupport/Qt/
H A DvtkQWidgetTexture.cxx49 this->RedrawMethod = [this]() { in __anone1b095a80102()
168 QObject::connect(this->Scene, &QGraphicsScene::changed, this->RedrawMethod); in AllocateFromWidget()
174 this->RedrawMethod(); in AllocateFromWidget()
H A DvtkQWidgetTexture.h73 std::function<void()> RedrawMethod; variable
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_graphicview.h61 void redraw(RS2::RedrawMethod method=RS2::RedrawAll) override;
154 RS2::RedrawMethod redrawMethod;
H A Dqg_graphicview.cpp239 void QG_GraphicView::redraw(RS2::RedrawMethod method) { in redraw()
240 redrawMethod=(RS2::RedrawMethod ) (redrawMethod | method); in redraw()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/gui/
H A Drs_staticgraphicview.h43 void redraw(RS2::RedrawMethod) override{} in redraw() argument
H A Drs_graphicview.h113 virtual void redraw(RS2::RedrawMethod method=RS2::RedrawAll) = 0;
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actiondrawpoint.cpp61 graphicView->redraw((RS2::RedrawMethod) (RS2::RedrawDrawing | RS2::RedrawOverlay)); in trigger()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs.h927 enum RedrawMethod { enum