kdgantt
KDGantt::GraphicsItem Class Reference
#include <kdganttgraphicsitem.h>

Detailed Description
Definition at line 42 of file kdganttgraphicsitem.h.
Member Enumeration Documentation
| anonymous enum |
Constructor & Destructor Documentation
| GraphicsItem::GraphicsItem | ( | QGraphicsItem * | parent = 0, |
|
| GraphicsScene * | scene = 0 | |||
| ) | [explicit] |
Definition at line 71 of file kdganttgraphicsitem.cpp.
| GraphicsItem::GraphicsItem | ( | const QModelIndex & | idx, | |
| QGraphicsItem * | parent = 0, |
|||
| GraphicsScene * | scene = 0 | |||
| ) | [explicit] |
Definition at line 77 of file kdganttgraphicsitem.cpp.
| GraphicsItem::~GraphicsItem | ( | ) | [virtual] |
Definition at line 84 of file kdganttgraphicsitem.cpp.
Member Function Documentation
| void GraphicsItem::addEndConstraint | ( | ConstraintGraphicsItem * | item | ) |
Definition at line 209 of file kdganttgraphicsitem.cpp.
| void GraphicsItem::addStartConstraint | ( | ConstraintGraphicsItem * | item | ) |
Definition at line 202 of file kdganttgraphicsitem.cpp.
| QRectF GraphicsItem::boundingRect | ( | ) | const |
Definition at line 172 of file kdganttgraphicsitem.cpp.
| QList<ConstraintGraphicsItem*> KDGantt::GraphicsItem::endConstraints | ( | ) | const [inline] |
Definition at line 77 of file kdganttgraphicsitem.h.
| void GraphicsItem::focusInEvent | ( | QFocusEvent * | event | ) | [protected] |
| QString GraphicsItem::ganttToolTip | ( | ) | const [virtual] |
Definition at line 159 of file kdganttgraphicsitem.cpp.
| void GraphicsItem::hoverLeaveEvent | ( | QGraphicsSceneHoverEvent * | ) | [protected] |
| void GraphicsItem::hoverMoveEvent | ( | QGraphicsSceneHoverEvent * | event | ) | [protected] |
| const QPersistentModelIndex& KDGantt::GraphicsItem::index | ( | ) | const [inline] |
Definition at line 66 of file kdganttgraphicsitem.h.
| bool GraphicsItem::isEditable | ( | ) | const |
Definition at line 137 of file kdganttgraphicsitem.cpp.
| bool KDGantt::GraphicsItem::isUpdating | ( | ) | const [inline] |
Definition at line 70 of file kdganttgraphicsitem.h.
| void GraphicsItem::mouseDoubleClickEvent | ( | QGraphicsSceneMouseEvent * | event | ) | [protected] |
| void GraphicsItem::mouseMoveEvent | ( | QGraphicsSceneMouseEvent * | event | ) | [protected] |
| void GraphicsItem::mousePressEvent | ( | QGraphicsSceneMouseEvent * | event | ) | [protected] |
| void GraphicsItem::mouseReleaseEvent | ( | QGraphicsSceneMouseEvent * | event | ) | [protected] |
| void GraphicsItem::paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget = 0 | |||
| ) |
| QRectF KDGantt::GraphicsItem::rect | ( | ) | const [inline] |
Definition at line 60 of file kdganttgraphicsitem.h.
| void GraphicsItem::removeEndConstraint | ( | ConstraintGraphicsItem * | item | ) |
Definition at line 222 of file kdganttgraphicsitem.cpp.
| void GraphicsItem::removeStartConstraint | ( | ConstraintGraphicsItem * | item | ) |
Definition at line 216 of file kdganttgraphicsitem.cpp.
| GraphicsScene * GraphicsItem::scene | ( | ) | const |
Definition at line 117 of file kdganttgraphicsitem.cpp.
| void GraphicsItem::setBoundingRect | ( | const QRectF & | r | ) |
Definition at line 130 of file kdganttgraphicsitem.cpp.
| void GraphicsItem::setIndex | ( | const QPersistentModelIndex & | idx | ) |
Definition at line 153 of file kdganttgraphicsitem.cpp.
| void GraphicsItem::setRect | ( | const QRectF & | r | ) |
Definition at line 122 of file kdganttgraphicsitem.cpp.
| QList<ConstraintGraphicsItem*> KDGantt::GraphicsItem::startConstraints | ( | ) | const [inline] |
Definition at line 76 of file kdganttgraphicsitem.h.
| int GraphicsItem::type | ( | ) | const |
Definition at line 97 of file kdganttgraphicsitem.cpp.
| void GraphicsItem::updateItem | ( | const Span & | rowgeometry, | |
| const QPersistentModelIndex & | idx | |||
| ) |
Definition at line 242 of file kdganttgraphicsitem.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference