Generated on for Gecode by doxygen 1.17.0
Gecode::Gist::TextOutputI Class Reference

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

#include <gecode/gist/textoutput.hh>

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 42 of file textoutput.hh.

Constructor & Destructor Documentation

◆ TextOutputI()

Gecode::Gist::TextOutputI::TextOutputI ( const std::string & name,
QWidget * parent = 0 )

Constructor.

◆ ~TextOutputI()

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

Destructor.

Member Function Documentation

◆ getStream()

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

Return stream that prints to the text display.

◆ insertHtml()

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

Add html string s to the output.

◆ flush()

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

Flush output.

◆ changeStayOnTop

void Gecode::Gist::TextOutputI::changeStayOnTop ( void )
protectedslot

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