FilterLogView Class Reference

This dialog box shows the filter log. More...

#include <filterlogview.h>

List of all members.

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

FilterLoglog
QTreeView * viewDeleted
FilterLogViewDeletedModelmodelDeleted
QTreeView * viewMoved
FilterLogViewMovedModelmodelMoved

Detailed Description

This dialog box shows the filter log.

Author:
Ulrich Weigelt <ulrich.weigelt@gmx.de>

Definition at line 44 of file filterlogview.h.


Constructor & Destructor Documentation

FilterLogView::FilterLogView ( QWidget *  parent = NULL,
FilterLog log = NULL 
) [explicit]

General constructor

Parameters:
parent pointer to the parent widget
Parameters:
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.


Member Function Documentation

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.

Parameters:
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.


Member Data Documentation

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.

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.


The documentation for this class was generated from the following files:
Generated on Sun Mar 13 15:27:10 2011 for KShowmail by  doxygen 1.6.3