#include <outputview.h>
Inheritance diagram for BasicOutputView:
Public Slots | |
void | slotNextMessage () |
void | slotPrevMessage () |
Signals | |
void | jump (QString fileName, unsigned int lineno) |
void | clearAllOutputViews () |
Public Member Functions | |
BasicOutputView (QWidget *parent=0, const char *name=0) | |
void | append (QString text) |
Protected Slots | |
void | slotDoubleClicked (QListBoxItem *) |
void | slotClearAllOutputViews () |
void | insertString (QString) |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *) |
Message | message (QString msg) |
Protected Attributes | |
QPopupMenu * | contextMenu |
|
appends text as new line at the end |
|
emitted when all output vies should be cleared |
|
insert string |
|
emitted when double clicked on a view item |
|
retrieves line number of message |
|
shows context menu |
|
emits
|
|
called when double clicked on item |
|
selects next message item |
|
selects next message item |