|
virtual void | SetPin (const plPin &pin) override |
|
virtual bool | UpdatePinColors (const plColorGammaUB *pOverwriteColor=nullptr) override |
|
virtual int | type () const override |
|
void | AddConnection (plQtConnection *pConnection) |
|
void | RemoveConnection (plQtConnection *pConnection) |
|
plArrayPtr< plQtConnection * > | GetConnections () |
|
bool | HasAnyConnections () const |
|
const plPin * | GetPin () const |
|
virtual void | ConnectedStateChanged (bool bConnected) |
|
virtual QPointF | GetPinPos () const |
|
virtual QPointF | GetPinDir () const |
|
virtual QRectF | GetPinRect () const |
|
virtual void | UpdateConnections () |
|
void | SetHighlightState (plQtPinHighlightState state) |
|
void | SetActive (bool bActive) |
|
virtual void | ExtendContextMenu (QMenu &ref_menu) |
|
virtual void | keyPressEvent (QKeyEvent *pEvent) override |
|
|
virtual QVariant | itemChange (GraphicsItemChange change, const QVariant &value) override |
|
plQtPinHighlightState | m_HighlightState = plQtPinHighlightState::None |
|
QGraphicsTextItem * | m_pLabel |
|
QPointF | m_PinCenter |
|
bool | m_bTranslatePinName = true |
|
◆ SetPin()
void plQtVisualScriptPin::SetPin |
( |
const plPin & | pin | ) |
|
|
overridevirtual |
◆ UpdatePinColors()
bool plQtVisualScriptPin::UpdatePinColors |
( |
const plColorGammaUB * | pOverwriteColor = nullptr | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- Code/EditorPlugins/VisualScript/EditorPluginVisualScript/VisualScriptGraph/VisualScriptGraphQt.moc.h
- Code/EditorPlugins/VisualScript/EditorPluginVisualScript/VisualScriptGraph/VisualScriptGraphQt.cpp