|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|


Public Types | |
| enum | RecentProjectRoles { NameRole = Qt::UserRole + 1 , PathRole , DateRole } |
Public Member Functions | |
| RecentProjectsModel (utils::AppSettings &app_settings, QObject *parent=nullptr) | |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| QHash< int, QByteArray > | roleNames () const override |
| Q_INVOKABLE void | addRecentProject (const QString &path) |
| Q_INVOKABLE void | removeRecentProject (const QString &path) |
| Q_INVOKABLE void | clearRecentProjects () |
Definition at line 16 of file recent_projects_model.h.
| enum zrythm::gui::RecentProjectsModel::RecentProjectRoles |
Definition at line 23 of file recent_projects_model.h.