53 #ifndef LOGGERWIDGET_HH
54 #define LOGGERWIDGET_HH
56 #include <QListWidget>
60 #if QT_VERSION >= 0x050000
112 QPushButton* allButton_;
113 QPushButton* infoButton_;
114 QPushButton* warnButton_;
115 QPushButton* errorButton_;
117 QPushButton* filterButton_;
119 QPushButton* clearButton_;
125 QTimer loggerUpdateTimer_;
132 QAction* openMeshFilterAction_;
148 #endif //LOGGERWIDGET_HH
void slotScrollUpdate()
Called when we want to scroll to the bottom.
Logtype
Log types for Message Window.
void updateList()
update the list if a button was pressed
void keyPressEvent(QKeyEvent *_event)
Grab key events.
void append(const QString &_text, Logtype _type)
Append a new logmessage to log viewer.
void copySelected()
copy Selected rows to clipboard
Implementation of the logger Widget.
void showEvent(QShowEvent *event)
Called when the widget is shown.
void slotFilterMenu()
Called when filter button is pressed.
void contextMenuEvent(QContextMenuEvent *event)
Show context menu.