Home
last modified time | relevance | path

Searched refs:nogoodsClicked (Results 1 – 5 of 5) sorted by relevance

/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/
H A Dexecution_window.hh111 void nogoodsClicked(std::vector<NodeID>);
H A Dexecution_window.cpp68 …traditional_view_.get(), &tree::TraditionalView::nogoodsClicked, this, &ExecutionWindow::nogoodsCl… in ExecutionWindow()
H A Dconductor.cpp339 connect(ex_window, &ExecutionWindow::nogoodsClicked, [this, e](std::vector<NodeID> ns) { in getExecutionWindow()
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/tree/
H A Dtraditional_view.hh99 void nogoodsClicked(std::vector<NodeID>) const;
H A Dtraditional_view.cpp822 emit nogoodsClicked({nid}); in showNogoods() local