Manages the output in abstracta application. More...
#include <aoutput.h>
Static Public Member Functions | |
| static bool | init (void) |
| initialise the output system | |
| static void | end (void) |
| terminate the output system | |
| static void | showInfo (const QString &s_msg) |
| present an informative message | |
| static void | showWarning (const QString &s_msg) |
| present an warning message | |
| static void | showError (const QString &s_msg) |
| present an error message | |
| static void | showInfo (const QString &s_title, const QString &s_msg) |
| present an informative message | |
| static void | showWarning (const QString &s_title, const QString &s_msg) |
| present an warning message | |
| static void | showError (const QString &s_title, const QString &s_msg) |
| present an error message | |
| static void | showTable (const QList< QStringList > &table, bool has_header, bool row_index=true) |
| present a table | |
| static void | setPrompt (const QString &s_new_prompt) |
| change the prompt | |
| static void | showPrompt (void) |
| show the prompt | |
Manages the output in abstracta application.