Open 3D Engine ScriptCanvasDeveloper 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 QAbstractItemModel.
Public Types | |
enum | ColumnIndex { IndexForce = -1 , TestName , Count } |
Public Member Functions | |
AZ_CLASS_ALLOCATOR (TestListModel, AZ::SystemAllocator) | |
QModelIndex | index (int row, int column, const QModelIndex &parent) const override |
QModelIndex | parent (const QModelIndex &index=QModelIndex()) const override |
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
void | AddTest (EditorAutomationTest *actionTest) |
EditorAutomationTest * | FindTestForIndex (const QModelIndex &index) const |
EditorAutomationTest * | FindTestForRow (int row) const |
int | FindRowForTest (EditorAutomationTest *actionTest) |
void | UpdateTestDisplay (EditorAutomationTest *actionTest) |