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