Symbol: AddAction
headers/private/shared/ToolBar.h
24
void AddAction(uint32 command, BHandler* target,
headers/private/shared/ToolBar.h
29
void AddAction(BMessage* message, BHandler* target,
src/apps/haikudepot/ui/ScreenshotWindow.cpp
58
fToolBar->AddAction(MSG_PREVIOUS_SCREENSHOT, this,
src/apps/haikudepot/ui/ScreenshotWindow.cpp
60
fToolBar->AddAction(MSG_NEXT_SCREENSHOT, this, SharedIcons::IconArrowRight22Scaled()->Bitmap(),
src/apps/mail/MailWindow.cpp
664
fToolBar->AddAction(M_NEW, this, _RetrieveVectorIcon(11), NULL,
src/apps/mail/MailWindow.cpp
669
fToolBar->AddAction(M_SEND_NOW, this, _RetrieveVectorIcon(1), NULL,
src/apps/mail/MailWindow.cpp
672
fToolBar->AddAction(M_SEND_NOW, this, _RetrieveVectorIcon(1), NULL,
src/apps/mail/MailWindow.cpp
675
fToolBar->AddAction(M_SIG_MENU, this, _RetrieveVectorIcon(2), NULL,
src/apps/mail/MailWindow.cpp
677
fToolBar->AddAction(M_SAVE_AS_DRAFT, this, _RetrieveVectorIcon(3), NULL,
src/apps/mail/MailWindow.cpp
680
fToolBar->AddAction(M_PRINT, this, _RetrieveVectorIcon(5), NULL,
src/apps/mail/MailWindow.cpp
683
fToolBar->AddAction(M_DELETE, this, _RetrieveVectorIcon(4), NULL,
src/apps/mail/MailWindow.cpp
686
fToolBar->AddAction(M_REPLY, this, _RetrieveVectorIcon(8), NULL,
src/apps/mail/MailWindow.cpp
688
fToolBar->AddAction(M_FORWARD, this, _RetrieveVectorIcon(9), NULL,
src/apps/mail/MailWindow.cpp
690
fToolBar->AddAction(M_PRINT, this, _RetrieveVectorIcon(5), NULL,
src/apps/mail/MailWindow.cpp
692
fToolBar->AddAction(M_DELETE_NEXT, this, _RetrieveVectorIcon(4), NULL,
src/apps/mail/MailWindow.cpp
695
fToolBar->AddAction(M_SPAM_BUTTON, this, _RetrieveVectorIcon(10),
src/apps/mail/MailWindow.cpp
699
fToolBar->AddAction(M_NEXTMSG, this, _RetrieveVectorIcon(6), NULL,
src/apps/mail/MailWindow.cpp
701
fToolBar->AddAction(M_UNREAD, this, _RetrieveVectorIcon(12), NULL,
src/apps/mail/MailWindow.cpp
704
fToolBar->AddAction(M_READ, this, _RetrieveVectorIcon(13), NULL,
src/apps/mail/MailWindow.cpp
707
fToolBar->AddAction(M_PREVMSG, this, _RetrieveVectorIcon(7), NULL,
src/apps/showimage/ShowImageWindow.cpp
168
fToolBar->AddAction(MSG_FILE_PREV, this,
src/apps/showimage/ShowImageWindow.cpp
170
fToolBar->AddAction(MSG_FILE_NEXT, this, tool_bar_icon(kIconGoNext),
src/apps/showimage/ShowImageWindow.cpp
174
fToolBar->AddAction(fullScreenSlideShow, this,
src/apps/showimage/ShowImageWindow.cpp
177
fToolBar->AddAction(MSG_SELECTION_MODE, this,
src/apps/showimage/ShowImageWindow.cpp
181
fToolBar->AddAction(kMsgOriginalSize, this,
src/apps/showimage/ShowImageWindow.cpp
184
fToolBar->AddAction(kMsgFitToWindow, this,
src/apps/showimage/ShowImageWindow.cpp
186
fToolBar->AddAction(MSG_ZOOM_IN, this, tool_bar_icon(kIconZoomIn),
src/apps/showimage/ShowImageWindow.cpp
188
fToolBar->AddAction(MSG_ZOOM_OUT, this, tool_bar_icon(kIconZoomOut),
src/apps/showimage/ShowImageWindow.cpp
191
fToolBar->AddAction(MSG_PAGE_PREV, this, tool_bar_icon(kIconPagePrevious),
src/apps/showimage/ShowImageWindow.cpp
193
fToolBar->AddAction(MSG_PAGE_NEXT, this, tool_bar_icon(kIconPageNext),
src/apps/showimage/ShowImageWindow.cpp
196
fToolBar->AddAction(MSG_FULL_SCREEN, this,
src/kits/shared/ToolBar.cpp
122
AddAction(new BMessage(command), target, icon, toolTipText, text, lockable);
src/kits/tracker/Navigator.cpp
101
AddAction(kNavigatorCommandForward, this, bmpForw);
src/kits/tracker/Navigator.cpp
107
AddAction(kNavigatorCommandUp, this, bmpUp);
src/kits/tracker/Navigator.cpp
95
AddAction(kNavigatorCommandBackward, this, bmpBack);