• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepimlibs API Reference
  • KDE Home
  • Contact Us
 

akonadi

  • Akonadi
  • SelectionProxyModel
Public Member Functions | List of all members
Akonadi::SelectionProxyModel Class Reference

#include <selectionproxymodel.h>

Inheritance diagram for Akonadi::SelectionProxyModel:
Inheritance graph
[legend]

Public Member Functions

 SelectionProxyModel (QItemSelectionModel *selectionModel, QObject *parent=0)
 

Detailed Description

A proxy model used to reference count selected Akonadi::Collection in a view.

Only selected Collections will be populated and monitored for changes. Unselected Collections will be ignored.

This model extends KSelectionProxyModel to implement reference counting on the Collections in an EntityTreeModel. The EntityTreeModel must use LazyPopulation to enable SelectionProxyModel to work.

By selecting a Collection, its reference count will be increased. A Collection in the EntityTreeModel which has a reference count of zero will ignore all signals from Monitor about items changed, inserted, removed etc, which can be expensive operations.

Example:

using namespace Akonadi;
// itemView
// ^
// |
// itemModel
// |
// flatModel
// |
// collectionView --> selectionModel
// ^ ^
// | |
// collectionFilter |
// \______________model
EntityTreeModel *model = new EntityTreeModel( ... );
// setup collection model
EntityMimeTypeFilterModel *collectionFilter = new EntityMimeTypeFilterModel( this );
collectionFilter->setSourceModel( model );
collectionFilter->addMimeTypeInclusionFilter( Collection::mimeType() );
collectionFilter->setHeaderGroup( EntityTreeModel::CollectionTreeHeaders );
// setup collection view
EntityTreeView *collectionView = new EntityTreeView( this );
collectionView->setModel( collectionFilter );
// setup selection model
SelectionProxyModel *selectionModel = new SelectionProxyModel( collectionView->selectionModel(), this );
selectionModel->setSourceModel( model );
// setup item model
KDescendantsProxyModel *flatModel = new KDescendantsProxyModel( this );
flatModel->setSourceModel( selectionModel );
EntityMimeTypeFilterModel *itemModel = new EntityMimeTypeFilterModel( this );
itemModel->setSourceModel( flatModel );
itemModel->setHeaderGroup( EntityTreeModel::ItemListHeaders );
itemModel->addMimeTypeExclusionFilter( Collection::mimeType() );
EntityListView *itemView = new EntityListView( this );
itemView->setModel( itemModel );

See Integration in your Application for further guidance on the use of this class.

Author
Stephen Kelly steve.nosp@m.ire@.nosp@m.gmail.nosp@m..com
Since
4.4

Definition at line 99 of file selectionproxymodel.h.

Constructor & Destructor Documentation

SelectionProxyModel::SelectionProxyModel ( QItemSelectionModel *  selectionModel,
QObject *  parent = 0 
)
explicit

Creates a new selection proxy model.

Parameters
selectionModelThe selection model of the source view.
parentThe parent object.

Definition at line 74 of file selectionproxymodel.cpp.


The documentation for this class was generated from the following files:
  • selectionproxymodel.h
  • selectionproxymodel.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • Related Pages

kdepimlibs API Reference

Skip menu "kdepimlibs API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kldap
  • kmbox
  • kmime
  • kpimidentities
  • kpimtextedit
  • kresources
  • ktnef
  • kxmlrpcclient
  • microblog

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal