Text console window. More...
#include <console_window.h>
Public Member Functions | |
ConsoleWindow (const std::string &title, int width=80, int height=25) | |
Console Window constructor. | |
~ConsoleWindow () | |
Console Window destructor. | |
void | display_close_message () |
Displays 'press any key to close this console window',. | |
void | wait_for_key () |
Waits until user hits a key. | |
Text console window.
Note: This class has no effect under Linux.
clan::ConsoleWindow::ConsoleWindow | ( | const std::string & | title, |
int | width = 80, | ||
int | height = 25 ) |
Console Window constructor.
title | Window title of console window. |
width | Columns in console window. |
height | Rows in console window. |
clan::ConsoleWindow::~ConsoleWindow | ( | ) |
Console Window destructor.
void clan::ConsoleWindow::display_close_message | ( | ) |
Displays 'press any key to close this console window',.
and waits until user hits a key.
This function does not do anything on Linux.
void clan::ConsoleWindow::wait_for_key | ( | ) |
Waits until user hits a key.
This function does not do anything on Linux.