Implemented count_loopers()/windows() and looper/window_at(). Minor

changes to BLooperList to accomodate.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@568 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
ejakowatz
2002-08-03 23:18:14 +00:00
parent 79f45f7f8f
commit ebbcbbca01
3 changed files with 188 additions and 97 deletions
+2
View File
@@ -60,6 +60,8 @@ class BLooperList
bool IsLooperValid(const BLooper* l);
bool RemoveLooper(BLooper* l);
void GetLooperList(BList* list);
int32 CountLoopers();
BLooper* LooperAt(int32 index);
BLooper* LooperForThread(thread_id tid);
BLooper* LooperForName(const char* name);
BLooper* LooperForPort(port_id port);