akonadi
emailaddressselectionwidget.cpp
84 Private( bool showOnlyContactWithEmail, EmailAddressSelectionWidget *qq, QAbstractItemModel *model )
106 Akonadi::Session *session = new Akonadi::Session( "InternalEmailAddressSelectionWidgetModel", q );
179EmailAddressSelectionWidget::EmailAddressSelectionWidget( QAbstractItemModel *model, QWidget * parent )
185EmailAddressSelectionWidget::EmailAddressSelectionWidget( bool showOnlyContactWithEmail, QAbstractItemModel *model, QWidget * parent )
A proxy model for ContactsTreeModel models.
Definition contactsfilterproxymodel.h:61
void setExcludeVirtualCollections(bool exclude)
Sets whether we want virtual collections to be filtered or not.
Definition contactsfilterproxymodel.cpp:129
void setFilterFlags(ContactsFilterProxyModel::FilterFlags flags)
Sets the filter flags.
Definition contactsfilterproxymodel.cpp:124
A model for contacts and contact groups as available in Akonadi.
Definition contactstreemodel.h:79
static void widgetNeedsAkonadi(QWidget *widget)
Disable the given widget when Akonadi is not operational and show an error overlay (given enough spac...
Definition control.cpp:264
A widget to select email addresses from Akonadi.
Definition emailaddressselectionwidget.h:67
EmailAddressSelectionWidget(QWidget *parent=0)
Creates a new email address selection widget.
Definition emailaddressselectionwidget.cpp:173
void doubleClicked()
KLineEdit * searchLineEdit() const
Returns the line edit that is used for the search line.
Definition emailaddressselectionwidget.cpp:223
EmailAddressSelection::List selectedAddresses() const
Returns the list of selected email addresses.
Definition emailaddressselectionwidget.cpp:196
QTreeView * view() const
Returns the tree view that is used to list the items.
Definition emailaddressselectionwidget.cpp:228
~EmailAddressSelectionWidget()
Destroys the email address selection widget.
Definition emailaddressselectionwidget.cpp:191
An selection of an email address and corresponding name.
Definition emailaddressselection.h:50
QList< EmailAddressSelection > List
A list of email address selection objects.
Definition emailaddressselection.h:55
Attribute that stores the properties that are used to display an entity.
Definition entitydisplayattribute.h:40
A view to show an item/collection tree provided by an EntityTreeModel.
Definition entitytreeview.h:72
virtual void setModel(QAbstractItemModel *model)
Definition entitytreeview.cpp:209
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition itemfetchscope.h:70
void fetchAttribute(const QByteArray &type, bool fetch=true)
Sets whether the attribute of the given type should be fetched.
Definition itemfetchscope.cpp:80
void fetchFullPayload(bool fetch=true)
Sets whether the full payload shall be fetched.
Definition itemfetchscope.cpp:70
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.