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::PivotTreeEntityItem Class Reference

Inherits ScriptCanvasEditor::PivotTreeItem.

Inherited by ScriptCanvasEditor::EntityPivotTreeEntityItem, and ScriptCanvasEditor::GraphPivotTreeEntityItem.

Public Member Functions

 AZ_CLASS_ALLOCATOR (PivotTreeEntityItem, AZ::SystemAllocator)
 
 AZ_RTTI (PivotTreeEntityItem, "{67725865-7004-441D-84BB-D38FF491A3FD}", PivotTreeItem)
 
 PivotTreeEntityItem (const AZ::NamedEntityId &entityId)
 
const AZ::NamedEntityId & GetNamedEntityId () const
 
- Public Member Functions inherited from ScriptCanvasEditor::PivotTreeItem
 AZ_CLASS_ALLOCATOR (PivotTreeItem, AZ::SystemAllocator)
 
 AZ_RTTI (PivotTreeItem, "{F310C0EA-9CFE-4A8F-9CDA-46E24673B01A}", GraphCanvas::GraphCanvasTreeItem)
 
const LoggingDataId & GetLoggingDataId () const
 
int GetColumnCount () const override final
 
Qt::ItemFlags Flags (const QModelIndex &index) const override final
 
QVariant Data (const QModelIndex &index, int role) const override final
 
bool SetData (const QModelIndex &index, const QVariant &value, int role) override final
 
void OnChildAdded (GraphCanvasTreeItem *treeItem) override final
 
virtual Qt::CheckState GetCheckState () const =0
 
virtual void SetCheckState (Qt::CheckState checkState)=0
 

Protected Member Functions

AZStd::string GetDisplayName () const override final
 
const AZ::EntityId & GetEntityId () const
 
- Protected Member Functions inherited from ScriptCanvasEditor::PivotTreeItem
virtual AZStd::string GetDisplayName () const =0
 
virtual void OnLoggingDataIdSet ()
 
void SetLoggingDataId (const LoggingDataId &dataId)
 
void SetIsPivotedElement (bool isPivotedElement)
 

Additional Inherited Members

- Public Types inherited from ScriptCanvasEditor::PivotTreeItem
enum  Column { IndexForce = -1 , Name , QT_NEEDS_A_SECOND_COLUMN_FOR_THIS_MODEL_TO_WORK_FOR_SOME_REASON , Count }
 

Member Function Documentation

◆ GetDisplayName()

AZStd::string ScriptCanvasEditor::PivotTreeEntityItem::GetDisplayName ( ) const
finaloverrideprotectedvirtual

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