|
BALL
1.4.79
|
#include <BALL/VIEW/DIALOGS/pluginDialog.h>
Public Member Functions | |
| PluginDirectoryModel (QObject *parent=0) | |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| QVariant | data (const QModelIndex &i, int role) const |
| void | addDirectory (const QString &dir) |
| void | removeDirectory (const QModelIndex &index) |
A wrapper around the plugin manager that provides a model on the current plugin directories
Definition at line 63 of file pluginDialog.h.
|
explicit |
| void BALL::VIEW::PluginDirectoryModel::addDirectory | ( | const QString & | dir | ) |
| QVariant BALL::VIEW::PluginDirectoryModel::data | ( | const QModelIndex & | i, |
| int | role | ||
| ) | const |
| void BALL::VIEW::PluginDirectoryModel::removeDirectory | ( | const QModelIndex & | index | ) |
| int BALL::VIEW::PluginDirectoryModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
1.8.7