Open 3D Engine ScriptCanvasDeveloper 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.
ScriptCanvas::Developer::TestListModel Class Reference

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)
 
EditorAutomationTestFindTestForIndex (const QModelIndex &index) const
 
EditorAutomationTestFindTestForRow (int row) const
 
int FindRowForTest (EditorAutomationTest *actionTest)
 
void UpdateTestDisplay (EditorAutomationTest *actionTest)
 

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