47 #ifndef LOGGERWIDGET_HH 48 #define LOGGERWIDGET_HH 50 #include <QListWidget> 103 QPushButton* allButton_;
104 QPushButton* infoButton_;
105 QPushButton* warnButton_;
106 QPushButton* errorButton_;
108 QPushButton* filterButton_;
110 QPushButton* clearButton_;
116 QTimer loggerUpdateTimer_;
123 QAction* openMeshFilterAction_;
139 #endif //LOGGERWIDGET_HH Logtype
Log types for Message Window.
void updateList()
update the list if a button was pressed
void append(const QString &_text, Logtype _type)
Append a new logmessage to log viewer.
void slotScrollUpdate()
Called when we want to scroll to the bottom.
void copySelected()
copy Selected rows to clipboard
void slotFilterMenu()
Called when filter button is pressed.
void showEvent(QShowEvent *event)
Called when the widget is shown.
void contextMenuEvent(QContextMenuEvent *event)
Show context menu.
Implementation of the logger Widget.
void keyPressEvent(QKeyEvent *_event)
Grab key events.