Publicly inherits QWidget.
ConsoleWindow | ( ); | |
void | debug | ( const char* fmt ); |
void | debug | ( const char* fmt, const char* arg1 ); |
void | warning | ( const char* fmt ); |
void | warning | ( const char* fmt, const char* arg1 ); |
void | warning | ( const char* fmt, int arg1 ); |
void | warning | ( const char* fmt, int arg1, int arg2 ); |
~ConsoleWindow | ( ); |
void | dismiss | ( ); |
void | resizeEvent | ( QResizeEvent* e ); |
QComboBox* | _debugLevelCombo; |
QLabel* | _debugLevelLabel; |
QPushButton* | _dismiss; |
QMultiLineEdit* | _mle; |