|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A notification indicating that a pending Project load should be cancelled. More...
#include <CancelProjectLoadNotification.hpp>
Public Member Functions | |
| CancelProjectLoadNotification (id_type project_id) | |
| Create a new CancelProjectLoadNotification to indicate that the identified Project should be cancelled. | |
| 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 partially loaded Project to cancel. | |
A notification indicating that a pending Project load should be cancelled.
Produced by the IndividualUploadModal if the user states a preference to cancel a VFS mapping.
Definition at line 25 of file CancelProjectLoadNotification.hpp.
|
explicit |
Create a new CancelProjectLoadNotification to indicate that the identified Project should be cancelled.
| project_id | The ID of the partially loaded Project to cancel. |
Definition at line 18 of file CancelProjectLoadNotification.cpp.
| void echomap::CancelProjectLoadNotification::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 25 of file CancelProjectLoadNotification.cpp.
| id_type echomap::CancelProjectLoadNotification::project_id |
The ID of the partially loaded Project to cancel.
Definition at line 42 of file CancelProjectLoadNotification.hpp.