Searched refs:QuitMenu (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/processcontroller/
H A DQuitMenu.h15 class QuitMenu : public BMenu { class in inherits:BMenu
17 QuitMenu(const char* title, info_pack* infos, int infosCount);
H A DQuitMenu.cpp7 #include "QuitMenu.h"
38 QuitMenu::QuitMenu(const char* title, info_pack* infos, int infosCount) function in class:QuitMenu
49 QuitMenu::AttachedToWindow()
76 QuitMenu::DetachedFromWindow()
86 QuitMenu::AddTeam(team_id tmid)
123 QuitMenu::MessageReceived(BMessage *msg)
H A DProcessController.cpp41 #include "QuitMenu.h"
788 BMenu* QuitPopup = new QuitMenu(B_TRANSLATE("Quit an application"),

Completed in 39 milliseconds