![]() |
KD Chart API Documentation 3.1
|
#include "kdganttconstraintmodel.h"#include "kdganttconstraintmodel_p.h"#include <QDebug>#include <algorithm>#include <cassert>#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 82 of file kdganttconstraintmodel.cpp.
| KDAB_SCOPED_UNITTEST_SIMPLE | ( | KDGantt | , |
| ConstraintModel | , | ||
| "test" | |||
| ) |
Definition at line 275 of file kdganttconstraintmodel.cpp.
References KDGantt::ConstraintModel::addConstraint(), KDGantt::ConstraintModel::constraints(), KDGantt::ConstraintModel::constraintsForIndex(), KDGantt::ConstraintModel::hasConstraint(), QStandardItemModel::index(), KDGantt::ConstraintModel::removeConstraint(), and QAbstractItemModel::removeRow().
| QDebug operator<< | ( | QDebug | dbg, |
| const KDGantt::ConstraintModel & | model | ||
| ) |
Definition at line 242 of file kdganttconstraintmodel.cpp.
References KDGantt::ConstraintModel::constraints().
Referenced by operator<<().
| std::ostream & operator<< | ( | std::ostream & | os, |
| const QModelIndex & | idx | ||
| ) |
Definition at line 263 of file kdganttconstraintmodel.cpp.
References QByteArray::constData(), QString::toLatin1(), and QString::toStdString().
https://www.kdab.com/development-resources/qt-tools/kd-chart/