MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / unexplored

Function unexplored

cp-profiler/src/cpprofiler/tree/node_drawing.cpp:105–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void unexplored(QPainter &painter, int x, int y, bool selected)
106{
107 using namespace traditional;
108 if (selected)
109 {
110 painter.setBrush(colors::gold);
111 }
112 else
113 {
114 painter.setBrush(colors::white);
115 }
116
117 painter.drawEllipse(x - HALF_UNDET_WIDTH, y, UNDET_WIDTH, UNDET_WIDTH);
118}
119
120void skipped(QPainter &painter, int x, int y, bool selected)
121{

Callers 2

paintEventMethod · 0.85
processCurrentNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected