Searched refs:settings (Results 226 - 250 of 632) sorted by relevance

1234567891011>>

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.h32 void LoadSettings(const BMessage& settings);
33 status_t SaveSettings(BMessage& settings);
H A DThreadListView.h36 void LoadSettings(const BMessage& settings);
37 status_t SaveSettings(BMessage& settings);
H A DBreakpointListView.h65 void LoadSettings(const BMessage& settings);
66 status_t SaveSettings(BMessage& settings);
H A DImageFunctionsView.h38 void LoadSettings(const BMessage& settings);
39 status_t SaveSettings(BMessage& settings);
H A DBreakpointsView.h40 void LoadSettings(const BMessage& settings);
41 status_t SaveSettings(BMessage& settings);
H A DStackTraceView.cpp185 StackTraceView::LoadSettings(const BMessage& settings) argument
188 if (settings.FindMessage("framesTable", &tableSettings) == B_OK) {
196 StackTraceView::SaveSettings(BMessage& settings) argument
198 settings.MakeEmpty();
204 result = settings.AddMessage("framesTable", &tableSettings);
/haiku/src/apps/expander/
H A DExpanderApp.cpp19 BMessage settings(fSettings.Message());
20 fWindow = new ExpanderWindow(windowFrame, NULL, &settings);
/haiku/3rdparty/mmu_man/scripts/
H A Didentify_repo.sh18 for r in /system/settings/package-repositories/*; do
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPManager.h34 ppp_interface_id CreateInterface(const driver_settings *settings) const;
45 ppp_interface_id InterfaceWithSettings(const driver_settings *settings) const;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCPExtension.cpp23 \param settings Settings for this extension.
26 KPPPInterface& interface, driver_parameter *settings)
29 fSettings(settings),
25 KPPPLCPExtension(const char *name, uint8 code, KPPPInterface& interface, driver_parameter *settings) argument
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DIntegerValueHandler.h33 Settings* settings,
36 Settings* settings, SettingsMenu*& _menu);
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.h34 virtual status_t LoadSettings(const TeamUiSettings* settings);
35 virtual status_t SaveSettings(TeamUiSettings*& settings) const;
/haiku/src/add-ons/network_settings/dialup/
H A DMessageDriverSettingsUtils.cpp93 driver_settings *settings = new_driver_settings(); local
95 if(!AddParameters(message, settings)) {
96 free_driver_settings(settings);
100 return settings;
139 const driver_settings *settings = get_driver_settings(handle); local
140 if(!settings) {
145 for(int32 index = 0; index < settings->parameter_count; index++) {
147 AddParameter(&settings->parameters[index], &parameter);
H A DDialUpView.h38 bool SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary);
52 void IsModified(bool *settings, bool *profile);
H A DDialUpView.cpp80 "current settings will be deleted.";
81 static const char *kErrorSavingFailed = "Error: Failed saving interface settings!";
146 // reset, otherwise SelectInterface will not load the settings
216 BDirectory settings, profile; local
217 GetPPPDirectories(&settings, &profile);
219 settings.FindEntry(fCurrentItem->Label(), &entry);
321 // TODO: check if settings are valid
328 DialUpView::IsModified(bool *settings, bool *profile) argument
330 *settings = *profile = false;
342 *settings
350 SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) argument
420 BMessage settings, profile; local
[all...]
/haiku/src/kits/debugger/files/
H A DFileManager.h56 settings);
58 settings);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h30 DefaultDecorator(DesktopSettings& settings,
38 virtual void UpdateColors(DesktopSettings& settings);
H A DTabDecorator.h30 TabDecorator(DesktopSettings& settings,
76 virtual void UpdateColors(DesktopSettings& settings);
108 virtual bool _SetSettings(const BMessage& settings,
111 virtual bool _AddTab(DesktopSettings& settings,
125 virtual void _UpdateFont(DesktopSettings& settings);
/haiku/src/preferences/time/
H A DTime.cpp106 Settings settings;
109 if (update_time(settings, &errorString, &errorCode) == B_OK) {
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.h74 struct settings { struct in class:MixerSettings
85 volatile settings fSettings;
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp233 BMessage settings; local
234 _LoadSettings(settings);
237 if (settings.FindRect("teams window frame", &frame) == B_OK) {
320 path.Append("Debugger settings");
327 TeamsWindow::_LoadSettings(BMessage& settings) argument
334 return settings.Unflatten(&file);
348 BMessage settings('hdbg');
349 status = settings.AddRect("teams window frame", Frame());
354 status = settings.Flatten(&file);
/haiku/src/add-ons/translators/icns/
H A DConfigView.cpp20 ConfigView::ConfigView(TranslatorSettings *settings) argument
23 fSettings = settings;
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.h40 virtual status_t LoadSettings(const TeamUiSettings* settings);
41 virtual status_t SaveSettings(TeamUiSettings*& settings) const;
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.h38 virtual status_t LoadSettings(const TeamUiSettings* settings);
39 virtual status_t SaveSettings(TeamUiSettings*& settings) const;
/haiku/src/add-ons/accelerants/nvidia/
H A DGetAccelerantHook.c31 {if(!si->settings.dma_acc) return (void *)x##_PIO; else return (void *)x##_DMA;} \
34 if(!si->settings.dma_acc) return (void *)x##_PIO; else return (void *)x##_DMA
37 #define HRDC(x) case B_##x: return si->settings.hardcursor? (void *)x: (void *)0; // apsed
222 if (!si->settings.dma_acc || (si->dm.space == B_CMAP8))
235 if (si->acc_mode && !si->settings.block_acc)

Completed in 109 milliseconds

1234567891011>>