#include <filterlogview.h>
Public Member Functions | |
FilterLogView (QWidget *parent=NULL, FilterLog *log=NULL) | |
~FilterLogView () | |
Protected Member Functions | |
void | saveSetup () |
saves the setup | |
void | loadSetup () |
loads the setup |
Definition at line 44 of file filterlogview.h.
FilterLogView::FilterLogView | ( | QWidget * | parent = NULL , |
|
FilterLog * | log = NULL | |||
) | [explicit] |
General constructor
parent | pointer to the parent widget | |
log | pointer to the filter log |
Definition at line 20 of file filterlogview.cpp.
FilterLogView::~FilterLogView | ( | ) |
Destructor
Definition at line 84 of file filterlogview.cpp.