kmfilterdlg.h
66 KMFilterListBox( const TQString & title, TQWidget* parent=0, const char* name=0, bool popFilter = false);
TQValueList< KMFilter * > filtersForSaving() const
Returns a list of copies of the current list of filters.
Definition: kmfilterdlg.cpp:764
TQRadioButton * mApplyOnForAll
For a filter applied to inbound messages selects whether to apply this filter to all accounts or to s...
Definition: kmfilterdlg.h:409
TDEListView * mAccountList
ListView that shows the accounts in the advanced tab.
Definition: kmfilterdlg.h:411
void createFilter(const TQCString &field, const TQString &value)
Called from KMFilterDlg.
Definition: kmfilterdlg.cpp:677
This widgets allows to edit a single KMFilterAction (in fact any derived class that is registered in ...
Definition: kmfilterdlg.h:196
bool showLaterMsgs()
Returns wheather the global option 'Show Later Msgs' is set or not.
Definition: kmfilterdlg.cpp:694
void slotRename()
Called when the user clicks the 'Rename' button.
Definition: kmfilterdlg.cpp:928
KMFilterListBox(const TQString &title, TQWidget *parent=0, const char *name=0, bool popFilter=false)
Constuctor.
Definition: kmfilterdlg.cpp:579
void slotCopy()
Called when the user clicks the 'Copy' button.
Definition: kmfilterdlg.cpp:813
void resetWidgets()
Emitted when this widget wants the edit widgets to let go of their filter reference.
void slotShowLaterToggled(bool aOn)
Called when the user toggles the 'Show Download Later Msgs' Checkbox in the Global Options section...
Definition: kmfilterdlg.cpp:727
void slotDown()
Called when the user clicks the 'Down' button.
Definition: kmfilterdlg.cpp:898
KMSearchPatternEdit * mPatternEdit
The widget that allows editing of the filter pattern.
Definition: kmfilterdlg.h:399
KMFilterListBox * mFilterList
The widget that contains the ListBox showing the filters, and the controls to remove filters...
Definition: kmfilterdlg.h:397
This widget is intended to be used in the filter configuration as well as in the message search dialo...
Definition: kmsearchpatternedit.h:167
KMPopFilterActionWidget * mActionGroup
The widget that allows editing the popFilter actions.
Definition: kmfilterdlg.h:403
This is a complex widget that is used to manipulate KMail's filter list.
Definition: kmfilterdlg.h:60
void slotDelete()
Called when the user clicks the 'Delete' button.
Definition: kmfilterdlg.cpp:834
void slotBottom()
Called when the user clicks the 'Bottom' button.
Definition: kmfilterdlg.cpp:913
void slotUpdateFilterName()
Called when the name of a filter might have changed (e.g.
Definition: kmfilterdlg.cpp:699
void slotSelected(int aIdx)
Called when the user clicks on a filter in the filter list.
Definition: kmfilterdlg.cpp:794
void applyWidgets()
Emitted when this widget wants the edit widgets to apply the changes to the current filter...
void createFilter(const TQCString &field, const TQString &value)
Called from KMFilterMgr.
Definition: kmfilterdlg.h:354
void slotApplyFilterChanges()
Called when the user clicks either 'Apply' or 'OK' in KMFilterDlg.
Definition: kmfilterdlg.cpp:732
void loadFilterList(bool createDummyFilter)
Loads the filter list and selects the first filter.
Definition: kmfilterdlg.cpp:998
void filterSelected(KMFilter *filter)
Emitted when a new filter has been selected by the user or if the current filter has changed after a ...
KMFilterActionWidgetLister * mActionLister
The widget that allows editing of the filter actions.
Definition: kmfilterdlg.h:401
TQCheckBox * mApplyOnIn
Lets the user select whether to apply this filter on inbound/outbound messages, both, or only on explicit CTRL-J.
Definition: kmfilterdlg.h:406