|
| enum | PluginDescriptorRole { DescriptorRole = Qt::UserRole + 1
, DescriptorNameRole
} |
|
|
| PluginDescriptorList (std::shared_ptr< juce::KnownPluginList > known_plugin_list, QObject *parent=nullptr) |
|
QHash< int, QByteArray > | roleNames () const override |
|
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
|
QModelIndex | parent (const QModelIndex &child) const override |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
|
void | reset_model () |
Definition at line 15 of file plugin_descriptor_list.h.
◆ PluginDescriptorRole
| enum zrythm::plugins::discovery::PluginDescriptorList::PluginDescriptorRole |
The documentation for this class was generated from the following file: