SGL
Classes | Functions
sgl::qtgui Namespace Reference

Classes

class  ConsoleStreambufQt
 

Functions

void endLineConsoleQt(bool isStderr)
 
string getLineConsoleQt()
 
void initializeQtGraphicalConsole()
 Initializes the state of the Qt graphical console, if it has not already been initialized. More...
 
void putConsoleQt(string str, bool isStderr)
 
void shutdownConsole()
 Closes the graphical console window and turns it off. More...
 

Function Documentation

◆ endLineConsoleQt()

void endLineConsoleQt ( bool  isStderr)

◆ getLineConsoleQt()

string getLineConsoleQt ( )

◆ initializeQtGraphicalConsole()

void sgl::qtgui::initializeQtGraphicalConsole ( )

Initializes the state of the Qt graphical console, if it has not already been initialized.

Clients should generally not call this method.

◆ putConsoleQt()

void putConsoleQt ( string   str,
bool  isStderr 
)

◆ shutdownConsole()

void sgl::qtgui::shutdownConsole ( )

Closes the graphical console window and turns it off.