kdgantt2
#include <kdganttconstraintgraphicsitem.h>

Public Types | |
| enum | { Type = UserType + 43 } |
Public Member Functions | |
| ConstraintGraphicsItem (const Constraint &c, QGraphicsItem *parent=0, GraphicsScene *scene=0) | |
| virtual | ~ConstraintGraphicsItem () |
| QRectF | boundingRect () const |
| const Constraint & | constraint () const |
| QPointF | end () const |
| QString | ganttToolTip () const |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
| Constraint | proxyConstraint () const |
| GraphicsScene * | scene () const |
| void | setEnd (const QPointF &end) |
| void | setStart (const QPointF &start) |
| QPointF | start () const |
| int | type () const |
| void | updateItem (const QPointF &start, const QPointF &end) |
Detailed Description
Definition at line 35 of file kdganttconstraintgraphicsitem.h.
Member Enumeration Documentation
| anonymous enum |
| Enumerator | |
|---|---|
| Type | |
Definition at line 37 of file kdganttconstraintgraphicsitem.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 40 of file kdganttconstraintgraphicsitem.cpp.
|
virtual |
Definition at line 49 of file kdganttconstraintgraphicsitem.cpp.
Member Function Documentation
| QRectF ConstraintGraphicsItem::boundingRect | ( | ) | const |
Definition at line 70 of file kdganttconstraintgraphicsitem.cpp.
|
inline |
Definition at line 52 of file kdganttconstraintgraphicsitem.h.
|
inline |
Definition at line 58 of file kdganttconstraintgraphicsitem.h.
| QString ConstraintGraphicsItem::ganttToolTip | ( | ) | const |
Definition at line 99 of file kdganttconstraintgraphicsitem.cpp.
| void ConstraintGraphicsItem::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget = 0 |
||
| ) |
Definition at line 75 of file kdganttconstraintgraphicsitem.cpp.
| Constraint ConstraintGraphicsItem::proxyConstraint | ( | ) | const |
Definition at line 63 of file kdganttconstraintgraphicsitem.cpp.
| GraphicsScene * ConstraintGraphicsItem::scene | ( | ) | const |
Definition at line 58 of file kdganttconstraintgraphicsitem.cpp.
| void ConstraintGraphicsItem::setEnd | ( | const QPointF & | end | ) |
Definition at line 111 of file kdganttconstraintgraphicsitem.cpp.
| void ConstraintGraphicsItem::setStart | ( | const QPointF & | start | ) |
Definition at line 104 of file kdganttconstraintgraphicsitem.cpp.
|
inline |
Definition at line 56 of file kdganttconstraintgraphicsitem.h.
| int ConstraintGraphicsItem::type | ( | ) | const |
Definition at line 53 of file kdganttconstraintgraphicsitem.cpp.
| void ConstraintGraphicsItem::updateItem | ( | const QPointF & | start, |
| const QPointF & | end | ||
| ) |
Definition at line 118 of file kdganttconstraintgraphicsitem.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference