Symbol: fActionMenu
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
117
fActionMenu = new BPopUpMenu(B_TRANSLATE("<Choose action>"));
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
133
fActionMenu->AddItem(new BMenuItem(kActions[i].label, message));
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
137
fActionMenu);
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
139
BMenuItem* item = fActionMenu->ItemAt(fAction);
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
167
int32 action = fActionMenu->IndexOf(fActionMenu->FindMarked());
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
199
fActionMenu->SetTargetForItems(this);
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
55
BPopUpMenu* fActionMenu;
src/apps/text_search/GrepWindow.cpp
118
fActionMenu(NULL),
src/apps/text_search/GrepWindow.cpp
506
fActionMenu = new BMenu(B_TRANSLATE("Actions"));
src/apps/text_search/GrepWindow.cpp
582
fActionMenu->AddItem(fSearch);
src/apps/text_search/GrepWindow.cpp
583
fActionMenu->AddSeparatorItem();
src/apps/text_search/GrepWindow.cpp
584
fActionMenu->AddItem(fSelectAll);
src/apps/text_search/GrepWindow.cpp
585
fActionMenu->AddItem(fTrimSelection);
src/apps/text_search/GrepWindow.cpp
586
fActionMenu->AddSeparatorItem();
src/apps/text_search/GrepWindow.cpp
587
fActionMenu->AddItem(fOpenSelection);
src/apps/text_search/GrepWindow.cpp
588
fActionMenu->AddItem(fSelectInTracker);
src/apps/text_search/GrepWindow.cpp
589
fActionMenu->AddItem(fCopyText);
src/apps/text_search/GrepWindow.cpp
610
fMenuBar->AddItem(fActionMenu);
src/apps/text_search/GrepWindow.cpp
848
fActionMenu->SetEnabled(false);
src/apps/text_search/GrepWindow.cpp
905
fActionMenu->SetEnabled(true);
src/apps/text_search/GrepWindow.h
99
BMenu* fActionMenu;