Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
GPtrArray * | files |
Descriptors for files under the current collection / location. | |
GPtrArray * | locations |
Default locations & user defined locations. | |
FileBrowserLocation * | selection |
Current selection in the top window. | |
Definition at line 63 of file file_manager.h.
GPtrArray* FileManager::files |
Descriptors for files under the current collection / location.
To be updated every time location / collection selection changes.
Array of SupportedFile.
Definition at line 74 of file file_manager.h.
GPtrArray* FileManager::locations |
Default locations & user defined locations.
Array of FileBrowserLocation.
Definition at line 89 of file file_manager.h.
FileBrowserLocation* FileManager::selection |
Current selection in the top window.
Definition at line 94 of file file_manager.h.