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

Method value

cp-profiler/src/cpprofiler/execution_window.hh:43–43  ·  view source on GitHub ↗

Get slider value

Source from the content-addressed store, hash-verified

41
42 /// Get slider value
43 int value() { return slider_->value(); }
44
45 /// Set maximum value of the slider
46 void setMax(int v) { slider_->setMaximum(v); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected