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

Inherits ScriptCanvasEditor::PivotTreeGraphItem.

Public Member Functions

 AZ_CLASS_ALLOCATOR (EntityPivotTreeGraphItem, AZ::SystemAllocator)
 
 AZ_RTTI (EntityPivotTreeGraphItem, "{CE064D69-D478-4594-A596-5DBE0DE46F6E}", PivotTreeGraphItem)
 
 EntityPivotTreeGraphItem (const ScriptCanvas::GraphIdentifier &graphIdentifier)
 
Qt::CheckState GetCheckState () const override final
 
void SetCheckState (Qt::CheckState checkState) override final
 
const ScriptCanvas::GraphIdentifierGetGraphIdentifier () const
 
- Public Member Functions inherited from ScriptCanvasEditor::PivotTreeGraphItem
 AZ_CLASS_ALLOCATOR (PivotTreeGraphItem, AZ::SystemAllocator)
 
 AZ_RTTI (PivotTreeGraphItem, "{37FCAC77-DE32-4B1B-97FD-66852EC31CAB}", PivotTreeItem)
 
 PivotTreeGraphItem (const AZ::Data::AssetId &assetId)
 
const AZ::Data::AssetId & GetAssetId () 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
 

Friends

class EntityPivotTreeEntityItem
 

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 }
 
- Protected Member Functions inherited from ScriptCanvasEditor::PivotTreeGraphItem
AZStd::string GetDisplayName () const override final
 
AZStd::string_view GetAssetPath () 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)
 

Member Function Documentation

◆ GetCheckState()

Qt::CheckState ScriptCanvasEditor::EntityPivotTreeGraphItem::GetCheckState ( ) const
finaloverridevirtual

◆ SetCheckState()

void ScriptCanvasEditor::EntityPivotTreeGraphItem::SetCheckState ( Qt::CheckState  checkState)
finaloverridevirtual

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