Searched refs:GetValue (Results 26 - 50 of 99) sorted by path

1234

/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.h50 bool GetValue(uint32 propertyID,
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.cpp138 // GetValue
140 ColorProperty::GetValue(BString& string) function in class:ColorProperty
H A DColorProperty.h37 virtual void GetValue(BString& string);
H A DIconProperty.cpp114 // GetValue
116 IconProperty::GetValue(BString& string) function in class:IconProperty
H A DIconProperty.h40 virtual void GetValue(BString& string);
H A DInt64Property.cpp62 // GetValue
64 Int64Property::GetValue(BString& string) function in class:Int64Property
H A DInt64Property.h29 virtual void GetValue(BString& string);
H A DOptionProperty.cpp151 // GetValue
153 OptionProperty::GetValue(BString& string) function in class:OptionProperty
H A DOptionProperty.h35 virtual void GetValue(BString& string);
/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/apps/resedit/
H A DInternalEditors.h32 const char * GetValue(void) const { return fValueView->Text(); } function in class:StringEditView
H A DMiscEditors.cpp48 GetData()->SetData(fView->GetValue(), strlen(fView->GetValue()));
H A DNumberEditors.cpp45 GetData()->SetData(fView->GetValue(), strlen(fView->GetValue()));
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp216 PrintOptionsWindow::GetValue(BTextControl* text, float* value) function in class:PrintOptionsWindow
250 if (GetValue(fZoomFactor, &value)
257 if (GetValue(fDPI, &value) && fCurrentOptions.DPI() != value) {
263 if (GetValue(fWidth, &value) && fCurrentOptions.Width() != value) {
269 if (GetValue(fHeight, &value) && fCurrentOptions.Height() != value) {
H A DPrintOptionsWindow.h75 bool GetValue(BTextControl* text, float* value);
/haiku/src/apps/tv/
H A DController.cpp172 err = fChannelParam->GetValue(&index, &size, &when);
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp101 void *Hashtable::GetValue(const void *key) function in class:Hashtable
H A DHashtable.h28 void *GetValue(const void *key);
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp69 walker.GetValue());
H A Dlinkcatkeys.cpp137 targetCatImpl->SetRawString(fixedCatKey, walker.GetValue());
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp72 fPrimitiveValue = node->GetValue();
H A DExpressionValues.cpp141 ExpressionValues::GetValue(FunctionID* function, ::Thread* thread, function in class:ExpressionValues
H A DStackFrameValues.cpp131 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath* path, function in class:StackFrameValues
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp288 Value* value = node->GetValue();
1372 Value* value = fValueNode->GetValue();
/haiku/src/kits/debugger/value/value_formatters/
H A DBoolValueFormatter.cpp30 _output.SetTo(value->GetValue() ? "true" : "false");

Completed in 115 milliseconds

1234