Display information about nodes. More...
#include <nodestats.hh>
Public Slots | |
void | showStats (void) |
Show this window and bring it to the front. More... | |
Public Member Functions | |
NodeStatInspector (QWidget *parent) | |
void | node (const VisualNode::NodeAllocator &, VisualNode *n, const Statistics &stat, bool finished) |
Update display to reflect information about n. More... | |
Display information about nodes.
Definition at line 53 of file nodestats.hh.
Gecode::Gist::NodeStatInspector::NodeStatInspector | ( | QWidget * | parent | ) |
Definition at line 46 of file nodestats.cpp.
void Gecode::Gist::NodeStatInspector::node | ( | const VisualNode::NodeAllocator & | na, |
VisualNode * | n, | ||
const Statistics & | stat, | ||
bool | finished | ||
) |
Update display to reflect information about n.
Definition at line 107 of file nodestats.cpp.
|
slot |
Show this window and bring it to the front.
Definition at line 131 of file nodestats.cpp.