EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
ProjectSelectionCompleteNotification.hpp
Go to the documentation of this file.
1
9
10#ifndef ECHOMAP_PROJECTSELECTIONCOMPLETENOTIFICATION_HPP
11#define ECHOMAP_PROJECTSELECTIONCOMPLETENOTIFICATION_HPP
12
13#include <filesystem>
14
15namespace echomap
16{
17
53
54} // namespace echomap
55
56#endif // ECHOMAP_PROJECTSELECTIONCOMPLETENOTIFICATION_HPP
The main EchoMap outermost namespace for all non-exported symbols.
STL namespace.
ProjectSelectionCompleteNotification()=default
Create a new ProjectSelectionCompleteNotification indicating that the load was cancelled.
std::optional< std::filesystem::path > path
The path of the Project file to load.
ProjectSelectionCompleteNotification(std::filesystem::path path)
Create a new ProjectSelectionCompleteNotification.