|
class | _CircleDetectorPluginModelImpl |
|
|
enum | Type {
FILTER = Qt::UserRole + 1,
FILTER_NAME,
FILTER_DESCRIPTION,
FILTER_AUTHOR,
FILTER_PATH
} |
|
|
| CircleDetectorPluginModel (QString path=QDir::currentPath(), QObject *parent=nullptr) |
|
void | loadPlugins () |
|
virtual int | rowCount (const QModelIndex &parent) const override |
|
virtual int | columnCount (const QModelIndex &parent) const override |
|
virtual QVariant | data (const QModelIndex &index, int role) const override |
|
QString | pluginPath () const |
|
void | setPluginPath (const QString &pluginPath) |
|
QList< QString > | pluginPaths () const |
|
PluginSharedPointerList | filters () const |
|
void | setFilters (const PluginSharedPointerList &filters) |
|
Definition at line 14 of file circledetectorpluginmodel.h.
The documentation for this class was generated from the following files: