Inherits ScriptCanvasEditor::PivotTreeItem.
Inherited by ScriptCanvasEditor::EntityPivotTreeRoot, and ScriptCanvasEditor::GraphPivotTreeRoot.
|
| AZ_CLASS_ALLOCATOR (PivotTreeRoot, AZ::SystemAllocator) |
|
| AZ_RTTI (PivotTreeRoot, "{E172AB89-49BA-429F-AC83-9CCBD6A3B1B9}", PivotTreeItem) |
|
void | SwitchDataSource (const LoggingDataId &aggregateDataSource) |
|
| 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 |
|
|
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 |
|
virtual AZStd::string | GetDisplayName () const =0 |
|
virtual void | OnLoggingDataIdSet () |
|
void | SetLoggingDataId (const LoggingDataId &dataId) |
|
void | SetIsPivotedElement (bool isPivotedElement) |
|
|
enum | Column { IndexForce = -1
, Name
, QT_NEEDS_A_SECOND_COLUMN_FOR_THIS_MODEL_TO_WORK_FOR_SOME_REASON
, Count
} |
|
◆ GetCheckState()
Qt::CheckState ScriptCanvasEditor::PivotTreeRoot::GetCheckState |
( |
| ) |
const |
|
finaloverrideprotectedvirtual |
◆ GetDisplayName()
AZStd::string ScriptCanvasEditor::PivotTreeRoot::GetDisplayName |
( |
| ) |
const |
|
finaloverrideprotectedvirtual |
◆ SetCheckState()
void ScriptCanvasEditor::PivotTreeRoot::SetCheckState |
( |
Qt::CheckState |
checkState | ) |
|
|
finaloverrideprotectedvirtual |
The documentation for this class was generated from the following file:
- Gems/ScriptCanvas/Code/Editor/View/Widgets/LoggingPanel/PivotTree/PivotTreeWidget.h