Open 3D Engine ScriptCanvas Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits GraphCanvasTreeItem.
Inherited by ScriptCanvasEditor::GraphPivotTreeFolder, ScriptCanvasEditor::PivotTreeEntityItem, ScriptCanvasEditor::PivotTreeGraphItem, and ScriptCanvasEditor::PivotTreeRoot.
Public Types | |
enum | Column { IndexForce = -1, Name, QT_NEEDS_A_SECOND_COLUMN_FOR_THIS_MODEL_TO_WORK_FOR_SOME_REASON, Count } |
Public Member Functions | |
AZ_CLASS_ALLOCATOR (PivotTreeItem, AZ::SystemAllocator) | |
AZ_RTTI (PivotTreeItem,"{F310C0EA-9CFE-4A8F-9CDA-46E24673B01A}", GraphCanvas::GraphCanvasTreeItem) | |
const LoggingDataId & | GetLoggingDataId () const |
int | GetColumnCount () const overridefinal |
Qt::ItemFlags | Flags (const QModelIndex &index) const overridefinal |
QVariant | Data (const QModelIndex &index, int role) const overridefinal |
bool | SetData (const QModelIndex &index, const QVariant &value, int role) overridefinal |
void | OnChildAdded (GraphCanvasTreeItem *treeItem) overridefinal |
virtual Qt::CheckState | GetCheckState () const =0 |
virtual void | SetCheckState (Qt::CheckState checkState)=0 |