![]() |
KD Chart API Documentation
3.1
|
#include <kdganttconstraintproxy.h>
Public Member Functions | |
ConstraintProxy (QObject *parent=nullptr) | |
~ConstraintProxy () override | |
ConstraintModel * | destinationModel () const |
QAbstractProxyModel * | proxyModel () const |
void | setDestinationModel (ConstraintModel *dest) |
void | setProxyModel (QAbstractProxyModel *proxy) |
void | setSourceModel (ConstraintModel *src) |
ConstraintModel * | sourceModel () const |
Definition at line 26 of file kdganttconstraintproxy.h.
|
explicit |
Definition at line 22 of file kdganttconstraintproxy.cpp.
|
override |
Definition at line 27 of file kdganttconstraintproxy.cpp.
ConstraintModel * ConstraintProxy::destinationModel | ( | ) | const |
Definition at line 76 of file kdganttconstraintproxy.cpp.
QAbstractProxyModel * ConstraintProxy::proxyModel | ( | ) | const |
Definition at line 80 of file kdganttconstraintproxy.cpp.
void ConstraintProxy::setDestinationModel | ( | ConstraintModel * | dest | ) |
Definition at line 45 of file kdganttconstraintproxy.cpp.
References KDGantt::ConstraintModel::constraintAdded(), and KDGantt::ConstraintModel::constraintRemoved().
void ConstraintProxy::setProxyModel | ( | QAbstractProxyModel * | proxy | ) |
Definition at line 59 of file kdganttconstraintproxy.cpp.
void ConstraintProxy::setSourceModel | ( | ConstraintModel * | src | ) |
Definition at line 31 of file kdganttconstraintproxy.cpp.
References KDGantt::ConstraintModel::constraintAdded(), and KDGantt::ConstraintModel::constraintRemoved().
ConstraintModel * ConstraintProxy::sourceModel | ( | ) | const |
Definition at line 72 of file kdganttconstraintproxy.cpp.