Inherits GraphCanvas::NodePropertyDisplay, GeometryNotificationBus::Handler, and ViewNotificationBus::Handler.
|
| AZ_CLASS_ALLOCATOR (ComboBoxNodePropertyDisplay, AZ::SystemAllocator) |
|
| ComboBoxNodePropertyDisplay (ComboBoxDataInterface *dataInterface) |
|
void | SetDataTypeOutlineEnabled (bool enableOutline) |
|
void | RefreshStyle () override |
|
void | UpdateDisplay () override |
|
QGraphicsLayoutItem * | GetDisabledGraphicsLayoutItem () override |
|
QGraphicsLayoutItem * | GetDisplayGraphicsLayoutItem () override |
|
QGraphicsLayoutItem * | GetEditableGraphicsLayoutItem () override |
|
void | OnPositionChanged (const AZ::EntityId &targetEntity, const AZ::Vector2 &position) override |
|
void | OnZoomChanged (qreal zoomLevel) override |
|
void | OnDisplayTypeChanged (const AZ::Uuid &dataTypes, const AZStd::vector< AZ::Uuid > &containerTypes) override |
|
void | OnDragDropStateStateChanged (const DragDropState &dragState) override |
|
| NodePropertyDisplay (DataInterface *dataInterface) |
|
void | SetSlotId (const SlotId &slotId) |
|
| AZ_DEPRECATED (const AZ::EntityId &GetId() const, "Function deprecated. Use GetSlotId instead.") |
|
const SlotId & | GetSlotId () const |
|
void | SetNodeId (const AZ::EntityId &nodeId) |
|
const AZ::EntityId & | GetNodeId () const |
|
AZ::EntityId | GetSceneId () const |
|
void | TryAndSelectNode () const |
|
bool | EnableDropHandling () const |
|
AZ::Outcome< DragDropState > | OnDragEnterEvent (QGraphicsSceneDragDropEvent *dragDropEvent) override |
|
void | OnDragLeaveEvent (QGraphicsSceneDragDropEvent *dragDropEvent) override |
|
void | OnDropEvent (QGraphicsSceneDragDropEvent *dragDropEvent) override |
|
void | OnDropCancelled () override |
|
void | OnDragDropStateStateChanged (const DragDropState &dragDropState) override |
|
void | RegisterShortcutDispatcher (QWidget *widget) |
|
void | UnregisterShortcutDispatcher (QWidget *widget) |
|
|
void | OnSlotIdSet () override |
|
virtual void | OnIdSet () |
|
QWidget * | GetShortcutDispatchScopeRoot (QWidget *) override |
|
void | UpdateStyleForDragDrop (const DragDropState &dragDropState, Styling::StyleHelper &styleHelper) |
|
|
class | ComboBoxGraphicsEventFilter |
|
|
static AZStd::string | CreateDisabledLabelStyle (const AZStd::string &type) |
|
static AZStd::string | CreateDisplayLabelStyle (const AZStd::string &type) |
|
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/Source/Components/NodePropertyDisplays/ComboBoxNodePropertyDisplay.h