ark::supervisor::ProcessTableModel

Defined in header “ark/supervisor/gui/process_table_model.hh”.


This class can take in a SupervisorStatus and visualize the Process information in a table.

Typedefs

  • using Columns =
    Available columns.

Methods

  • ProcessTableModel(QObject * parent)
    Constructor.

  • ~ProcessTableModel()
    Destructor.

  • int rowCount(const QModelIndex & parent)

  • int columnCount(const QModelIndex & parent)

  • QVariant data(const QModelIndex & index, int role)

  • QVariant headerData(int section, Qt::Orientation orientation, int role)

  • void set_data(const SupervisorStatus timing_report)
    Called from the main plugin to set the data that needs to be visualized.