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... | |
void endLineConsoleQt | ( | bool | isStderr | ) |
string getLineConsoleQt | ( | ) |
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.
void putConsoleQt | ( | string | str, |
bool | isStderr | ||
) |
void sgl::qtgui::shutdownConsole | ( | ) |
Closes the graphical console window and turns it off.