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

Inherits ScriptCanvasEditor::PivotTreeRoot, and LoggingDataNotificationBus::Handler.

Public Member Functions

 AZ_CLASS_ALLOCATOR (EntityPivotTreeRoot, AZ::SystemAllocator)
 
 AZ_RTTI (EntityPivotTreeRoot, "{93DE206E-CE31-4A59-BEBF-87B26E5A28D2}", PivotTreeRoot)
 
void OnDataSourceChanged (const LoggingDataId &aggregateDataSource) override
 
void OnDataCaptureBegin () override
 
void OnDataCaptureEnd () override
 
void OnEntityGraphRegistered (const AZ::NamedEntityId &entityId, const ScriptCanvas::GraphIdentifier &assetId) override
 
void OnEntityGraphUnregistered (const AZ::NamedEntityId &entityId, const ScriptCanvas::GraphIdentifier &assetId) override
 
void OnEnabledStateChanged (bool isEnabled, const AZ::NamedEntityId &namedEntityId, const ScriptCanvas::GraphIdentifier &registrationData) override
 
- Public Member Functions inherited from ScriptCanvasEditor::PivotTreeRoot
 AZ_CLASS_ALLOCATOR (PivotTreeRoot, AZ::SystemAllocator)
 
 AZ_RTTI (PivotTreeRoot, "{E172AB89-49BA-429F-AC83-9CCBD6A3B1B9}", PivotTreeItem)
 
void SwitchDataSource (const LoggingDataId &aggregateDataSource)
 
- 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
 

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::PivotTreeRoot
Qt::CheckState GetCheckState () const override final
 
void SetCheckState (Qt::CheckState checkState) override final
 
AZStd::string GetDisplayName () const override final
 
virtual void OnDataSourceChanged (const LoggingDataId &aggregateDataSource)=0
 
- 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

◆ OnDataSourceChanged()

void ScriptCanvasEditor::EntityPivotTreeRoot::OnDataSourceChanged ( const LoggingDataId &  aggregateDataSource)
overridevirtual

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