Gecode::Gist::TextOutput Class Reference
Window with associated ostream, used for inspecting Gist nodes. More...
#include <textoutput.hh>
Public Member Functions | |
| TextOutput (const std::string &name, QWidget *parent=0) | |
| Constructor. | |
| ~TextOutput (void) | |
| Destructor. | |
| std::ostream & | getStream (void) |
| Return stream that prints to the text display. | |
| void | insertHtml (const QString &s) |
| Add html string s to the output. | |
Protected Slots | |
| void | changeStayOnTop (void) |
Detailed Description
Window with associated ostream, used for inspecting Gist nodes.
Definition at line 46 of file textoutput.hh.
Constructor & Destructor Documentation
| Gecode::Gist::TextOutput::TextOutput | ( | const std::string & | name, | |
| QWidget * | parent = 0 | |||
| ) |
Constructor.
Definition at line 80 of file textoutput.cpp.
| Gecode::Gist::TextOutput::~TextOutput | ( | void | ) |
Destructor.
Definition at line 134 of file textoutput.cpp.
Member Function Documentation
| std::ostream & Gecode::Gist::TextOutput::getStream | ( | void | ) |
Return stream that prints to the text display.
Definition at line 139 of file textoutput.cpp.
| void Gecode::Gist::TextOutput::insertHtml | ( | const QString & | s | ) |
Add html string s to the output.
Definition at line 144 of file textoutput.cpp.
| void Gecode::Gist::TextOutput::changeStayOnTop | ( | void | ) | [protected, slot] |
Definition at line 152 of file textoutput.cpp.
The documentation for this class was generated from the following files:
- gecode/gist/textoutput.hh (Revision: 9480)
- gecode/gist/textoutput.cpp (Revision: 9483)
