Inherits QAbstractItemModel.
 | 
| enum   | ColumnIndex { IndexForce = -1
, Description
, AutoFix
, Count
 } | 
|   | 
 | 
| 
  | AZ_CLASS_ALLOCATOR (GraphValidationModel, AZ::SystemAllocator) | 
|   | 
| 
void  | RunValidation (const ScriptCanvas::ScriptCanvasId &scriptCanvasId) | 
|   | 
| 
void  | AddEvents (ScriptCanvas::ValidationResults &validationEvents) | 
|   | 
| 
void  | Clear () | 
|   | 
| 
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 | 
|   | 
| 
const ScriptCanvas::ValidationEvent *  | FindItemForIndex (const QModelIndex &index) const | 
|   | 
| 
const ScriptCanvas::ValidationEvent *  | FindItemForRow (int row) const | 
|   | 
| 
const ScriptCanvas::ValidationResults &  | GetValidationResults () const | 
|   | 
The documentation for this class was generated from the following file:
- Gems/ScriptCanvas/Code/Editor/View/Widgets/ValidationPanel/GraphValidationDockWidget.h