Searched refs:SetMessage (Results 1 - 25 of 75) sorted by path

123

/haiku/headers/os/app/
H A DInvoker.h30 virtual status_t SetMessage(BMessage* message);
/haiku/headers/os/storage/
H A DFilePanel.h65 void SetMessage(BMessage* message);
/haiku/headers/private/shared/
H A DPromptWindow.h29 status_t SetMessage(BMessage* message);
/haiku/src/apps/cortex/support/
H A DMultiInvoker.cpp88 void MultiInvoker::SetMessage(BMessage* message) function in class:MultiInvoker
H A DMultiInvoker.h61 virtual void SetMessage(BMessage* message);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp169 fToggleBreakpointButton->SetMessage(new BMessage(MSG_ENABLE_BREAKPOINT));
170 fRemoveBreakpointButton->SetMessage(new BMessage(MSG_CLEAR_BREAKPOINT));
171 fEditBreakpointButton->SetMessage(
234 fToggleBreakpointButton->SetMessage(
238 fToggleBreakpointButton->SetMessage(
H A DConsoleOutputView.cpp205 fClearButton->SetMessage(new BMessage(MSG_CLEAR_OUTPUT));
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSettingsMenu.cpp111 SetMessage(message);
154 SetMessage(message);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellOptionPopUpEditor.cpp38 SetMessage(message);
H A DTableCellTextControlEditor.cpp40 SetMessage(message);
/haiku/src/apps/diskusage/
H A DStatusView.cpp106 fRefreshBtn->SetMessage(new BMessage(kBtnRescan));
114 fRefreshBtn->SetMessage(new BMessage(kBtnCancel));
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp142 ColorPickerPanel::SetMessage(BMessage* message) function in class:ColorPickerPanel
H A DColorPickerPanel.h34 void SetMessage(BMessage* message);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp310 // SetMessage
312 PopupSlider::SetMessage(BMessage* message) function in class:PopupSlider
H A DPopupSlider.h64 void SetMessage(BMessage* message);
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.cpp108 SetMessage(i->Message());
130 // SetMessage
132 IconProperty::SetMessage(const BMessage* message) function in class:IconProperty
H A DIconProperty.h48 void SetMessage(const BMessage* message);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.cpp38 TextView()->SetMessage(new BMessage(MSG_VALUE_CHANGED));
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp434 panel->SetMessage(&panelMessage);
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp151 fWebDirFilePanel->SetMessage(&webDirSelectedMsg);
251 fWebDirFilePanel->SetMessage(&message);
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp24 mode1->SetMessage(new BMessage(PV_NORMAL_MODE));
26 mode2->SetMessage(new BMessage(PV_DESKBAR_MODE));
/haiku/src/apps/resedit/
H A DBitmapView.cpp53 SetMessage(mod);
H A DInlineEditor.cpp79 InlineEditor::SetMessage(BMessage *msg) function in class:InlineEditor
82 fTextBox->SetMessage(msg);
H A DInlineEditor.h23 void SetMessage(BMessage *msg);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp783 fSavePanel->SetMessage(&saveMsg);

Completed in 142 milliseconds

123