This dialog box shows the filter log. More...
#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 | |
Private Slots | |
void | slotClearDeletedMails () |
void | slotClearMovedMails () |
virtual void | slotButtonClicked (int button) |
Private Attributes | |
FilterLog * | log |
QTreeView * | viewDeleted |
FilterLogViewDeletedModel * | modelDeleted |
QTreeView * | viewMoved |
FilterLogViewMovedModel * | modelMoved |
This dialog box shows the filter log.
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
|
Definition at line 20 of file filterlogview.cpp.
FilterLogView::~FilterLogView | ( | ) |
Destructor
Definition at line 84 of file filterlogview.cpp.
void FilterLogView::loadSetup | ( | ) | [protected] |
loads the setup
Definition at line 138 of file filterlogview.cpp.
void FilterLogView::saveSetup | ( | ) | [protected] |
saves the setup
Definition at line 113 of file filterlogview.cpp.
void FilterLogView::slotButtonClicked | ( | int | button | ) | [private, virtual, slot] |
Overloaded from KDialog.
Activated when the button button
is clicked.
button | clocked button |
Definition at line 101 of file filterlogview.cpp.
void FilterLogView::slotClearDeletedMails | ( | ) | [private, slot] |
Clears the list of deleted mails.
Definition at line 88 of file filterlogview.cpp.
void FilterLogView::slotClearMovedMails | ( | ) | [private, slot] |
Clears th elist of moved mails.
Definition at line 95 of file filterlogview.cpp.
FilterLog* FilterLogView::log [private] |
Pointer to the filter log.
Definition at line 80 of file filterlogview.h.
Model for the view of deleted mails
Definition at line 90 of file filterlogview.h.
FilterLogViewMovedModel* FilterLogView::modelMoved [private] |
Model for the view of moved mails
Definition at line 100 of file filterlogview.h.
QTreeView* FilterLogView::viewDeleted [private] |
List view of deleted mails
Definition at line 85 of file filterlogview.h.
QTreeView* FilterLogView::viewMoved [private] |
List view of moved mails
Definition at line 95 of file filterlogview.h.