|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A notification indicating that a pending Project is ready to be loaded. More...
#include <CompleteProjectLoadNotification.hpp>
Public Member Functions | |
| CompleteProjectLoadNotification (id_type project_id) | |
| Create a CompleteProjectLoadNotification to indicate that the referenced Project is ready to be loaded. | |
| void | verify_project (const PartialProject *context) const |
| Verify that the given Project matches the intended target. | |
Public Attributes | |
| id_type | project_id |
| The ID of the Project to be loaded. | |
A notification indicating that a pending Project is ready to be loaded.
Produced by the IndividualUploadModal once the user has prepared a sufficient set of VFS mappings, such that all externally sourced files are associated with uploads in the WebAssembly VFS.
Definition at line 30 of file CompleteProjectLoadNotification.hpp.
|
explicit |
Create a CompleteProjectLoadNotification to indicate that the referenced Project is ready to be loaded.
| project_id | The ID of the Project to be loaded. |
Definition at line 20 of file CompleteProjectLoadNotification.cpp.
| void echomap::CompleteProjectLoadNotification::verify_project | ( | const PartialProject * | context | ) | const |
Verify that the given Project matches the intended target.
| context | The context to which the notification will apply. |
| IgnoredWarning | The notification does not apply to the given context and should be ignored. |
Definition at line 27 of file CompleteProjectLoadNotification.cpp.
| id_type echomap::CompleteProjectLoadNotification::project_id |
The ID of the Project to be loaded.
Definition at line 47 of file CompleteProjectLoadNotification.hpp.