Symbol: SetModificationMessage
headers/os/interface/ChannelControl.h
53
virtual void SetModificationMessage(BMessage* message);
headers/os/interface/Slider.h
117
virtual void SetModificationMessage(BMessage* message);
headers/os/interface/TextControl.h
50
virtual void SetModificationMessage(BMessage* message);
headers/private/storage/PartitionParameterEditor.h
25
void SetModificationMessage(BMessage* message);
src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp
124
fNameControl->SetModificationMessage(new BMessage(MSG_NAME_CHANGED));
src/add-ons/disk_systems/btrfs/InitializeParameterEditor.cpp
102
fNameControl->SetModificationMessage(new BMessage(MSG_NAME_CHANGED));
src/add-ons/disk_systems/fat/InitializeParameterEditor.cpp
115
fNameControl->SetModificationMessage(new BMessage(MSG_NAME_CHANGED));
src/add-ons/disk_systems/ntfs/InitializeParameterEditor.cpp
98
fNameControl->SetModificationMessage(new BMessage(MSG_NAME_CHANGED));
src/add-ons/network_settings/dialup/TextRequestDialog.cpp
65
fTextControl->SetModificationMessage(new BMessage(kMsgUpdateControls));
src/add-ons/screen_savers/gravity/ConfigView.cpp
64
fCountSlider->SetModificationMessage(new BMessage(kMsgSize));
src/add-ons/translators/hvif/HVIFView.cpp
61
fRenderSize->SetModificationMessage(
src/apps/activitymonitor/SettingsWindow.cpp
44
SetModificationMessage(new BMessage(*message));
src/apps/bootmanager/DefaultPartitionPage.cpp
203
fTimeoutSlider->SetModificationMessage(new BMessage(kMsgTimeout));
src/apps/charactermap/CharacterWindow.cpp
150
fFilterControl->SetModificationMessage(new BMessage(kMsgFilterChanged));
src/apps/charactermap/CharacterWindow.cpp
60
SetModificationMessage(message);
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigView.cpp
119
fHostInput->SetModificationMessage(
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigView.cpp
121
fPortInput->SetModificationMessage(
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.cpp
307
fStopImageNameInput->SetModificationMessage(
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
821
fFilterField->SetModificationMessage(new BMessage(
src/apps/debugger/user_interface/gui/value/TableCellTextControlEditor.cpp
46
SetModificationMessage(message);
src/apps/deskbar/PreferencesWindow.cpp
95
fAppsIconSizeSlider->SetModificationMessage(new BMessage(kResizeTeamIcons));
src/apps/diskprobe/ProbeView.cpp
521
fPositionSlider->SetModificationMessage(new BMessage(kMsgSliderUpdate));
src/apps/diskprobe/TypeEditors.cpp
856
fScaleSlider->SetModificationMessage(new BMessage(kMsgScaleChanged));
src/apps/drivesetup/AbstractParametersPanel.cpp
195
fEditor->SetModificationMessage(new BMessage(kParameterChanged));
src/apps/drivesetup/CreateParametersPanel.cpp
149
fSizeSlider->SetModificationMessage(new BMessage(MSG_SIZE_SLIDER));
src/apps/drivesetup/CreateParametersPanel.cpp
157
fSizeTextControl->SetModificationMessage(
src/apps/fontdemo/ControlView.cpp
103
fOutlineSlider->SetModificationMessage(new BMessage(OUTLINE_MSG));
src/apps/fontdemo/ControlView.cpp
68
fTextControl->SetModificationMessage(new BMessage(TEXT_CHANGED_MSG));
src/apps/fontdemo/ControlView.cpp
78
fFontsizeSlider->SetModificationMessage(new BMessage(FONTSIZE_MSG));
src/apps/fontdemo/ControlView.cpp
84
fShearSlider->SetModificationMessage(new BMessage(FONTSHEAR_MSG));
src/apps/fontdemo/ControlView.cpp
91
fRotationSlider->SetModificationMessage( new BMessage(ROTATION_MSG));
src/apps/fontdemo/ControlView.cpp
97
fSpacingSlider->SetModificationMessage(new BMessage(SPACING_MSG));
src/apps/haikudepot/ui/FilterView.cpp
43
fSearchTermsText->SetModificationMessage(new BMessage(MSG_SEARCH_TERMS_MODIFIED));
src/apps/haikudepot/ui/UserLoginWindow.cpp
188
fNewNicknameField->SetModificationMessage(new BMessage(MSG_VALIDATE_FIELDS));
src/apps/haikudepot/ui/UserLoginWindow.cpp
189
fNewPasswordField->SetModificationMessage(new BMessage(MSG_VALIDATE_FIELDS));
src/apps/haikudepot/ui/UserLoginWindow.cpp
190
fRepeatPasswordField->SetModificationMessage(new BMessage(MSG_VALIDATE_FIELDS));
src/apps/haikudepot/ui/UserLoginWindow.cpp
191
fEmailField->SetModificationMessage(new BMessage(MSG_VALIDATE_FIELDS));
src/apps/haikudepot/ui/UserLoginWindow.cpp
192
fCaptchaResultField->SetModificationMessage(new BMessage(MSG_VALIDATE_FIELDS));
src/apps/mail/AddressTextControl.cpp
58
void SetModificationMessage(BMessage* message);
src/apps/mail/AddressTextControl.cpp
847
fTextView->SetModificationMessage(message);
src/apps/mail/AddressTextControl.h
30
void SetModificationMessage(BMessage* message);
src/apps/mail/FindWindow.cpp
110
fTextControl->SetModificationMessage(new BMessage(M_FIND_STRING_CHANGED));
src/apps/mail/Header.cpp
361
fToControl->SetModificationMessage(msg);
src/apps/mail/Header.cpp
375
fCcControl->SetModificationMessage(msg);
src/apps/mail/Header.cpp
382
fBccControl->SetModificationMessage(msg);
src/apps/mail/Header.cpp
391
fSubjectControl->SetModificationMessage(msg);
src/apps/mail/LabelWindow.cpp
35
fLabel->SetModificationMessage(new BMessage(kLabel));
src/apps/mediaconverter/MediaConverterWindow.cpp
214
fVideoQualitySlider->SetModificationMessage(
src/apps/mediaconverter/MediaConverterWindow.cpp
224
fAudioQualitySlider->SetModificationMessage(
src/apps/mediaplayer/interface/SeekSlider.cpp
38
SetModificationMessage(message);
src/apps/mediaplayer/interface/VolumeSlider.cpp
31
SetModificationMessage(message);
src/apps/midiplayer/MidiPlayerWindow.cpp
248
fVolumeSlider->SetModificationMessage(new BMessage(MSG_VOLUME));
src/apps/musiccollection/MusicCollectionWindow.cpp
213
fQueryField->SetModificationMessage(new BMessage(kMsgQueryInput));
src/apps/showimage/PrintOptionsWindow.cpp
124
text->SetModificationMessage(new BMessage(what));
src/apps/showimage/PrintOptionsWindow.cpp
231
text->SetModificationMessage(NULL);
src/apps/showimage/PrintOptionsWindow.cpp
233
text->SetModificationMessage(msg);
src/apps/terminal/AppearPrefView.cpp
87
fTabTitle->SetModificationMessage(
src/apps/terminal/AppearPrefView.cpp
96
fWindowTitle->SetModificationMessage(
src/apps/terminal/SetTitleDialog.cpp
82
fTitleTextControl->SetModificationMessage(
src/apps/text_search/GrepWindow.cpp
297
fSearchText->SetModificationMessage(NULL);
src/apps/text_search/GrepWindow.cpp
299
fSearchText->SetModificationMessage(new BMessage(MSG_SEARCH_TEXT));
src/apps/text_search/GrepWindow.cpp
318
fSearchText->SetModificationMessage(NULL);
src/apps/text_search/GrepWindow.cpp
320
fSearchText->SetModificationMessage(new BMessage(MSG_SEARCH_TEXT));
src/apps/text_search/GrepWindow.cpp
641
fSearchText->SetModificationMessage(new BMessage(MSG_SEARCH_TEXT));
src/apps/text_search/GrepWindow.cpp
648
fGlobText->SetModificationMessage(new BMessage(MSG_SEARCH_GLOB_FILTER));
src/apps/text_search/GrepWindow.cpp
843
fSearchText->SetModificationMessage(NULL);
src/apps/text_search/GrepWindow.cpp
844
fGlobText->SetModificationMessage(NULL);
src/apps/text_search/GrepWindow.cpp
919
fSearchText->SetModificationMessage(new BMessage(MSG_SEARCH_TEXT));
src/apps/text_search/GrepWindow.cpp
921
fGlobText->SetModificationMessage(new BMessage(MSG_SEARCH_GLOB_FILTER));
src/apps/webpositive/BrowserWindow.cpp
561
fFindTextControl->SetModificationMessage(new BMessage(FIND_TEXT_CHANGED));
src/apps/webpositive/SettingsWindow.cpp
278
fStartPageControl->SetModificationMessage(
src/apps/webpositive/SettingsWindow.cpp
285
fSearchPageControl->SetModificationMessage(
src/apps/webpositive/SettingsWindow.cpp
294
fDownloadFolderControl->SetModificationMessage(
src/apps/webpositive/SettingsWindow.cpp
511
fProxyAddressControl->SetModificationMessage(
src/apps/webpositive/SettingsWindow.cpp
519
fProxyPortControl->SetModificationMessage(
src/apps/webpositive/SettingsWindow.cpp
532
fProxyUsernameControl->SetModificationMessage(
src/apps/webpositive/SettingsWindow.cpp
540
fProxyPasswordControl->SetModificationMessage(
src/bin/desklink/VolumeWindow.cpp
45
slider->SetModificationMessage(new BMessage(kMsgVolumeUpdate));
src/kits/interface/Slider.cpp
137
SetModificationMessage(message);
src/kits/interface/TextControl.cpp
196
SetModificationMessage(NULL);
src/kits/interface/TextControl.cpp
222
SetModificationMessage(message);
src/kits/media/DefaultMediaTheme.cpp
524
slider->SetModificationMessage(new BMessage(kMsgParameterChanged));
src/kits/media/DefaultMediaTheme.cpp
526
slider->SetModificationMessage(new BMessage(kMsgParameterChanged));
src/kits/media/DefaultMediaTheme.cpp
607
slider->SetModificationMessage(new BMessage(kMsgParameterChanged));
src/libs/print/libprint/JobSetupDlg.cpp
492
fGamma->SetModificationMessage(new BMessage(kMsgQuality));
src/libs/print/libprint/JobSetupDlg.cpp
503
fInkDensity->SetModificationMessage(new BMessage(kMsgQuality));
src/libs/print/libprint/JobSetupDlg.cpp
632
slider->SetModificationMessage(new BMessage(*message));
src/libs/print/libprint/JobSetupDlg.cpp
672
slider->SetModificationMessage(new BMessage(*message));
src/libs/print/libprint/MarginView.cpp
398
fTop->SetModificationMessage(new BMessage(TOP_MARGIN_CHANGED));
src/libs/print/libprint/MarginView.cpp
407
fLeft->SetModificationMessage(new BMessage(LEFT_MARGIN_CHANGED));
src/libs/print/libprint/MarginView.cpp
416
fBottom->SetModificationMessage(new BMessage(BOTTOM_MARGIN_CHANGED));
src/libs/print/libprint/MarginView.cpp
425
fRight->SetModificationMessage(new BMessage(RIGHT_MARGIN_CHANGED));
src/preferences/backgrounds/BackgroundsView.cpp
101
fYPlacementText->SetModificationMessage(new BMessage(kMsgImagePlacement));
src/preferences/backgrounds/BackgroundsView.cpp
98
fXPlacementText->SetModificationMessage(new BMessage(kMsgImagePlacement));
src/preferences/filetypes/ApplicationTypeWindow.cpp
1017
fTypeIconView->SetModificationMessage(NULL);
src/preferences/filetypes/ApplicationTypeWindow.cpp
1019
fTypeIconView->SetModificationMessage(
src/preferences/filetypes/ApplicationTypeWindow.cpp
332
fSignatureControl->SetModificationMessage(
src/preferences/filetypes/ApplicationTypeWindow.cpp
378
fIconView->SetModificationMessage(new BMessage(kMsgIconChanged));
src/preferences/filetypes/ApplicationTypeWindow.cpp
404
fTypeIconView->SetModificationMessage(new BMessage(kMsgTypeIconsChanged));
src/preferences/filetypes/ApplicationTypeWindow.cpp
584
fSignatureControl->SetModificationMessage(NULL);
src/preferences/filetypes/ApplicationTypeWindow.cpp
586
fSignatureControl->SetModificationMessage(
src/preferences/filetypes/ApplicationTypeWindow.cpp
620
fIconView->SetModificationMessage(NULL);
src/preferences/filetypes/ApplicationTypeWindow.cpp
622
fIconView->SetModificationMessage(new BMessage(kMsgIconChanged));
src/preferences/filetypes/ApplicationTypeWindow.cpp
645
fTypeIconView->SetModificationMessage(NULL);
src/preferences/filetypes/ApplicationTypeWindow.cpp
647
fTypeIconView->SetModificationMessage(new BMessage(kMsgTypeIconsChanged));
src/preferences/filetypes/ApplicationTypeWindow.cpp
951
fTypeIconView->SetModificationMessage(NULL);
src/preferences/filetypes/ApplicationTypeWindow.cpp
953
fTypeIconView->SetModificationMessage(
src/preferences/filetypes/AttributeWindow.cpp
103
fAttributeControl->SetModificationMessage(
src/preferences/filetypes/AttributeWindow.cpp
170
fSpecialControl->SetModificationMessage(
src/preferences/filetypes/AttributeWindow.cpp
180
fWidthControl->SetModificationMessage(
src/preferences/filetypes/AttributeWindow.cpp
97
fPublicNameControl->SetModificationMessage(
src/preferences/filetypes/ExtensionWindow.cpp
124
fExtensionControl->SetModificationMessage(
src/preferences/filetypes/IconView.h
112
void SetModificationMessage(BMessage* message);
src/preferences/filetypes/NewFileTypeWindow.cpp
82
fNameControl->SetModificationMessage(new BMessage(kMsgNameUpdated));
src/preferences/network/IPAddressControl.cpp
25
SetModificationMessage(new BMessage(kMsgModified));
src/preferences/printers/AddPrinterDialog.cpp
187
fName->SetModificationMessage(new BMessage(kNameChangedMsg));
src/preferences/screen/RefreshWindow.cpp
51
fRefreshSlider->SetModificationMessage(new BMessage(SLIDER_MODIFICATION_MSG));
src/preferences/screen/ScreenWindow.cpp
240
fBrightnessSlider->SetModificationMessage(
src/preferences/screensaver/ScreenSaverWindow.cpp
224
SetModificationMessage(new BMessage(updateMessage));
src/preferences/time/NetworkTimeView.cpp
471
fServerTextControl->SetModificationMessage(new BMessage(kMsgServerEdited));
src/tests/kits/game/chart/ChartWindow.cpp
1254
slider->SetModificationMessage(new BMessage(STAR_DENSITY_MSG));
src/tests/kits/game/chart/ChartWindow.cpp
1285
slider->SetModificationMessage(new BMessage(REFRESH_RATE_MSG));
src/tests/kits/game/file_game_sound_test/FileSoundWindow.cpp
70
delayControl -> SetModificationMessage(new BMessage(DELAY_MSG));
src/tests/servers/app/playground/ObjectWindow.cpp
319
fPenSizeS->SetModificationMessage(new BMessage(MSG_SET_PEN_SIZE));