|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A root target selected by the user to focus on. More...
Public Attributes | |
| std::filesystem::path | target_path |
| The selected path. | |
| std::filesystem::path | parent_directory |
| The parent directory of the target path. | |
| std::string | filter |
| Cached string of the target path filename. | |
A root target selected by the user to focus on.
Definition at line 125 of file FilesystemCombo.hpp.
| std::string echomap::FilesystemCombo::BrowseTarget::filter |
Cached string of the target path filename.
Definition at line 129 of file FilesystemCombo.hpp.
| std::filesystem::path echomap::FilesystemCombo::BrowseTarget::parent_directory |
The parent directory of the target path.
Definition at line 128 of file FilesystemCombo.hpp.
| std::filesystem::path echomap::FilesystemCombo::BrowseTarget::target_path |
The selected path.
Definition at line 127 of file FilesystemCombo.hpp.