void ProcessorInportGraphicsItem::showToolTip(QGraphicsSceneHelpEvent* e) { if (port_->isConnected()) { showPortInfo(e, port_->getConnectedOutport()); } else { showPortInfo(e, port_); } }
void ProcessorPortGraphicsItem::showToolTip(QGraphicsSceneHelpEvent* e) { showPortInfo(e, port_); }
void ConnectionGraphicsItem::showToolTip(QGraphicsSceneHelpEvent* e) { showPortInfo(e, getOutport()); }