Searched refs:SaveSettings (Results 76 - 100 of 116) sorted by relevance

12345

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp794 TeamWindow::SaveSettings(GuiTeamUiSettings* settings) function in class:TeamWindow
836 if (fImageListView->SaveSettings(archive) != B_OK)
841 if (fImageFunctionsView->SaveSettings(archive) != B_OK)
846 if (fThreadListView->SaveSettings(archive) != B_OK)
851 if (fVariablesView->SaveSettings(archive) != B_OK)
856 if (fRegistersView->SaveSettings(archive) != B_OK)
861 if (fStackTraceView->SaveSettings(archive) != B_OK)
866 if (fBreakpointsView->SaveSettings(archive) != B_OK)
871 if (fConsoleOutputView->SaveSettings(archive) != B_OK)
H A DConsoleOutputView.cpp160 ConsoleOutputView::SaveSettings(BMessage& settings) function in class:ConsoleOutputView
H A DTeamWindow.h74 status_t SaveSettings(
H A DImageListView.cpp255 ImageListView::SaveSettings(BMessage& settings) function in class:ImageListView
H A DThreadListView.cpp309 ThreadListView::SaveSettings(BMessage& settings) function in class:ThreadListView
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp116 status_t SaveSettings(BMessage* archive) function in class:IconView
304 DownloadProgressView::SaveSettings(BMessage* archive) function in class:DownloadProgressView
314 ret = fIconView->SaveSettings(archive);
/haiku/src/servers/print/
H A DPrintServerApp.cpp124 SaveSettings();
572 PrintServerApp::SaveSettings() function in class:PrintServerApp
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp265 GeneralAddon::SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) function in class:GeneralAddon
271 if(!fGeneralView->DeviceAddon() || !fGeneralView->DeviceAddon()->SaveSettings(
H A DIPCPAddon.cpp165 IPCPAddon::SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) function in class:IPCPAddon
/haiku/src/preferences/input/
H A DMouseSettings.cpp376 SaveSettings();
461 MultipleMouseSettings::SaveSettings() function in class:MultipleMouseSettings
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSettings.cpp302 // SaveSettings
317 LiveSettings::SaveSettings() function in class:LiveSettings
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp203 win->SaveSettings();
H A DPoorManWindow.cpp336 SaveSettings();
652 PoorManWindow::SaveSettings() function in class:PoorManWindow
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp232 TrackerSettings().SaveSettings(false);
/haiku/src/apps/deskbar/
H A DBarView.h96 void SaveSettings();
H A DBarWindow.cpp281 TBarWindow::SaveSettings() function in class:TBarWindow
283 fBarView->SaveSettings();
/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp122 fSettings.SaveSettings();
/haiku/src/add-ons/translators/shared/
H A DTranslatorSettings.cpp279 // SaveSettings
294 TranslatorSettings::SaveSettings() function in class:TranslatorSettings
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp600 fSettings->SaveSettings();
672 fSettings->SaveSettings();
682 fSettings->SaveSettings();
692 fSettings->SaveSettings();
/haiku/src/add-ons/translators/webp/
H A DConfigView.cpp217 fSettings->SaveSettings();
/haiku/src/add-ons/translators/avif/
H A DConfigView.cpp248 fSettings->SaveSettings();
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp196 CommandLineUserInterface::SaveSettings(TeamUiSettings*& settings) const function in class:CommandLineUserInterface
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp396 SaveSettings(settings);
545 InspectorWindow::SaveSettings(BMessage& settings) function in class:InspectorWindow
/haiku/src/apps/launchbox/
H A DMainWindow.cpp272 SaveSettings(&settings);
474 MainWindow::SaveSettings(BMessage* message) function in class:MainWindow
/haiku/src/apps/mail/
H A DSettings.cpp166 Settings::SaveSettings() function in class:Settings

Completed in 192 milliseconds

12345