Fixed and improved multi-source selection.

This commit is contained in:
brunoherbelin
2020-06-20 17:23:54 +02:00
parent b8d394954c
commit b04c7c9d7d
6 changed files with 167 additions and 116 deletions

View File

@@ -21,13 +21,14 @@ public:
SourceList::iterator begin ();
SourceList::iterator end ();
Source *front();
bool contains (Source *s);
bool empty();
uint size ();
protected:
SourceList::iterator find (Source *s);
SourceList selection_;
};
#endif // SELECTION_H