mailcommon
#include <kmfilterdialog.h>
Definition at line 115 of file kmfilterdialog.h.
MailCommon::KMFilterDialog::KMFilterDialog |
( |
const QList< KActionCollection * > & |
actionCollection, |
|
|
QWidget * |
parent = 0 , |
|
|
bool |
createDummyFilter = true |
|
) |
| |
|
explicit |
Creates the filter dialog.
The only class which should be able to do this is KMFilterMgr. This ensures that there is only a single filter dialog.
Definition at line 84 of file kmfilterdialog.cpp.
void MailCommon::KMFilterDialog::accept |
( |
| ) |
|
|
virtualslot |
void MailCommon::KMFilterDialog::createFilter |
( |
const QByteArray & |
field, |
|
|
const QString & |
value |
|
) |
| |
Called from KMFilterMgr.
Creates a new filter and presets the first rule with "field equals value". Internally forwarded to KMFilterListBox::createFilter. You should instead call KMFilterMgr::createFilter.
Definition at line 414 of file kmfilterdialog.cpp.
bool MailCommon::KMFilterDialog::event |
( |
QEvent * |
e | ) |
|
|
protected |
void MailCommon::KMFilterDialog::slotApplicabilityChanged |
( |
| ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotApplicableAccountsChanged |
( |
| ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotApply |
( |
| ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotConfigureShortcutButtonToggled |
( |
bool |
aChecked | ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotConfigureToolbarButtonToggled |
( |
bool |
aChecked | ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotDialogUpdated |
( |
| ) |
|
|
protectedslot |
Called whenever a change in the filters configuration is detected, to enable the Apply button.
Definition at line 752 of file kmfilterdialog.cpp.
void MailCommon::KMFilterDialog::slotDisableAccept |
( |
| ) |
|
|
protectedslot |
Called when a user decides to continue editing invalid filters.
Definition at line 747 of file kmfilterdialog.cpp.
void MailCommon::KMFilterDialog::slotExportFilters |
( |
| ) |
|
|
protectedslot |
Called when a user clicks the export filters button.
Pops up a dialog asking the user which filters to export and which file to export to.
Definition at line 739 of file kmfilterdialog.cpp.
void MailCommon::KMFilterDialog::slotFetchItemsForFolderDone |
( |
KJob * |
job | ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotFilterActionIconChanged |
( |
const QString & |
icon | ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotFinished |
( |
| ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotFolderChanged |
( |
const Akonadi::Collection & |
collection | ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotImportFilter |
( |
QAction * |
act | ) |
|
|
protectedslot |
Called when a user clicks the import filters button.
Pops up a dialog asking the user which file to import from and which of the filters in that file to import.
Definition at line 705 of file kmfilterdialog.cpp.
void MailCommon::KMFilterDialog::slotReset |
( |
| ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotRunFilters |
( |
| ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotSaveSize |
( |
| ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotShortcutChanged |
( |
const QKeySequence & |
newSeq | ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotStopProcessingButtonToggled |
( |
bool |
aChecked | ) |
|
|
protectedslot |
void MailCommon::KMFilterDialog::slotUpdateAccountList |
( |
| ) |
|
|
protectedslot |
Update the list of accounts shown in the advanced tab.
Definition at line 700 of file kmfilterdialog.cpp.
void MailCommon::KMFilterDialog::slotUpdateFilter |
( |
| ) |
|
|
protectedslot |
ListView that shows the accounts in the advanced tab.
Definition at line 234 of file kmfilterdialog.h.
The widget that allows editing of the filter actions.
Definition at line 223 of file kmfilterdialog.h.
QGroupBox* MailCommon::KMFilterDialog::mAdvOptsGroup |
|
protected |
QCheckBox * MailCommon::KMFilterDialog::mApplyBeforeOut |
|
protected |
QCheckBox * MailCommon::KMFilterDialog::mApplyOnCtrlJ |
|
protected |
For a filter applied to inbound messages selects whether to apply this filter to all accounts or to selected accounts only.
Definition at line 231 of file kmfilterdialog.h.
QRadioButton * MailCommon::KMFilterDialog::mApplyOnForChecked |
|
protected |
QRadioButton * MailCommon::KMFilterDialog::mApplyOnForTraditional |
|
protected |
QCheckBox* MailCommon::KMFilterDialog::mApplyOnIn |
|
protected |
Lets the user select whether to apply this filter on inbound/outbound messages, both, or only on explicit CTRL-J.
Definition at line 227 of file kmfilterdialog.h.
QCheckBox * MailCommon::KMFilterDialog::mApplyOnOut |
|
protected |
QCheckBox* MailCommon::KMFilterDialog::mConfigureShortcut |
|
protected |
QCheckBox* MailCommon::KMFilterDialog::mConfigureToolbar |
|
protected |
bool MailCommon::KMFilterDialog::mDoNotClose |
|
protected |
KIconButton* MailCommon::KMFilterDialog::mFilterActionIconButton |
|
protected |
QLabel* MailCommon::KMFilterDialog::mFilterActionLabel |
|
protected |
The widget that contains the ListBox showing the filters, and the controls to remove filters, add new ones and to change their order.
Definition at line 217 of file kmfilterdialog.h.
bool MailCommon::KMFilterDialog::mIgnoreFilterUpdates |
|
protected |
KKeySequenceWidget* MailCommon::KMFilterDialog::mKeySeqWidget |
|
protected |
The widget that allows editing of the filter pattern.
Definition at line 220 of file kmfilterdialog.h.
KPushButton* MailCommon::KMFilterDialog::mRunNow |
|
protected |
QCheckBox* MailCommon::KMFilterDialog::mStopProcessingHere |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:41 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.