EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
echomap::FilesystemCombo::BrowseTarget Struct Reference

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.

Detailed Description

A root target selected by the user to focus on.

Definition at line 125 of file FilesystemCombo.hpp.

Member Data Documentation

◆ filter

std::string echomap::FilesystemCombo::BrowseTarget::filter

Cached string of the target path filename.

Definition at line 129 of file FilesystemCombo.hpp.

◆ parent_directory

std::filesystem::path echomap::FilesystemCombo::BrowseTarget::parent_directory

The parent directory of the target path.

Definition at line 128 of file FilesystemCombo.hpp.

◆ target_path

std::filesystem::path echomap::FilesystemCombo::BrowseTarget::target_path

The selected path.

Definition at line 127 of file FilesystemCombo.hpp.


The documentation for this struct was generated from the following file: