mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
First working implementation of ActionManager, but incomplete.
This commit is contained in:
@@ -38,7 +38,9 @@ public:
|
||||
SourceList::iterator find (Source *s);
|
||||
SourceList::iterator find (std::string name);
|
||||
SourceList::iterator find (Node *node);
|
||||
|
||||
SourceList::iterator find (int id);
|
||||
std::list<int> getIdList() const;
|
||||
|
||||
SourceList::iterator at (int index);
|
||||
int index (SourceList::iterator it) const;
|
||||
|
||||
Reference in New Issue
Block a user