#include "kdganttconstraintmodel.h"
#include "kdganttconstraintmodel_p.h"
#include <QDebug>
#include <cassert>
#include <QStandardItemModel>
#include "unittest/test.h"
#include "moc_kdganttconstraintmodel.cpp"
Go to the source code of this file.
Defines | |
#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 89 of file kdganttconstraintmodel.cpp.
Referenced by KDGantt::ConstraintModel::addConstraint(), KDGantt::ConstraintModel::cleanup(), KDGantt::ConstraintModel::constraints(), KDGantt::ConstraintModel::constraintsForIndex(), KDGantt::ConstraintModel::hasConstraint(), and KDGantt::ConstraintModel::removeConstraint().
KDAB_SCOPED_UNITTEST_SIMPLE | ( | KDGantt | , | |
ConstraintModel | , | |||
"test" | ||||
) |
Definition at line 238 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 209 of file kdganttconstraintmodel.cpp.
References KDGantt::ConstraintModel::constraints().
std::ostream& operator<< | ( | std::ostream & | os, | |
const QModelIndex & | idx | |||
) |
Definition at line 226 of file kdganttconstraintmodel.cpp.