MCPcopy Create free account
hub / github.com/LibreCAD/LibreCAD / updateView

Method updateView

librecad/src/main/doc_plugin_interface.cpp:790–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790void Doc_plugin_interface::updateView(){
791 doc->setSelected(false);
792 gView->getContainer()->calculateBorders();
793 gView->redraw();
794}
795
796void Doc_plugin_interface::addPoint(QPointF *start){
797

Callers 4

execCommMethod · 0.80
opFindMoveToLayerMethod · 0.80
opResizeSelectedMethod · 0.80
opFindResizeMethod · 0.80

Calls 4

getContainerMethod · 0.80
setSelectedMethod · 0.45
calculateBordersMethod · 0.45
redrawMethod · 0.45

Tested by

no test coverage detected