#include <pluginstablemodel.h>
|
| | PluginsTableModel (QObject *parent=nullptr) |
| |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| |
| bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) override |
| |
| bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) override |
| |
| void | clearRows () |
| |
| int | appendRow (const QString &path, const QString &args) |
| |
| QString | pathAt (int row) const |
| |
| QString | argsAt (int row) const |
| |
◆ Column
| Enumerator |
|---|
| ColPath | |
| ColArgs | |
| ColCount | |
◆ PluginsTableModel()
| PluginsTableModel::PluginsTableModel |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ appendRow()
| int PluginsTableModel::appendRow |
( |
const QString & |
path, |
|
|
const QString & |
args |
|
) |
| |
◆ argsAt()
| QString PluginsTableModel::argsAt |
( |
int |
row | ) |
const |
◆ clearRows()
| void PluginsTableModel::clearRows |
( |
| ) |
|
◆ columnCount()
| int PluginsTableModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data()
| QVariant PluginsTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ flags()
| Qt::ItemFlags PluginsTableModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ headerData()
| QVariant PluginsTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ insertRows()
| bool PluginsTableModel::insertRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
|
override |
◆ pathAt()
| QString PluginsTableModel::pathAt |
( |
int |
row | ) |
const |
◆ removeRows()
| bool PluginsTableModel::removeRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
|
override |
◆ rowCount()
| int PluginsTableModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setData()
| bool PluginsTableModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
override |
The documentation for this class was generated from the following files: