Searched refs:GroupList (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/mail/
H A DPeople.cpp146 // #pragma mark - GroupList
149 GroupList::GroupList(QueryList& query) function in class:GroupList
157 GroupList::~GroupList()
164 GroupList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t _node)
192 GroupList::EntryRemoved(QueryList& source, const node_ref& nodeRef)
H A DPeople.h69 class GroupList : public QueryListener, public BLocker { class in inherits:QueryListener,BLocker
71 GroupList(QueryList& query);
72 ~GroupList();
H A DMailApp.h101 GroupList& PeopleGroups()
146 GroupList fPeopleGroups;
H A DAddressTextControl.cpp495 GroupList& groupList = static_cast<TMailApp*>(be_app)->PeopleGroups();
/haiku/src/apps/deskbar/
H A DSwitcher.h65 BList* GroupList();
H A DSwitcher.cpp1213 TSwitchManager::GroupList() function in class:TSwitchManager
1296 newIndex = fManager->GroupList()->CountItems() - 1;
1459 int32 maxIndex = fManager->GroupList()->CountItems() - 1;
1993 BList* groupList = fManager->GroupList();
2062 if (slot < 0 || slot >= fManager->GroupList()->CountItems())
2105 BList* groupList = fManager->GroupList();
2251 = (TTeamGroup*)fManager->GroupList()->ItemAt(groupIndex);
2286 = (TTeamGroup*)fManager->GroupList()->ItemAt(groupIndex);

Completed in 115 milliseconds