|
|
| PluginTableModel (QObject *parent=nullptr) |
| |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
| |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| |
|
QModelIndex | index (int row, int column, const QModelIndex &) const |
| |
|
Qt::ItemFlags | flags (const QModelIndex &index) const |
| |
|
void | appendPluginMetaDataList (QList< PluginMetaData *>) |
| |
The documentation for this class was generated from the following files:
- itemframework/itemframework/src/plugin/plugin_table_model.h
- itemframework/itemframework/moc/moc_plugin_table_model.cpp
- itemframework/itemframework/src/plugin/plugin_table_model.cpp