Home
last modified time | relevance | path

Searched refs:fGroupList (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/deskbar/
H A DSwitcher.cpp413 fGroupList(10), in TSwitchManager()
458 fGroupList.AddItem(group); in TSwitchManager()
471 for (int32 i = fGroupList.CountItems() - 1; i >= 0; i--) { in ~TSwitchManager()
472 TTeamGroup* teamInfo = static_cast<TTeamGroup*>(fGroupList.ItemAt(i)); in ~TSwitchManager()
490 while ((tinfo = (TTeamGroup*)fGroupList.ItemAt(i)) != NULL) { in MessageReceived()
492 fGroupList.RemoveItem(i); in MessageReceived()
529 fGroupList.AddItem(group); in MessageReceived()
530 fWindow->Redraw(fGroupList.CountItems() - 1); in MessageReceived()
539 int32 teamCount = fGroupList.CountItems(); in MessageReceived()
541 TTeamGroup* group = (TTeamGroup*)fGroupList.ItemAt(index); in MessageReceived()
[all …]
H A DSwitcher.h107 BList fGroupList; variable