Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linloir/GraphBuilder
/ addVex
Method
addVex
mycanvas.cpp:446–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
void MyCanvas::addVex(MyGraphicsVexItem *vex){
447
g->AddVex(vex);
448
}
449
450
void MyCanvas::addArc(MyGraphicsLineItem *arc){
451
g->AddArc(arc);
Callers
nothing calls this directly
Calls
1
AddVex
Method · 0.80
Tested by
no test coverage detected