Cppcheck
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Slots | Private Attributes | List of all members
LogView Class Reference

A tool window that shows checking log. More...

#include <logview.h>

Inheritance diagram for LogView:

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
 

Detailed Description

A tool window that shows checking log.

Definition at line 32 of file logview.h.

Constructor & Destructor Documentation

LogView::LogView ( QWidget *  parent = 0)
explicit
LogView::~LogView ( )

Definition at line 44 of file logview.cpp.

References SETTINGS_LOG_VIEW_HEIGHT, and SETTINGS_LOG_VIEW_WIDTH.

Member Function Documentation

void LogView::appendLine ( const QString &  line)

Append new log file to view.

Parameters
lineString to add.

Definition at line 51 of file logview.cpp.

References mUI.

Referenced by MainWindow::debugError(), and MainWindow::log().

void LogView::clearButtonClicked ( )
protectedslot

Called when clear button is clicked.

Definition at line 61 of file logview.cpp.

References mUI.

Referenced by LogView().

void LogView::closeButtonClicked ( )
protectedslot

Called when close button is clicked.

Definition at line 56 of file logview.cpp.

Referenced by LogView().

void LogView::saveButtonClicked ( )
protectedslot

Called when save button is clicked.

Definition at line 66 of file logview.cpp.

References mUI.

Referenced by LogView().

Member Data Documentation

Ui::LogView LogView::mUI
private

Definition at line 66 of file logview.h.

Referenced by appendLine(), clearButtonClicked(), LogView(), and saveButtonClicked().


The documentation for this class was generated from the following files: