#include <TimelineGraphicsItem.h>
Public Member Functions | |
| TimelineGraphicsItem (const int height) | |
| Constructor of the TimelineGraphicsItem class. | |
| QRectF | boundingRect () const |
| Returns a rectangle describing the bounding region of the key item. | |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| The paint function of the node. | |
Private Attributes | |
| int | m_height |
| the height of the timeline | |
| TimelineGraphicsItem::TimelineGraphicsItem | ( | const int | height | ) |
Constructor of the TimelineGraphicsItem class.
Constructors and Destructors.
| curveEditorGraphicsView | The graphics view in which the key graphics item is contained. |
| curveEditorGraphicsView | The graphics view in which the key graphics item is contained. |
| QRectF TimelineGraphicsItem::boundingRect | ( | ) | const |
Returns a rectangle describing the bounding region of the key item.
Public Functions.
| void TimelineGraphicsItem::paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget | |||
| ) | [virtual] |
The paint function of the node.
int TimelineGraphicsItem::m_height [private] |
the height of the timeline
1.5.9