#include <ArmarXGui/gui-plugins/SystemStateMonitorPlugin/IceGridViewer/model/ServerInfoModel.h>
|
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 |
|
| ServerInfoModel () |
|
| ServerInfoModel (IceGrid::ServerDynamicInfoSeq serverInfo) |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
|
bool | setData (IceGrid::ServerDynamicInfoSeq newInfo) |
|
Definition at line 33 of file ServerInfoModel.h.
◆ COLUMN_INDEX
Enumerator |
---|
eServerInfo_Enabled | |
eServerInfo_Id | |
eServerInfo_Status | |
eServerInfo_Pid | |
Definition at line 48 of file ServerInfoModel.h.
◆ ServerInfoModel() [1/2]
◆ ServerInfoModel() [2/2]
◆ columnCount()
int columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
inlineoverride |
◆ data()
QVariant data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
inlineoverride |
◆ flags()
Qt::ItemFlags flags |
( |
const QModelIndex & |
index | ) |
const |
|
inlineoverride |
◆ headerData()
QVariant headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
inlineoverride |
◆ rowCount()
int rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
inlineoverride |
◆ serverInfoChanged
void serverInfoChanged |
( |
IceGrid::ServerDynamicInfo |
serverInfo | ) |
|
|
signal |
◆ setData() [1/2]
bool setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
|
inlineoverride |
◆ setData() [2/2]
bool setData |
( |
IceGrid::ServerDynamicInfoSeq |
newInfo | ) |
|
|
inline |
◆ serverInfo
IceGrid::ServerDynamicInfoSeq serverInfo |
|
protected |
◆ serverInfoMutex
std::mutex serverInfoMutex |
|
mutableprotected |
The documentation for this class was generated from the following file: