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

123

/haiku/src/apps/resedit/
H A DInlineEditor.h23 void SetMessage(BMessage *msg);
H A DInlineEditor.cpp79 InlineEditor::SetMessage(BMessage *msg) function in class:InlineEditor
82 fTextBox->SetMessage(msg);
/haiku/headers/private/shared/
H A DPromptWindow.h29 status_t SetMessage(BMessage* message);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h34 void SetMessage(BMessage* message);
H A DColorPickerPanel.cpp142 ColorPickerPanel::SetMessage(BMessage* message) function in class:ColorPickerPanel
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellOptionPopUpEditor.cpp38 SetMessage(message);
H A DTableCellTextControlEditor.cpp40 SetMessage(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/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(
/haiku/headers/os/app/
H A DInvoker.h30 virtual status_t SetMessage(BMessage* message);
/haiku/src/apps/cortex/support/
H A DMultiInvoker.h61 virtual void SetMessage(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/webpositive/support/
H A DFontSelectionView.h38 void SetMessage(BMessage* message);
/haiku/src/tests/kits/interface/bshelf/Container/
H A DTPreferences.h41 status_t SetMessage(const char *name, const BMessage *message);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.h41 status_t SetMessage(const char *name, const BMessage *message);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp379 fLaunchButton->SetMessage(NULL);
381 fTrackerButton->SetMessage(NULL);
421 fLaunchButton->SetMessage(message);
456 fLaunchButton->SetMessage(NULL);
482 fTrackerButton->SetMessage(message);
486 fTrackerButton->SetMessage(NULL);
492 fTrackerButton->SetMessage(NULL);
/haiku/src/apps/diskusage/
H A DStatusView.cpp106 fRefreshBtn->SetMessage(new BMessage(kBtnRescan));
114 fRefreshBtn->SetMessage(new BMessage(kBtnCancel));
/haiku/src/apps/pulse/
H A DDeskbarPulseView.cpp44 mode1->SetMessage(new BMessage(PV_NORMAL_MODE));
46 mode2->SetMessage(new BMessage(PV_MINI_MODE));
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h64 void SetMessage(BMessage* message);
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp37 printerSelection->SetMessage(new BMessage('prnt'));
/haiku/src/kits/shared/
H A DPromptWindow.cpp91 PromptWindow::SetMessage(BMessage* message) function in class:PromptWindow
/haiku/headers/os/storage/
H A DFilePanel.h65 void SetMessage(BMessage* message);
/haiku/src/kits/app/
H A DInvoker.cpp53 BInvoker::SetMessage(BMessage* message) function in class:BInvoker
/haiku/src/kits/interface/
H A DControl.cpp60 SetMessage(message);
72 SetMessage(message);
80 SetMessage(NULL);
92 SetMessage(new BMessage(message));

Completed in 446 milliseconds

123