#include <output.h>
Collaboration diagram for YOutputView:
Public Slots | |
void | PrintImportant (const QString &text) |
void | PrintCommand (const QString &text) |
void | PrintComment (const QString &text) |
void | PrintMessage (const QString &text) |
void | PrintWarning (const QString &text, int level) |
void | PrintError (const QString &text) |
void | ClearView () |
void | PopupMenuActivated (int index) |
YOutput * | GetOutput () const |
const QString & | GetText () |
Public Member Functions | |
YOutputView (QWidget *widget) | |
int | InitInstance (YOutput *output) |
void | _print (const QString &str) |
Protected Member Functions | |
bool | eventFilter (QObject *o, QEvent *e) |
virtual QPopupMenu * | createPopupMenu (const QPoint &pos) |
Private Attributes | |
Q_OBJECT YOutput * | output |
QString | buffer |
int | minlevel |
Minimum warning level. All warning messages with a lower level will not be printed. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Minimum warning level. All warning messages with a lower level will not be printed.
|
|
|