PersonList
PersonList& peopleList = static_cast<TMailApp*>(be_app)->People();
PersonList& peopleList = static_cast<TMailApp*>(be_app)->People();
PersonList& peopleList)
AddressPopUpMenu::_AddPeople(BMenu* menu, PersonList& peopleList,
PersonList& peopleList);
void _AddPeople(BMenu* menu, PersonList& peopleList,
PersonList fPeople;
PersonList& People()
PersonList::PersonList(QueryList& query)
PersonList::~PersonList()
PersonList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t node)
PersonList::EntryRemoved(QueryList& source, const node_ref& nodeRef)
class PersonList : public QueryListener, public BLocker {
PersonList(QueryList& query);
~PersonList();