kdgantt2
KDGantt::SummaryHandlingProxyModel::Private Class Reference
#include <kdganttsummaryhandlingproxymodel_p.h>
Public Member Functions | |
bool | cacheLookup (const QModelIndex &idx, QPair< QDateTime, QDateTime > *result) const |
void | clearCache () const |
void | insertInCache (const SummaryHandlingProxyModel *model, const QModelIndex &idx) const |
bool | isSummary (const QModelIndex &idx) const |
void | removeFromCache (const QModelIndex &idx) const |
Public Attributes | |
QHash< QModelIndex, QPair < QDateTime, QDateTime > > | cached_summary_items |
Detailed Description
Definition at line 36 of file kdganttsummaryhandlingproxymodel_p.h.
Member Function Documentation
bool SummaryHandlingProxyModel::Private::cacheLookup | ( | const QModelIndex & | idx, |
QPair< QDateTime, QDateTime > * | result | ||
) | const |
Definition at line 52 of file kdganttsummaryhandlingproxymodel.cpp.
void SummaryHandlingProxyModel::Private::clearCache | ( | ) | const |
Definition at line 112 of file kdganttsummaryhandlingproxymodel.cpp.
void SummaryHandlingProxyModel::Private::insertInCache | ( | const SummaryHandlingProxyModel * | model, |
const QModelIndex & | idx | ||
) | const |
Definition at line 66 of file kdganttsummaryhandlingproxymodel.cpp.
|
inline |
Definition at line 44 of file kdganttsummaryhandlingproxymodel_p.h.
void SummaryHandlingProxyModel::Private::removeFromCache | ( | const QModelIndex & | idx | ) | const |
Definition at line 107 of file kdganttsummaryhandlingproxymodel.cpp.
Member Data Documentation
|
mutable |
Definition at line 49 of file kdganttsummaryhandlingproxymodel_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.