MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / ShowUnvisited

Method ShowUnvisited

graph_view.cpp:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void MyGraphicsView::ShowUnvisited(){
256 for(int i = 0; i < vexes.size(); i++){
257 vexes[i]->itemShow();
258 }
259 for(int i = 0; i < lines.size(); i++){
260 lines[i]->itemShow();
261 }
262}
263
264void MyGraphicsView::SaveToFile(QTextStream &ts){
265 //vexes

Callers 1

CreateSettingsMethod · 0.80

Calls 1

itemShowMethod · 0.80

Tested by

no test coverage detected