Searched refs:TTeamMenu (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/deskbar/
H A DTeamMenu.h49 class TTeamMenu : public BMenu { class in inherits:BMenu
51 TTeamMenu(TBarView* barView = NULL);
H A DTeamMenu.cpp60 TTeamMenu::TTeamMenu(TBarView* barView) function in class:TTeamMenu
70 TTeamMenu::CompareByName(const void* first, const void* second)
82 TTeamMenu::AttachedToWindow()
139 teamList.SortItems(TTeamMenu::CompareByName);
185 TTeamMenu::DetachedFromWindow()
203 TTeamMenu::MessageReceived(BMessage* message)
233 TTeamMenu::MouseDown(BPoint where)
249 TTeamMenu::ItemAtPoint(BPoint point)
H A DBarMenuBar.cpp181 new TTeamMenu(fBarView), fBarView);
H A DExpandoMenuBar.cpp481 fTeamList.SortItems(TTeamMenu::CompareByName);

Completed in 142 milliseconds