ThreadViewerModel Class Reference

#include <ArmarXGui/gui-plugins/SystemStateMonitorPlugin/ThreadViewer/ThreadViewerModel.h>

+ Inheritance diagram for ThreadViewerModel:

Public Member Functions

int columnCount (const QModelIndex &parent=QModelIndex()) const override
 
QVariant data (const QModelIndex &index, int role) const override
 
QVariant headerData (int section, Qt::Orientation orientation, int role) const override
 
int rowCount (const QModelIndex &parent=QModelIndex()) const override
 
void setPeriodicTaskListData (const PeriodicTaskList &periodicTaskList)
 
 ThreadViewerModel (QObject *parent=0)
 
 ~ThreadViewerModel () override
 

Detailed Description

Definition at line 34 of file ThreadViewerModel.h.

Constructor & Destructor Documentation

◆ ThreadViewerModel()

ThreadViewerModel ( QObject *  parent = 0)
explicit

Definition at line 27 of file ThreadViewerModel.cpp.

◆ ~ThreadViewerModel()

~ThreadViewerModel ( )
override

Definition at line 33 of file ThreadViewerModel.cpp.

Member Function Documentation

◆ columnCount()

int columnCount ( const QModelIndex &  parent = QModelIndex()) const
override

Definition at line 44 of file ThreadViewerModel.cpp.

+ Here is the caller graph for this function:

◆ data()

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

Definition at line 49 of file ThreadViewerModel.cpp.

◆ headerData()

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

Definition at line 132 of file ThreadViewerModel.cpp.

◆ rowCount()

int rowCount ( const QModelIndex &  parent = QModelIndex()) const
override

Definition at line 39 of file ThreadViewerModel.cpp.

+ Here is the caller graph for this function:

◆ setPeriodicTaskListData()

void setPeriodicTaskListData ( const PeriodicTaskList &  periodicTaskList)

Definition at line 175 of file ThreadViewerModel.cpp.

+ Here is the call graph for this function:

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