#include <qcalcGUIItems.h>

Public Types | |
| enum | { Type = TYPE_OUTPUTITEM } |
Public Slots | |
| void | setValue (const QString &text) |
Public Member Functions | |
| OutputItem (VOutputItem *parentItem, VInSlot *input, VTimeInSlot *timeSlot, QGraphicsItem *parent=NULL) | |
| virtual | ~OutputItem () |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=NULL) |
| virtual int | type () const |
| virtual void | setupFromDomElement (QDomElement &el) |
| virtual void | updateConnectorsPositions () |
Public Attributes | |
| VOutputItem * | parentItem |
| TimeInSlot * | timeSlot |
Protected Attributes | |
| QLineEdit * | edit |
| OutputItem::OutputItem | ( | VOutputItem * | parentItem, | |
| VInSlot * | input, | |||
| VTimeInSlot * | timeSlot, | |||
| QGraphicsItem * | parent = NULL | |||
| ) |
| OutputItem::~OutputItem | ( | ) | [virtual] |
| void OutputItem::paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget = NULL | |||
| ) | [virtual] |
Reimplemented from CalcItem.
| void OutputItem::setupFromDomElement | ( | QDomElement & | el | ) | [virtual] |
Reimplemented from CalcItem.
| void OutputItem::setValue | ( | const QString & | text | ) | [slot] |
| virtual int OutputItem::type | ( | ) | const [inline, virtual] |
| void OutputItem::updateConnectorsPositions | ( | ) | [virtual] |
Reimplemented from CalcItem.
QLineEdit* OutputItem::edit [protected] |
1.5.7