Open 3D Engine AzToolsFramework 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.
AzToolsFramework::Logging::LogTableModel Class Reference

Inherits AzQtComponents::TableViewModel.

Public Types

enum  LogTabModelRole {
  DetailsRole = AzQtComponents::TableViewModel::IsSelectedRole + 1 , LogLineTextRole , CompleteLogLineTextRole , LogLineRole ,
  LogTypeRole
}
 
enum  Columns { ColumnType , ColumnWindow , ColumnMessage , ColumnCount }
 

Public Member Functions

 LogTableModel (QObject *parent=nullptr)
 
int rowCount (const QModelIndex &parent={}) const override
 
int columnCount (const QModelIndex &parent={}) const override
 
QVariant data (const QModelIndex &index, int role=Qt::DisplayRole) const override
 
QVariant headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override
 
void AppendLine (const LogLine &logLine)
 
void AppendLineAsync (const LogLine &logLine)
 
void CommitLines ()
 
void Clear ()
 
QString toString (bool details)
 

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