KD Chart 2
[rev.2.7]
|
#include <kdganttconstraintproxy.h>
Public Member Functions | |
ConstraintProxy (QObject *parent=0) | |
ConstraintModel * | destinationModel () const |
QAbstractProxyModel * | proxyModel () const |
void | setDestinationModel (ConstraintModel *dest) |
void | setProxyModel (QAbstractProxyModel *proxy) |
void | setSourceModel (ConstraintModel *src) |
ConstraintModel * | sourceModel () const |
~ConstraintProxy () override | |
Definition at line 38 of file kdganttconstraintproxy.h.
|
explicit |
Definition at line 34 of file kdganttconstraintproxy.cpp.
|
override |
Definition at line 39 of file kdganttconstraintproxy.cpp.
ConstraintModel * ConstraintProxy::destinationModel | ( | ) | const |
Definition at line 81 of file kdganttconstraintproxy.cpp.
QAbstractProxyModel * ConstraintProxy::proxyModel | ( | ) | const |
Definition at line 82 of file kdganttconstraintproxy.cpp.
References KDGantt::Constraint::dataMap(), KDGantt::Constraint::endIndex(), KDGantt::Constraint::relationType(), KDGantt::Constraint::startIndex(), and KDGantt::Constraint::type().
void ConstraintProxy::setDestinationModel | ( | ConstraintModel * | dest | ) |
Definition at line 56 of file kdganttconstraintproxy.cpp.
void ConstraintProxy::setProxyModel | ( | QAbstractProxyModel * | proxy | ) |
Definition at line 69 of file kdganttconstraintproxy.cpp.
void ConstraintProxy::setSourceModel | ( | ConstraintModel * | src | ) |
Definition at line 43 of file kdganttconstraintproxy.cpp.
ConstraintModel * ConstraintProxy::sourceModel | ( | ) | const |
Definition at line 80 of file kdganttconstraintproxy.cpp.