Open 3D Engine ScriptCanvas Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ScriptCanvasEditor::ScriptCanvasComboBoxPropertyDataInterface< DataType > Class Template Reference

Inherits ScriptCanvasEditor::ScriptCanvasPropertyDataInterface< GraphCanvas::ComboBoxDataInterface, DataType >.

Public Member Functions

 AZ_CLASS_ALLOCATOR (ScriptCanvasComboBoxPropertyDataInterface< DataType >, AZ::SystemAllocator)
 
 ScriptCanvasComboBoxPropertyDataInterface (AZ::EntityId scriptCanvasNodeId, ScriptCanvas::TypedComboBoxNodePropertyInterface< DataType > *propertyInterface)
 
GraphCanvas::ComboBoxItemModelInterface * GetItemInterface () override
 
void AssignIndex (const QModelIndex &index) override
 
QModelIndex GetAssignedIndex () const override
 
QString GetDisplayString () const override
 
- Public Member Functions inherited from ScriptCanvasEditor::ScriptCanvasPropertyDataInterface< GraphCanvas::ComboBoxDataInterface, DataType >
const ScriptCanvas::ScriptCanvasId GetScriptCanvasId () const
 
const GraphCanvas::GraphId GetGraphCanvasGraphId () const
 
const AZ::EntityId & GetNodeId () const
 
ScriptCanvas::TypedNodePropertyInterface< DataType > * GetNodePropertyInterface ()
 
void OnPropertyChanged () override
 
void PushUndoBlock ()
 
void PopUndoBlock ()
 
void PostUndoPoint ()
 
void SetValue (const DataType &valueType)
 
const DataType & GetValue () const
 
virtual void OnPropertyChanged ()
 

Additional Inherited Members

- Protected Member Functions inherited from ScriptCanvasEditor::ScriptCanvasPropertyDataInterface< GraphCanvas::ComboBoxDataInterface, DataType >
 ScriptCanvasPropertyDataInterface (const AZ::EntityId &nodeId, ScriptCanvas::TypedNodePropertyInterface< DataType > *nodePropertyInterface)
 

The documentation for this class was generated from the following file: