#include <qcalcVirtualItems.h>
Public Member Functions | |
VInSlot (VCalcItem *parent, const QString &name="", const QString &description="") | |
virtual | ~VInSlot () |
VOutSlot * | connectedSlot () const |
VCalcItem * | connectedItem () const |
VCalcItem * | parent () const |
InSlot * | getGUI () |
void | removeGUI () |
void | setGUI (InSlot *gui) |
QString | getName () |
QString | getDescription () |
void | setName (const QString &name) |
void | setDescription (const QString &description) |
void | resetToolTips () |
Protected Attributes | |
VOutSlot * | _outSlot |
VCalcItem * | _parent |
InSlot * | gui |
QString | name |
QString | description |
Friends | |
class | VOutSlot |
VInSlot::VInSlot | ( | VCalcItem * | parent, | |
const QString & | name = "" , |
|||
const QString & | description = "" | |||
) |
VInSlot::~VInSlot | ( | ) | [virtual] |
VCalcItem * VInSlot::connectedItem | ( | ) | const |
VOutSlot* VInSlot::connectedSlot | ( | ) | const [inline] |
QString VInSlot::getDescription | ( | ) | [inline] |
InSlot * VInSlot::getGUI | ( | ) |
QString VInSlot::getName | ( | ) | [inline] |
VCalcItem* VInSlot::parent | ( | ) | const [inline] |
void VInSlot::removeGUI | ( | ) |
void VInSlot::resetToolTips | ( | ) |
void VInSlot::setDescription | ( | const QString & | description | ) |
void VInSlot::setGUI | ( | InSlot * | gui | ) | [inline] |
void VInSlot::setName | ( | const QString & | name | ) |
friend class VOutSlot [friend] |
VOutSlot* VInSlot::_outSlot [protected] |
VCalcItem* VInSlot::_parent [protected] |
QString VInSlot::description [protected] |
InSlot* VInSlot::gui [protected] |
QString VInSlot::name [protected] |