Cppcheck
|
A tool window that shows checking log. More...
#include <logview.h>
Public Member Functions | |
LogView (QWidget *parent=0) | |
~LogView () | |
void | appendLine (const QString &line) |
Append new log file to view. More... | |
Protected Slots | |
void | closeButtonClicked () |
Called when close button is clicked. More... | |
void | clearButtonClicked () |
Called when clear button is clicked. More... | |
void | saveButtonClicked () |
Called when save button is clicked. More... | |
Private Attributes | |
Ui::LogView | mUI |
|
explicit |
Definition at line 28 of file logview.cpp.
References clearButtonClicked(), closeButtonClicked(), mUI, saveButtonClicked(), SETTINGS_LOG_VIEW_HEIGHT, and SETTINGS_LOG_VIEW_WIDTH.
LogView::~LogView | ( | ) |
Definition at line 44 of file logview.cpp.
References SETTINGS_LOG_VIEW_HEIGHT, and SETTINGS_LOG_VIEW_WIDTH.
void LogView::appendLine | ( | const QString & | line | ) |
Append new log file to view.
line | String to add. |
Definition at line 51 of file logview.cpp.
References mUI.
Referenced by MainWindow::debugError(), and MainWindow::log().
|
protectedslot |
Called when clear button is clicked.
Definition at line 61 of file logview.cpp.
References mUI.
Referenced by LogView().
|
protectedslot |
Called when close button is clicked.
Definition at line 56 of file logview.cpp.
Referenced by LogView().
|
protectedslot |
Called when save button is clicked.
Definition at line 66 of file logview.cpp.
References mUI.
Referenced by LogView().
|
private |
Definition at line 66 of file logview.h.
Referenced by appendLine(), clearButtonClicked(), LogView(), and saveButtonClicked().