Generated on Fri Mar 20 15:56:53 2015 for Gecode by doxygen 1.6.3

Gecode::Gist::TextOutputI Class Reference

Window with associated ostream, used for inspecting Gist nodes. More...

#include <textoutput.hh>

List of all members.

Public Member Functions

 TextOutputI (const std::string &name, QWidget *parent=0)
 Constructor.
 ~TextOutputI (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.
void flush (void)
 Flush 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::TextOutputI::TextOutputI ( const std::string &  name,
QWidget *  parent = 0 
)

Constructor.

Definition at line 88 of file textoutput.cpp.

Gecode::Gist::TextOutputI::~TextOutputI ( void   ) 

Destructor.

Definition at line 142 of file textoutput.cpp.


Member Function Documentation

std::ostream & Gecode::Gist::TextOutputI::getStream ( void   ) 

Return stream that prints to the text display.

Definition at line 147 of file textoutput.cpp.

void Gecode::Gist::TextOutputI::insertHtml ( const QString &  s  ) 

Add html string s to the output.

Definition at line 157 of file textoutput.cpp.

void Gecode::Gist::TextOutputI::flush ( void   ) 

Flush output.

Definition at line 152 of file textoutput.cpp.

void Gecode::Gist::TextOutputI::changeStayOnTop ( void   )  [protected, slot]

Definition at line 165 of file textoutput.cpp.


The documentation for this class was generated from the following files: