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

FilesystemCombo specification. More...

#include <imgui.h>
#include <array>
#include <filesystem>
#include <optional>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  echomap::FilesystemCombo
 Provides a platform-independent Dear ImGui combo box for browsing the file-system and selecting files. More...
struct  echomap::FilesystemCombo::Entry
 A drawable and selectable representation of a file or directory on the file-system. More...
struct  echomap::FilesystemCombo::BrowseTarget
 A root target selected by the user to focus on. More...
struct  echomap::FilesystemCombo::EntryCache
 A cache of Entry objects under a single root directory. More...

Namespaces

namespace  echomap
 The main EchoMap outermost namespace for all non-exported symbols.

Detailed Description

FilesystemCombo specification.

Author
Oliver Dixon
Date
2026-07-23

Definition in file FilesystemCombo.hpp.