Open 3D Engine ScriptCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits ScriptCanvasEditor::PivotTreeItem.
Inherited by ScriptCanvasEditor::EntityPivotTreeRoot, and ScriptCanvasEditor::GraphPivotTreeRoot.
Public Member Functions | |
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 |
Protected Member Functions | |
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 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 } |