~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/entitytreemodel.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
423
423
     */
424
424
    bool systemEntitiesShown() const;
425
425
 
426
 
 
427
426
    /**
428
427
     * Returns whether unsubscribed entities will be included in the listing.
429
428
     *
443
442
     */
444
443
    void setIncludeUnsubscribed( bool show );
445
444
 
446
 
 
447
445
    /**
448
446
     * Sets the item population @p strategy of the model.
449
447
     */
531
529
    bool isCollectionTreeFetched() const;
532
530
 
533
531
    /**
 
532
     * Returns whether the collection has been populated.
 
533
     *
 
534
     * @see collectionPopulated
 
535
     * @since 4.12
 
536
     */
 
537
    bool isCollectionPopulated( Akonadi::Collection::Id ) const;
 
538
 
 
539
    /**
534
540
     * Reimplemented to handle the AmazingCompletionRole.
535
541
     */
536
542
    virtual QModelIndexList match( const QModelIndex& start, int role, const QVariant& value, int hits = 1, Qt::MatchFlags flags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap ) ) const;