Implemented selection of multiple sources

This commit is contained in:
brunoherbelin
2020-06-15 23:38:01 +02:00
parent bfdeb0b52f
commit 89fed033e9
10 changed files with 140 additions and 59 deletions

View File

@@ -13,8 +13,12 @@ public:
void add (SourceList l);
void remove (Source *s);
void remove (SourceList l);
void set (SourceList l);
void clear ();
SourceList::iterator begin ();
SourceList::iterator end ();
bool contains (Source *s);
protected: