|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
Queries the user for the location of a Project file to load. More...
Classes | |
| struct | echomap::RaiseFileChooserNotification |
| A notification indicating that the NativeFileChooser should be raised to prompt for a new Project. More... | |
| struct | echomap::ProjectSelectionCompleteNotification |
| A notification indicating that a new Project file has been selected by the user, or the load operation was cancelled. More... | |
Functions | |
| static void | echomap::ActionControllerBase< Derived >::select_project_file () |
| Invokes the Project File Action. | |
| EMSCRIPTEN_KEEPALIVE int | echomap_on_project_file_picked (const char *const path) noexcept |
| Services the Project File Action callback for Emscripten. | |
| static void | echomap::JSActionController::select_project_file_impl () |
| Invokes the JS function for Project File Action. | |
| static void | echomap::NativeActionController::select_project_file_impl () |
| Invokes the native function for Project File Action. | |
Queries the user for the location of a Project file to load.
|
noexcept |
Services the Project File Action callback for Emscripten.
| path | The file-system path (in the Wasm VFS) selected in the prompt. |
Definition at line 92 of file JSActionController.cpp.
|
inlinestatic |
Invokes the Project File Action.
Definition at line 93 of file ActionControllerBase.hpp.
|
staticprivate |
Invokes the JS function for Project File Action.
Definition at line 69 of file JSActionController.cpp.
|
staticprivate |
Invokes the native function for Project File Action.
Definition at line 17 of file NativeActionController.cpp.