Searched refs:GetValue (Results 1 - 25 of 98) sorted by relevance

1234

/haiku/headers/private/shared/
H A DSettingsMessage.h69 bool GetValue(const char* name,
71 int8 GetValue(const char* name,
73 int16 GetValue(const char* name,
75 uint16 GetValue(const char* name,
77 int32 GetValue(const char* name,
79 uint32 GetValue(const char* name,
81 int64 GetValue(const char* name,
83 uint64 GetValue(const char* name,
85 float GetValue(const char* name,
87 double GetValue(cons
[all...]
/haiku/src/apps/mediaplayer/settings/
H A DSettings.cpp52 settings.autostart = fSettingsMessage.GetValue("autostart", true);
54 = fSettingsMessage.GetValue("closeWhenDonePlayingMovie", false);
56 = fSettingsMessage.GetValue("closeWhenDonePlayingSound", false);
57 settings.loopMovie = fSettingsMessage.GetValue("loopMovie", false);
58 settings.loopSound = fSettingsMessage.GetValue("loopSound", false);
60 settings.useOverlays = fSettingsMessage.GetValue("useOverlays", true);
61 settings.scaleBilinear = fSettingsMessage.GetValue("scaleBilinear", true);
63 = fSettingsMessage.GetValue("scaleFullscreenControls", true);
66 = fSettingsMessage.GetValue("resume",
69 = fSettingsMessage.GetValue("subtitleSiz
[all...]
/haiku/src/kits/debugger/value/value_formatters/
H A DBoolValueFormatter.cpp30 _output.SetTo(value->GetValue() ? "true" : "false");
H A DEnumerationValueFormatter.cpp34 = value->GetType()->ValueFor(value->GetValue())) {
/haiku/headers/private/debugger/model/
H A DExpressionValues.h30 bool GetValue(FunctionID* function,
34 inline bool GetValue(FunctionID* function,
67 ExpressionValues::GetValue(FunctionID* function, Thread* thread, function in class:ExpressionValues
70 return GetValue(function, thread, &expression, _value);
H A DStackFrameValues.h27 bool GetValue(ObjectID* variable,
30 inline bool GetValue(ObjectID* variable,
59 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath& path, function in class:StackFrameValues
62 return GetValue(variable, &path, _value);
/haiku/headers/private/debugger/value/values/
H A DBoolValue.h17 bool GetValue() const function in class:BoolValue
H A DFloatValue.h17 BVariant GetValue() const function in class:FloatValue
H A DStringValue.h17 BString GetValue() const function in class:StringValue
H A DIntegerValue.h23 const BVariant& GetValue() const function in class:IntegerValue
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementWrapper.cpp77 Value* GroupStatement::GetValue() function in class:GroupStatement
83 return GetStatement()->GetValue();
89 Value* value = GetValue();
91 BString* string = value->GetValue();
103 Value* value = GetValue();
H A DStatementList.h31 const char* GetValue(const char* keyword);
H A DValue.h40 BString* GetValue();
H A DStatement.cpp67 Value* Statement::GetValue() function in class:Statement
113 Value* value = GetValue();
122 Value* value = GetValue();
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp275 fSettings->GetValue(kSettingsKeyStartPageURL, kDefaultStartPageURL));
281 BString searchURL = fSettings->GetValue(kSettingsKeySearchPageURL,
291 fSettings->GetValue(kSettingsKeyDownloadPath, kDefaultDownloadPath));
508 fSettings->GetValue(kSettingsKeyProxyAddress, ""));
516 fSettings->GetValue(kSettingsKeyProxyPort, ""));
529 fSettings->GetValue(kSettingsKeyProxyUsername, ""));
538 fSettings->GetValue(kSettingsKeyProxyPassword, ""));
583 fSettings->GetValue(kSettingsKeyStartPageURL,
587 fSettings->GetValue(kSettingsKeySearchPageURL,
591 fSettings->GetValue(kSettingsKeyDownloadPat
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.h58 bool GetValue(BMessage *msgFrom, bool &val) const;
59 bool GetValue(BMessage *msgFrom, int32 &val) const;
60 bool GetValue(BMessage *msgFrom, BString &val) const;
H A DLiveSetting.cpp69 if (GetValue(msgFrom, bVal) == true)
75 if (GetValue(msgFrom, iVal) == true)
81 if (GetValue(msgFrom, str) == true)
149 LiveSetting::GetValue(BMessage *msgFrom, bool &val) const function in class:LiveSetting
166 LiveSetting::GetValue(BMessage *msgFrom, int32 &val) const function in class:LiveSetting
183 LiveSetting::GetValue(BMessage *msgFrom, BString &val) const function in class:LiveSetting
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.h29 virtual void GetValue(BString& string);
H A DColorProperty.h37 virtual void GetValue(BString& string);
/haiku/src/tools/
H A Dset_haiku_revision.cpp449 Type GetValue(Type& value);
493 int16_t ELFObject::GetValue(int16_t& value) function in class:ELFObject
500 uint16_t ELFObject::GetValue(uint16_t& value) function in class:ELFObject
507 int32_t ELFObject::GetValue(int32_t& value) function in class:ELFObject
514 uint32_t ELFObject::GetValue(uint32_t& value) function in class:ELFObject
521 int64_t ELFObject::GetValue(int64_t& value) function in class:ELFObject
528 uint64_t ELFObject::GetValue(uint64_t& value) function in class:ELFObject
556 fELFHeaderSize = GetValue(fileHeader.e_ehsize);
557 fSectionHeaderTableOffset = GetValue(fileHeader.e_shoff);
558 fSectionHeaderSize = GetValue(fileHeade
[all...]
/haiku/src/apps/resedit/
H A DNumberEditors.cpp45 GetData()->SetData(fView->GetValue(), strlen(fView->GetValue()));
/haiku/src/preferences/bluetooth/
H A DBluetoothSettings.cpp76 SetPolicy(fSettingsMessage.GetValue("Policy", (int32)0));
77 SetInquiryTime(fSettingsMessage.GetValue("InquiryTime", (int32)15));
/haiku/src/bin/debug/strace/
H A DContext.h38 const void *GetValue(Parameter *param) const { function in class:Context
44 const void *address = GetValue(param);
/haiku/src/kits/shared/
H A DSettingsMessage.cpp366 SettingsMessage::GetValue(const char* name, bool defaultValue) const function in class:SettingsMessage
376 SettingsMessage::GetValue(const char* name, int8 defaultValue) const function in class:SettingsMessage
386 SettingsMessage::GetValue(const char* name, int16 defaultValue) const function in class:SettingsMessage
396 SettingsMessage::GetValue(const char* name, uint16 defaultValue) const function in class:SettingsMessage
406 SettingsMessage::GetValue(const char* name, int32 defaultValue) const function in class:SettingsMessage
416 SettingsMessage::GetValue(const char* name, uint32 defaultValue) const function in class:SettingsMessage
430 SettingsMessage::GetValue(const char* name, int64 defaultValue) const function in class:SettingsMessage
440 SettingsMessage::GetValue(const char* name, uint64 defaultValue) const function in class:SettingsMessage
450 SettingsMessage::GetValue(const char* name, float defaultValue) const function in class:SettingsMessage
460 SettingsMessage::GetValue(cons function in class:SettingsMessage
470 SettingsMessage::GetValue(const char* name, const BString& defaultValue) const function in class:SettingsMessage
480 SettingsMessage::GetValue(const char* name, const char* defaultValue) const function in class:SettingsMessage
490 SettingsMessage::GetValue(const char *name, BPoint defaultValue) const function in class:SettingsMessage
500 SettingsMessage::GetValue(const char* name, BRect defaultValue) const function in class:SettingsMessage
510 SettingsMessage::GetValue(const char* name, const entry_ref& defaultValue) const function in class:SettingsMessage
520 SettingsMessage::GetValue(const char* name, const BMessage& defaultValue) const function in class:SettingsMessage
530 SettingsMessage::GetValue(const char* name, const BFont& defaultValue) const function in class:SettingsMessage
556 SettingsMessage::GetValue(const char* name, type_code type, ssize_t numBytes, function in class:SettingsMessage
[all...]
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp117 statement->GetValue() != NULL) {
118 Value* value = statement->GetValue();
119 BString* string = value->GetValue();
280 _statement->GetOption()->GetValue() == NULL) {
286 if (_statement->GetValue() != NULL &&
287 _statement->GetValue()->GetValue() == NULL) {

Completed in 126 milliseconds

1234