Added IsBusy(bool) version, which optionally also checks the

descendants.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22831 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-11-05 00:30:14 +00:00
parent a56a0c276a
commit 2128ea4f31
2 changed files with 41 additions and 22 deletions
@@ -52,6 +52,7 @@ public:
void SetBusy(bool busy);
bool IsBusy() const;
bool IsBusy(bool includeDescendants);
bool CheckAndMarkBusy(bool includeDescendants);
void UnmarkBusy(bool includeDescendants);