#include <ZappedVolumeListModel.h>
Definition at line 15 of file ZappedVolumeListModel.h.
◆ ZappedVolumeListModel()
| ZappedVolumeListModel::ZappedVolumeListModel |
( |
QObject * | parent = 0 | ) |
|
◆ ~ZappedVolumeListModel()
| ZappedVolumeListModel::~ZappedVolumeListModel |
( |
| ) |
|
|
virtual |
◆ activated
| void ZappedVolumeListModel::activated |
( |
const QModelIndex & | index | ) |
|
|
slot |
◆ addToZappedVolumes()
| void ZappedVolumeListModel::addToZappedVolumes |
( |
VolumeHandle * | handle | ) |
|
|
inline |
◆ data()
| QVariant ZappedVolumeListModel::data |
( |
const QModelIndex & | index, |
|
|
int | role = Qt::DisplayRole ) const |
|
inline |
◆ flags()
| Qt::ItemFlags ZappedVolumeListModel::flags |
( |
const QModelIndex & | index | ) |
const |
|
inline |
Definition at line 50 of file ZappedVolumeListModel.h.
51{
52 return index.isValid() ? (Qt::ItemIsEnabled|Qt::ItemIsSelectable) : Qt::ItemFlags();
53}
◆ removeFromZappedVolumes()
| void ZappedVolumeListModel::removeFromZappedVolumes |
( |
VolumeHandle * | handle | ) |
|
|
inline |
◆ rowCount()
| int ZappedVolumeListModel::rowCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
|
inline |
◆ m_zappedhandles
The documentation for this class was generated from the following files: