MCPcopy 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
446void MyCanvas::addVex(MyGraphicsVexItem *vex){
447 g->AddVex(vex);
448}
449
450void MyCanvas::addArc(MyGraphicsLineItem *arc){
451 g->AddArc(arc);

Callers

nothing calls this directly

Calls 1

AddVexMethod · 0.80

Tested by

no test coverage detected