23 #ifndef KDGANTTCONSTRAINTMODEL_H 24 #define KDGANTTCONSTRAINTMODEL_H 26 #include <QModelIndex> 45 virtual void addConstraint(
const Constraint& c );
46 virtual bool removeConstraint(
const Constraint& c );
53 bool hasConstraint(
const Constraint& c )
const;
54 inline bool hasConstraint(
const QModelIndex& s,
55 const QModelIndex& e )
const;
67 inline const ConstraintModel::Private* ConstraintModel::d_func()
const {
return _d; }
68 inline ConstraintModel::Private* ConstraintModel::d_func() {
return _d; }
74 #ifndef QT_NO_DEBUG_STREAM bool hasConstraint(const Constraint &c) const
A class used to represent a dependency.
QDebug KDGANTT_EXPORT operator<<(QDebug dbg, const KDGantt::ConstraintModel &model)
#define KDGANTT_DECLARE_PRIVATE_DERIVED_PARENT(X, ParentType)
Class only listed here to document inheritance of some KDChart classes.