Generated on Thu Mar 22 10:39:54 2012 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 85 of file textoutput.cpp.

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

Destructor.

Definition at line 139 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 144 of file textoutput.cpp.

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

Add html string s to the output.

Definition at line 154 of file textoutput.cpp.

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

Flush output.

Definition at line 149 of file textoutput.cpp.

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

Definition at line 162 of file textoutput.cpp.


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