mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Implemented selection of multiple sources
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user