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

Function skipped

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

Source from the content-addressed store, hash-verified

118}
119
120void skipped(QPainter &painter, int x, int y, bool selected)
121{
122 using namespace traditional;
123 if (selected)
124 {
125 painter.setBrush(colors::gold);
126 }
127 else
128 {
129 painter.setBrush(colors::grey);
130 }
131
132 painter.drawRect(x - HALF_SKIPPED_WIDTH, y, SKIPPED_WIDTH, SKIPPED_WIDTH);
133}
134
135void pentagon(QPainter &painter, int x, int y, bool selected)
136{

Callers 2

paintEventMethod · 0.85
processCurrentNodeMethod · 0.85

Calls 1

drawRectMethod · 0.80

Tested by

no test coverage detected