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. | |
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 | |||
| ) |
| Gecode::Gist::TextOutput::~TextOutput | ( | void | ) |
Member Function Documentation
| std::ostream & Gecode::Gist::TextOutput::getStream | ( | void | ) |
| void Gecode::Gist::TextOutput::insertHtml | ( | const QString & | s | ) |
The documentation for this class was generated from the following files:
- gecode/gist/textoutput.hh (Revision: 8083)
- gecode/gist/textoutput.cpp (Revision: 8522)
