#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 |
virtual | ~ConstraintProxy () |
Definition at line 36 of file kdganttconstraintproxy.h.
ConstraintProxy::ConstraintProxy | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 34 of file kdganttconstraintproxy.cpp.
ConstraintProxy::~ConstraintProxy | ( | ) | [virtual] |
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.
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.