Improved management of selection in Player

This commit is contained in:
Bruno
2021-06-07 22:53:29 +02:00
parent 53223d0876
commit 1717c143b2
4 changed files with 91 additions and 44 deletions

View File

@@ -86,6 +86,7 @@ public:
Source * findSource (std::string name);
Source * findSource (uint64_t id);
SourceList findSources (float depth_from, float depth_to);
SourceList validate(const SourceList &list);
// management of view
View *view (View::Mode m = View::INVALID);