ConsoleWindow

Publicly inherits QWidget.

Public Methods

ConsoleWindow( );
voiddebug( const char* fmt );
voiddebug( const char* fmt, const char* arg1 );
voidwarning( const char* fmt );
voidwarning( const char* fmt, const char* arg1 );
voidwarning( const char* fmt, int arg1 );
voidwarning( const char* fmt, int arg1, int arg2 );
~ConsoleWindow( );

Public Slots

voiddismiss( );

Protected Methods

voidresizeEvent( QResizeEvent* e );

Private Data Members

QComboBox*_debugLevelCombo;
QLabel*_debugLevelLabel;
QPushButton*_dismiss;
QMultiLineEdit*_mle;

Return to Index.
Automatically generated on Aug 11 23:32