mailcommon
#include <filtercontroller.h>
Public Member Functions | |
FilterController (QObject *parent=0) | |
~FilterController () | |
QAction * | addAction () const |
QAction * | editAction () const |
QAbstractItemModel * | model () const |
QAction * | moveDownAction () const |
QAction * | moveUpAction () const |
QAction * | removeAction () const |
QItemSelectionModel * | selectionModel () const |
Properties | |
QAction | addAction |
QAction | editAction |
QAction | moveDownAction |
QAction | moveUpAction |
QAction | removeAction |
Detailed Description
Definition at line 34 of file filtercontroller.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new filter controller.
- Parameters
-
parent The parent object.
Definition at line 154 of file filtercontroller.cpp.
FilterController::~FilterController | ( | ) |
Destroys the filter controller.
Definition at line 178 of file filtercontroller.cpp.
Member Function Documentation
QAction* MailCommon::FilterController::addAction | ( | ) | const |
Returns the action for adding a new filter.
QAction* MailCommon::FilterController::editAction | ( | ) | const |
Returns the action for editing the currently selected filter.
QAbstractItemModel * FilterController::model | ( | ) | const |
Returns the model that represents the list of filters.
Definition at line 183 of file filtercontroller.cpp.
QAction* MailCommon::FilterController::moveDownAction | ( | ) | const |
Returns the action for moving down the currently selected filter.
QAction* MailCommon::FilterController::moveUpAction | ( | ) | const |
Returns the action for moving up the currently selected filter.
QAction* MailCommon::FilterController::removeAction | ( | ) | const |
Returns the action for removing the currently selected filter.
QItemSelectionModel * FilterController::selectionModel | ( | ) | const |
Returns the item selection model, which is used for adapting the state of the actions.
Definition at line 188 of file filtercontroller.cpp.
Property Documentation
|
read |
Definition at line 38 of file filtercontroller.h.
|
read |
Definition at line 39 of file filtercontroller.h.
|
read |
Definition at line 42 of file filtercontroller.h.
|
read |
Definition at line 41 of file filtercontroller.h.
|
read |
Definition at line 40 of file filtercontroller.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.