Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
790
void Doc_plugin_interface::updateView(){
791
doc->setSelected(false);
792
gView->getContainer()->calculateBorders();
793
gView->redraw();
794
}
795
796
void Doc_plugin_interface::addPoint(QPointF *start){
797
Callers
4
execComm
Method · 0.80
opFindMoveToLayer
Method · 0.80
opResizeSelected
Method · 0.80
opFindResize
Method · 0.80
Calls
4
getContainer
Method · 0.80
setSelected
Method · 0.45
calculateBorders
Method · 0.45
redraw
Method · 0.45
Tested by
no test coverage detected