A model containing scene plugins that will build up the scene.
More...
#include <avogadro/qtgui/scenepluginmodel.h>
|
| ScenePluginModel (QObject *parent=0) |
|
QModelIndex | parent (const QModelIndex &child) const |
|
int | rowCount (const QModelIndex &parent) const |
|
int | columnCount (const QModelIndex &parent) const |
|
Qt::ItemFlags | flags (const QModelIndex &index) const |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role) |
|
QVariant | data (const QModelIndex &index, int role) const |
|
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
|
void | clear () |
|
QList< ScenePlugin * > | scenePlugins () const |
|
QList< ScenePlugin * > | activeScenePlugins () const |
|
The documentation for this class was generated from the following file: