|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Locations to be used in the file browser. More...
#include <src/gui/backend/backend/file_manager.h>
Public Member Functions | |
| FileBrowserLocation (QString label, fs::path path, FileManagerSpecialLocation special_location) | |
| const char * | get_icon_name () const |
| void | print () const |
Data Fields | |
| QString | label_ |
| Human readable label. | |
| fs::path | path_ |
| Absolute path. | |
| FileManagerSpecialLocation | special_location_ = {} |
| Whether this is a standard (undeletable) location. | |
Locations to be used in the file browser.
These are to be saved/updated every time there are changes and reloaded when Zrythm starts.
Label is the visible part and path is the actual path. Eg. "Home" -> /home/user "Documents" -> /home/user/Documents "Samples" -> (some arbitrary path)
Definition at line 44 of file file_manager.h.
|
inline |
Definition at line 46 of file file_manager.h.
|
inline |
Definition at line 56 of file file_manager.h.
| QString FileBrowserLocation::label_ |
Human readable label.
Definition at line 77 of file file_manager.h.
| fs::path FileBrowserLocation::path_ |
Absolute path.
Definition at line 80 of file file_manager.h.
| FileManagerSpecialLocation FileBrowserLocation::special_location_ = {} |
Whether this is a standard (undeletable) location.
Definition at line 83 of file file_manager.h.