Lines Matching refs:group

455 		TTeamGroup* group = new TTeamGroup(barTeamInfo->teams,
457 group->CacheTeamIcons(fSmallIconSize, fLargeIconSize);
458 fGroupList.AddItem(group);
526 TTeamGroup* group = new TTeamGroup(teams, flags, strdup(name),
528 group->CacheTeamIcons(fSmallIconSize, fLargeIconSize);
529 fGroupList.AddItem(group);
541 TTeamGroup* group = (TTeamGroup*)fGroupList.ItemAt(index);
542 ASSERT(group);
543 if (strcasecmp(group->Signature(), signature) == 0
544 && !group->TeamList()->HasItem((void*)(addr_t)team)) {
545 group->CacheTeamIcons(fSmallIconSize, fLargeIconSize);
546 group->TeamList()->AddItem((void*)(addr_t)team);
558 TTeamGroup* group = (TTeamGroup*)fGroupList.ItemAt(index);
559 ASSERT(group);
560 if (group->TeamList()->HasItem((void*)(addr_t)team)) {
561 group->TeamList()->RemoveItem((void*)(addr_t)team);
897 // Let's handle the easy case first: There's only 1 team in the group
923 // Now the trickier case. We're trying to Bring to the Front a group
926 // want to bring to the front every window of the group of teams that
944 // this group are visible. So we can't switch to this app.
1004 \brief quit all teams in this group
1015 // if we're in the last slot already (the last usable team group)
1022 // send the quit request to all teams in this group
1040 \brief hide all teams in this group
1075 // the the specified group (groupIndex). Since multiple teams can belong to
1076 // the same group (multiple-launch apps) we get the list of _every_
1153 // to the group. This is the window to activate.
2113 TTeamGroup* group = (TTeamGroup*)groupList->ItemAt(i);
2114 if (rect.Intersects(update) && group != NULL) {
2118 group->Draw(this, rect, !fAutoScrolling && (i == mainIndex));