![]() |
KD Chart 2
[rev.2.8]
|
#include "kdganttconstraintmodel.h"#include "kdganttconstraintmodel_p.h"#include <QDebug>#include <cassert>#include <algorithm>#include <functional>#include <QStandardItemModel>#include "unittest/test.h"#include "moc_kdganttconstraintmodel.cpp"Go to the source code of this file.
Macros | |
| #define | d d_func() |
Functions | |
| KDAB_SCOPED_UNITTEST_SIMPLE (KDGantt, ConstraintModel, "test") | |
| QDebug | operator<< (QDebug dbg, const KDGantt::ConstraintModel &model) |
| std::ostream & | operator<< (std::ostream &os, const QModelIndex &idx) |
| #define d d_func() |
Definition at line 91 of file kdganttconstraintmodel.cpp.
| KDAB_SCOPED_UNITTEST_SIMPLE | ( | KDGantt | , |
| ConstraintModel | , | ||
| "test" | |||
| ) |
Definition at line 280 of file kdganttconstraintmodel.cpp.
References KDGantt::ConstraintModel::addConstraint(), assertEqual, assertFalse, assertTrue, KDGantt::ConstraintModel::constraints(), KDGantt::ConstraintModel::constraintsForIndex(), KDGantt::ConstraintModel::hasConstraint(), and KDGantt::ConstraintModel::removeConstraint().
| QDebug operator<< | ( | QDebug | dbg, |
| const KDGantt::ConstraintModel & | model | ||
| ) |
Definition at line 248 of file kdganttconstraintmodel.cpp.
References KDGantt::ConstraintModel::constraints().
Referenced by operator<<().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const QModelIndex & | idx | ||
| ) |
Definition at line 268 of file kdganttconstraintmodel.cpp.