Searched refs:settings (Results 251 - 275 of 632) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp635 MailDaemonApplication::_InitAccount(BMailAccountSettings& settings) argument
640 if (settings.IsInboundEnabled()) {
641 account.inboundProtocol = _CreateInboundProtocol(settings,
645 DefaultNotifier* notifier = new DefaultNotifier(settings.Name(), true,
652 if (settings.IsOutboundEnabled()) {
653 account.outboundProtocol = _CreateOutboundProtocol(settings,
657 DefaultNotifier* notifier = new DefaultNotifier(settings.Name(), false,
663 printf("account name %s, id %i, in %p, out %p\n", settings.Name(),
664 (int)settings.AccountID(), account.inboundProtocol,
668 fAccounts[settings
692 BMailAccountSettings* settings = accounts.AccountByID(account); local
719 _CreateInboundProtocol(BMailAccountSettings& settings, image_id& image) argument
741 _CreateOutboundProtocol(BMailAccountSettings& settings, image_id& image) argument
[all...]
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp132 BMessage settings; local
133 _LoadSettings(settings);
136 if (settings.FindRect("window frame", &frame) == B_OK) {
170 if (settings.FindBool("show private blocks", &show) == B_OK) {
174 if (settings.FindBool("show contained blocks only", &show) == B_OK) {
183 if (settings.FindString("font family", &family) == B_OK
184 && settings.FindString("font style", &style) == B_OK) {
196 if (settings.FindInt32("font size", &fontSize) == B_OK) {
464 path.Append("CharacterMap settings");
471 CharacterWindow::_LoadSettings(BMessage& settings) argument
[all...]
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp201 struct BPrivate::midi_settings settings; local
202 if (BPrivate::read_midi_settings(&settings) == B_OK)
203 fActiveSoundFont.SetTo(settings.soundfont_file);
212 struct BPrivate::midi_settings settings; local
213 strlcpy(settings.soundfont_file, fActiveSoundFont.String(),
214 sizeof(settings.soundfont_file));
215 BPrivate::write_midi_settings(settings);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp164 WorkspacesWindow(WorkspacesSettings *settings);
222 BMessage settings; local
223 if (settings.Unflatten(&file) == B_OK) {
224 fLoaded = settings.FindRect("window", &fWindowFrame) == B_OK
225 && settings.FindRect("screen", &fScreenFrame) == B_OK;
226 settings.FindBool("auto-raise", &fAutoRaising);
227 settings.FindBool("always on top", &fAlwaysOnTop);
228 if (settings.FindBool("has title", &fHasTitle) != B_OK)
230 if (settings.FindBool("has border", &fHasBorder) != B_OK)
234 // try reading BeOS compatible settings
499 BMessage settings; local
714 WorkspacesWindow(WorkspacesSettings *settings) argument
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp8 // PPPoEAddon saves the loaded settings.
9 // PPPoEView saves the current settings.
97 PPPoEAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) argument
101 fSettings = settings;
107 if(!settings || !profile || isNew)
152 PPPoEAddon::IsModified(bool *settings, bool *profile) const argument
157 *settings = false;
161 *settings = (fInterfaceName != fPPPoEView->InterfaceName()
167 PPPoEAddon::SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) argument
169 if(!fSettings || !settings || !fPPPoEVie
[all...]
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp169 MainWindow::MainWindow(const BMessage& settings) argument
240 if (settings.FindMessage("column settings", &columnSettings) == B_OK)
243 _RestoreModelSettings(settings);
244 _MaybePromptCanShareAnonymousUserData(settings);
251 _RestoreNickname(settings);
253 _RestoreWindowFrame(settings);
265 MainWindow::MainWindow(const BMessage& settings, PackageInfoRef& package) argument
309 // Restore settings
310 _RestoreNickname(settings);
377 BMessage settings; local
669 StoreSettings(BMessage& settings) argument
801 _RestoreNickname(const BMessage& settings) argument
822 _RestoreWindowFrame(const BMessage& settings) argument
855 _RestoreModelSettings(const BMessage& settings) argument
881 _MaybePromptCanShareAnonymousUserData(const BMessage& settings) argument
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp36 \param settings Our settings.
44 driver_parameter *settings, int32 flags,
52 fSettings(settings),
65 const char *sideString = get_parameter_value("side", settings);
41 KPPPProtocol(const char *name, ppp_phase activationPhase, uint16 protocolNumber, ppp_level level, int32 addressFamily, uint32 overhead, KPPPInterface& interface, driver_parameter *settings, int32 flags, const char *type, KPPPOptionHandler *optionHandler) argument
/haiku/src/apps/showimage/
H A DProgressWindow.cpp71 BMessage settings; local
72 GetDecoratorSettings(&settings);
75 if (settings.FindInt32("border width", &borderWidth) != B_OK)
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h98 BNetworkSettings& settings);
128 BNetworkSettings& settings);
150 image_id image, BNetworkSettings& settings);
/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp33 CalcWindow::CalcWindow(BRect frame, BMessage* settings) argument
48 fCalcView = new CalcView(Frame(), baseColor, settings);
62 if (settings->FindRect("window frame", &rect) == B_OK)
136 // for saving settings yet...
/haiku/src/add-ons/input_server/filters/padblocker/
H A DPadBlocker.cpp22 reads Touchpad_settings file in home/config/settings .
97 touchpad_settings settings; local
112 if (settingsFile.Read(&settings, sizeof(touchpad_settings))
114 LOG("failed to load settings\n");
119 LOG("failed to load settings\n");
125 //load settings file
132 _threshold = settings.padblocker_threshold;
/haiku/src/preferences/input/
H A DMouseSettings.cpp21 // The R5 settings file differs from that of Haiku;
46 MouseSettings::MouseSettings(mouse_settings settings, BString name) argument
48 fSettings(settings)
59 // are not specific to each mouse, but are global settings.
122 // Read the settings from the file
178 // Resets the settings to the system defaults
204 // Checks if the settings are different then the system defaults
224 // Reverts to the active settings at program startup
240 // Checks if the settings are different then the original settings
422 mouse_settings* settings; local
523 MouseSettings* settings = GetMouseSettings(mouse_name); local
[all...]
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h84 typedef struct settings { // apsed, see comments in mga.settings struct
95 } settings; typedef in typeref:struct:settings
253 /* apsed: some configuration settings from ~/config/settings/kernel/drivers/mga.settings if exists */
254 settings settings; member in struct:__anon785
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h82 typedef struct settings { // apsed, see comments in nm.settings struct
91 } settings; typedef in typeref:struct:settings
215 /* apsed: some configuration settings from ~/config/settings/kernel/drivers/nm.settings if exists */
216 settings settings; member in struct:__anon799
/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp202 FileAnalyser::SetSettings(AnalyserSettings* settings) argument
204 ASSERT(fName == settings->Name() && fVolume == settings->Volume());
206 fAnalyserSettings = settings;
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.h7 // This BView based object displays the SlideShowSaver settings options
58 uint32 flags, LiveSettings *settings);
62 // releases the settings
79 // the actual settings for the screen saver,
/haiku/src/add-ons/translators/icns/
H A DICNSTranslator.h54 virtual BView *NewConfigView(TranslatorSettings *settings);
/haiku/src/add-ons/translators/ico/
H A DICOTranslator.h50 virtual BView *NewConfigView(TranslatorSettings *settings);
/haiku/src/add-ons/translators/pcx/
H A DPCXTranslator.h48 virtual BView *NewConfigView(TranslatorSettings *settings);
/haiku/src/add-ons/translators/raw/
H A DRAWTranslator.h48 virtual BView *NewConfigView(TranslatorSettings *settings);
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.h24 FileSelectionPage(BMessage* settings,
/haiku/src/apps/sudoku/
H A DSudokuWindow.h31 status_t _LoadSettings(BMessage& settings);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h115 virtual BView* NewConfigView(TranslatorSettings* settings);
136 TranslatorReadView(const char* name, TranslatorSettings* settings);
152 TranslatorWriteView(const char* name, TranslatorSettings* settings);
177 TranslatorView(const char* name, TranslatorSettings* settings);
/haiku/src/apps/activitymonitor/
H A DActivityWindow.h36 status_t _LoadSettings(BMessage& settings);
/haiku/src/servers/app/
H A DDesktopListener.h74 const BMessage& settings) = 0;
76 BMessage& settings) = 0;
132 const BMessage& settings);
134 BMessage& settings);

Completed in 102 milliseconds

<<11121314151617181920>>