#include <qcalcGUIItems.h>
Public Types | |
| enum | { Type = TYPE_TIMEOUTSLOT } |
Public Member Functions | |
| TimeOutSlot (TimeLineItem *parent, VTimeOutSlot *slot) | |
| virtual | ~TimeOutSlot () |
| virtual int | type () const |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=NULL) |
| void | removeConnector (TimeConnector *c) |
| void | addConnector (TimeConnector *c) |
| void | updateConnectorPositions () |
Public Attributes | |
| VTimeOutSlot * | slot |
| double | width |
| double | height |
Protected Member Functions | |
| void | hoverEnterEvent (QGraphicsSceneHoverEvent *) |
| void | hoverLeaveEvent (QGraphicsSceneHoverEvent *) |
Protected Attributes | |
| bool | hasMouseFocus |
| QList< TimeConnector * > | connectors |
| TimeOutSlot::TimeOutSlot | ( | TimeLineItem * | parent, | |
| VTimeOutSlot * | slot | |||
| ) |
| TimeOutSlot::~TimeOutSlot | ( | ) | [virtual] |
| void TimeOutSlot::addConnector | ( | TimeConnector * | c | ) |
| void TimeOutSlot::hoverEnterEvent | ( | QGraphicsSceneHoverEvent * | ) | [protected] |
| void TimeOutSlot::hoverLeaveEvent | ( | QGraphicsSceneHoverEvent * | ) | [protected] |
| void TimeOutSlot::paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget = NULL | |||
| ) | [virtual] |
| void TimeOutSlot::removeConnector | ( | TimeConnector * | c | ) |
| virtual int TimeOutSlot::type | ( | ) | const [inline, virtual] |
| void TimeOutSlot::updateConnectorPositions | ( | ) |
QList<TimeConnector*> TimeOutSlot::connectors [protected] |
bool TimeOutSlot::hasMouseFocus [protected] |
| double TimeOutSlot::height |
| double TimeOutSlot::width |
1.5.7