AdapterInfoModel Class Reference

#include <ArmarXGui/gui-plugins/SystemStateMonitorPlugin/IceGridViewer/model/AdapterInfoModel.h>

+ Inheritance diagram for AdapterInfoModel:

Public Member Functions

 AdapterInfoModel ()
 
 AdapterInfoModel (IceGrid::AdapterDynamicInfoSeq adapterInfo)
 
int columnCount (const QModelIndex &parent=QModelIndex()) const override
 
QVariant data (const QModelIndex &index, int role=Qt::DisplayRole) const override
 
Qt::ItemFlags flags (const QModelIndex &index) const override
 
QVariant headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override
 
int rowCount (const QModelIndex &parent=QModelIndex()) const override
 
bool setData (IceGrid::AdapterDynamicInfoSeq newInfo)
 

Protected Attributes

IceGrid::AdapterDynamicInfoSeq adapterInfo
 
std::mutex adapterInfoMutex
 

Detailed Description

Definition at line 30 of file AdapterInfoModel.h.

Constructor & Destructor Documentation

◆ AdapterInfoModel() [1/2]

AdapterInfoModel ( )
inline

Definition at line 35 of file AdapterInfoModel.h.

◆ AdapterInfoModel() [2/2]

AdapterInfoModel ( IceGrid::AdapterDynamicInfoSeq  adapterInfo)
inline

Definition at line 40 of file AdapterInfoModel.h.

Member Function Documentation

◆ columnCount()

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

Definition at line 52 of file AdapterInfoModel.h.

+ Here is the caller graph for this function:

◆ data()

QVariant data ( const QModelIndex &  index,
int  role = Qt::DisplayRole 
) const
inlineoverride

Definition at line 58 of file AdapterInfoModel.h.

◆ flags()

Qt::ItemFlags flags ( const QModelIndex &  index) const
inlineoverride

Definition at line 122 of file AdapterInfoModel.h.

◆ headerData()

QVariant headerData ( int  section,
Qt::Orientation  orientation,
int  role = Qt::DisplayRole 
) const
inlineoverride

Definition at line 93 of file AdapterInfoModel.h.

◆ rowCount()

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

Definition at line 46 of file AdapterInfoModel.h.

+ Here is the caller graph for this function:

◆ setData()

bool setData ( IceGrid::AdapterDynamicInfoSeq  newInfo)
inline

Definition at line 128 of file AdapterInfoModel.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ adapterInfo

IceGrid::AdapterDynamicInfoSeq adapterInfo
protected

Definition at line 139 of file AdapterInfoModel.h.

◆ adapterInfoMutex

std::mutex adapterInfoMutex
mutableprotected

Definition at line 140 of file AdapterInfoModel.h.


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