Nepomuk-Core
KTp::GroupsTreeProxyModel Class Reference
  #include <groups-tree-proxy-model.h>
Inheritance diagram for KTp::GroupsTreeProxyModel:

Public Member Functions | |
| GroupsTreeProxyModel (QAbstractItemModel *sourceModel) | |
| virtual | ~GroupsTreeProxyModel () | 
| virtual QVariant | dataForGroup (const QString &group, int role) const | 
| virtual QSet< QString > | groupsForIndex (const QModelIndex &sourceIndex) const | 
  Public Member Functions inherited from KTp::AbstractGroupingProxyModel | |
| AbstractGroupingProxyModel (QAbstractItemModel *source) | |
| virtual | ~AbstractGroupingProxyModel () | 
| void | forceGroup (const QString &group) | 
| void | groupChanged (const QString &group) | 
| void | unforceGroup (const QString &group) | 
Detailed Description
Definition at line 31 of file groups-tree-proxy-model.h.
Constructor & Destructor Documentation
| KTp::GroupsTreeProxyModel::GroupsTreeProxyModel | ( | QAbstractItemModel * | sourceModel | ) | 
Definition at line 32 of file groups-tree-proxy-model.cpp.
      
  | 
  virtual | 
Definition at line 38 of file groups-tree-proxy-model.cpp.
Member Function Documentation
      
  | 
  virtual | 
Equivalent of QAbstractItemModel::data() called for a specific group header.
Implements KTp::AbstractGroupingProxyModel.
Definition at line 54 of file groups-tree-proxy-model.cpp.
      
  | 
  virtual | 
Return a list of all groups this items belongs to.
Subclasses must override this
Implements KTp::AbstractGroupingProxyModel.
Definition at line 43 of file groups-tree-proxy-model.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    
 Public Member Functions inherited from