#include <qcalcVirtualItems.h>
Public Member Functions | |
VTimeOutSlot (VTimeLineItem *parent) | |
virtual | ~VTimeOutSlot () |
QList< VTimeInSlot * > | connectedSlots () const |
QList< VOutputItem * > | connectedItems () const |
void | connectTo (VTimeInSlot *slot) |
void | removeConnectionTo (VTimeInSlot *slot) |
TimeOutSlot * | getGUI () |
void | removeGUI () |
void | setGUI (TimeOutSlot *gui) |
Protected Attributes | |
QList< VTimeInSlot * > | _inSlots |
VTimeLineItem * | _parent |
TimeOutSlot * | gui |
Friends | |
class | VTimeInSlot |
VTimeOutSlot::VTimeOutSlot | ( | VTimeLineItem * | parent | ) |
VTimeOutSlot::~VTimeOutSlot | ( | ) | [virtual] |
QList< VOutputItem * > VTimeOutSlot::connectedItems | ( | ) | const |
QList< VTimeInSlot * > VTimeOutSlot::connectedSlots | ( | ) | const |
void VTimeOutSlot::connectTo | ( | VTimeInSlot * | slot | ) |
TimeOutSlot * VTimeOutSlot::getGUI | ( | ) |
void VTimeOutSlot::removeConnectionTo | ( | VTimeInSlot * | slot | ) |
void VTimeOutSlot::removeGUI | ( | ) |
void VTimeOutSlot::setGUI | ( | TimeOutSlot * | gui | ) | [inline] |
friend class VTimeInSlot [friend] |
QList<VTimeInSlot*> VTimeOutSlot::_inSlots [protected] |
VTimeLineItem* VTimeOutSlot::_parent [protected] |
TimeOutSlot* VTimeOutSlot::gui [protected] |