|
|
void | nameChanged () |
|
void | pathChanged () |
|
|
| ProjectInfo (QObject *parent=nullptr) |
| | ProjectInfo (const fs::path &path, QObject *parent=nullptr) |
| | Construct a new Project Info object from a path.
|
|
QString | getName () const |
|
QString | getPath () const |
|
QDateTime | getLastSavedAt () const |
|
void | setPath (const QString &path) |
|
void | setName (const QString &name) |
|
Q_INVOKABLE bool | exists () const |
| | Whether the project exists on disk.
|
Definition at line 14 of file project_info.h.
◆ ProjectInfo()
| zrythm::gui::ProjectInfo::ProjectInfo |
( |
const fs::path & | path, |
|
|
QObject * | parent = nullptr ) |
Construct a new Project Info object from a path.
- Parameters
-
◆ lastSavedAt
| QDateTime zrythm::gui::ProjectInfo::lastSavedAt |
|
read |
◆ name
| QML_ELEMENT QString zrythm::gui::ProjectInfo::name |
|
readwrite |
◆ path
| QString zrythm::gui::ProjectInfo::path |
|
readwrite |
The documentation for this class was generated from the following file: