#include <ConsoleWnd.h>
Public Member Functions | |
| void | FocusPromptBox () |
| void | IgnoreInput () |
| void | ClearInput () |
| void | UpdateLogEntries () |
| void | RejectLogEntries () |
| void | ShowHintBox () |
| void | HideHintBox () |
The frame window class for the (debug) console window.
| void pl7::console::ConsoleWnd::ClearInput | ( | ) |
Clears the current input.
| void pl7::console::ConsoleWnd::FocusPromptBox | ( | ) |
Lets the input prompt have the focus.
| void pl7::console::ConsoleWnd::HideHintBox | ( | ) |
Lets the hint box disappear.
| void pl7::console::ConsoleWnd::IgnoreInput | ( | ) |
Lets the input prompt ignore any input.
| void pl7::console::ConsoleWnd::RejectLogEntries | ( | ) |
Rejects all log entries and deletes all the provided label faces.
| void pl7::console::ConsoleWnd::ShowHintBox | ( | ) |
Lets the hint box popup to provide some hints.
| void pl7::console::ConsoleWnd::UpdateLogEntries | ( | ) |
Refreshes the list of log entries and, therefore, reorganozes the particular label faces.
1.7.1