kdgantt2
KDGantt::ConstraintModel::Private Class Reference
#include <kdganttconstraintmodel_p.h>
Public Types | |
typedef QMultiHash < QPersistentModelIndex, Constraint > | IndexType |
Public Member Functions | |
Private () | |
void | addConstraintToIndex (const QModelIndex &idx, const Constraint &c) |
void | removeConstraintFromIndex (const QModelIndex &idx, const Constraint &c) |
Public Attributes | |
QList< Constraint > | constraints |
IndexType | indexMap |
Detailed Description
Definition at line 35 of file kdganttconstraintmodel_p.h.
Member Typedef Documentation
typedef QMultiHash<QPersistentModelIndex,Constraint> KDGantt::ConstraintModel::Private::IndexType |
Definition at line 42 of file kdganttconstraintmodel_p.h.
Constructor & Destructor Documentation
ConstraintModel::Private::Private | ( | ) |
Definition at line 42 of file kdganttconstraintmodel.cpp.
Member Function Documentation
void ConstraintModel::Private::addConstraintToIndex | ( | const QModelIndex & | idx, |
const Constraint & | c | ||
) |
Definition at line 46 of file kdganttconstraintmodel.cpp.
void ConstraintModel::Private::removeConstraintFromIndex | ( | const QModelIndex & | idx, |
const Constraint & | c | ||
) |
Definition at line 58 of file kdganttconstraintmodel.cpp.
Member Data Documentation
QList<Constraint> KDGantt::ConstraintModel::Private::constraints |
Definition at line 44 of file kdganttconstraintmodel_p.h.
IndexType KDGantt::ConstraintModel::Private::indexMap |
Definition at line 45 of file kdganttconstraintmodel_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.