|
| enum | SceneListRoles { ScenePtrRole = Qt::UserRole + 1
} |
|
|
void | insert_scene (utils::QObjectUniquePtr< Scene > scene, int index) |
|
Q_INVOKABLE void | removeScene (int index) |
|
Q_INVOKABLE void | moveScene (int fromIndex, int toIndex) |
| auto & | scenes () const |
| QHash< int, QByteArray > | roleNames () const override |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
Definition at line 58 of file scene.h.
◆ SceneListRoles
| enum zrythm::structure::scenes::SceneList::SceneListRoles |
◆ data()
| QVariant zrythm::structure::scenes::SceneList::data |
( |
const QModelIndex & | index, |
|
|
int | role = Qt::DisplayRole ) const |
|
inlineoverride |
◆ roleNames()
| QHash< int, QByteArray > zrythm::structure::scenes::SceneList::roleNames |
( |
| ) |
const |
|
inlineoverride |
◆ rowCount()
| int zrythm::structure::scenes::SceneList::rowCount |
( |
const QModelIndex & | parent = QModelIndex () | ) |
const |
|
inlineoverride |
◆ scenes()
| auto & zrythm::structure::scenes::SceneList::scenes |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: