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

1234

/haiku/src/tests/add-ons/print/ppd/model/
H A DStatement.h52 Value* GetValue();
H A DStatementWrapper.h32 Value* GetValue();
H A DStatementList.cpp60 const char* StatementList::GetValue(const char* keyword) function in class:StatementList
H A DValue.cpp41 BString* Value::GetValue() function in class:Value
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellBoolEditor.cpp39 return SelectOptionFor(initialValue->GetValue());
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.cpp62 // GetValue
64 Int64Property::GetValue(BString& string) function in class:Int64Property
H A DIconProperty.h40 virtual void GetValue(BString& string);
H A DOptionProperty.h35 virtual void GetValue(BString& string);
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.h28 void *GetValue(const void *key);
/haiku/src/system/kernel/vm/
H A DVMUserArea.h39 Value* GetValue(AVLTreeNode* node) const function in struct:VMUserAreaTreeDefinition
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.h39 virtual void GetValue(BString& string) = 0;
79 virtual void GetValue(BString& string);
122 virtual void GetValue(BString& string);
163 virtual void GetValue(BString& string);
198 virtual void GetValue(BString& string);
233 virtual void GetValue(BString& string);
H A DPropertyObject.h50 bool GetValue(uint32 propertyID,
/haiku/headers/private/kernel/util/
H A DVectorMap.h136 return fParent->fEntryStrategy.GetValue(*fEntry);
339 return fEntryStrategy.GetValue(fElements[0]);
340 return fEntryStrategy.GetValue(fElements[index]);
359 return fEntryStrategy.GetValue(fElements[0]);
360 return fEntryStrategy.GetValue(fElements[index]);
700 inline const Value &GetValue(const Entry &entry) const function in class:VectorMapEntryStrategy::Pair
705 inline Value &GetValue(Entry &entry) const function in class:VectorMapEntryStrategy::Pair
741 inline const Value &GetValue(const Entry &entry) const function in class:VectorMapEntryStrategy::ImplicitKey
746 inline Value &GetValue(Entry &entry) const function in class:VectorMapEntryStrategy::ImplicitKey
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSettings.cpp414 GetValue<bool>(name, bPrevVal);
425 GetValue<int32>(name, iPrevVal);
441 GetValue<BString>(name, str);
467 LiveSettings::GetValue(const char *name, T &val) function in class:LiveSettings
474 bResult = def->GetValue(&fSettingsMsg, val);
H A DLiveSettings.h86 bool GetValue(const char *name, T &val);
/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) {
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp125 s = ppd->GetValue("ModelName");
129 s = ppd->GetValue("PCFileName");
133 s = ppd->GetValue("Manufacturer");
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DEnumerationValueHandler.cpp108 if (value != NULL && value->GetType()->ValueFor(value->GetValue()) != NULL)
135 && value->GetType()->ValueFor(value->GetValue()) != NULL) {
153 && value->GetType()->ValueFor(value->GetValue()) != NULL) {
/haiku/src/bin/
H A Dsetvolume.cpp26 muteParameter->GetValue(&muted, &size, &lastChange);
106 gain->GetValue(&volume, &size, &when);
152 gain->GetValue(&volume, &size, &when);
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp89 BString* value = arg->GetValue();
133 PrintValue("Default", statement->GetValue(), level);
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp106 BMessage cookieArchive = fCookies->GetValue("cookies", cookieArchive);
213 fLastWindowFrame = fSettings->GetValue("window frame", fLastWindowFrame);
215 BRect downloadWindowFrame = fSettings->GetValue("downloads window frame",
217 BRect settingsWindowFrame = fSettings->GetValue("settings window frame",
219 BRect consoleWindowFrame = fSettings->GetValue("console window frame",
221 BRect cookieWindowFrame = fSettings->GetValue("cookie window frame",
223 bool showDownloads = fSettings->GetValue("show downloads", false);
260 uint32 fStartUpPolicy = fSettings->GetValue(kSettingsKeyStartUpPolicy,
/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp37 BVariant variantValue = value->GetValue();
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp69 walker.GetValue());
/haiku/src/apps/icon-o-matic/document/
H A DIconObject.cpp108 if (object->GetValue(PROPERTY_NAME, name))
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.h37 Value* GetValue(AVLTreeNode* node) const function in struct:L2capEndpointManager::EndpointTreeDefinitionBase

Completed in 92 milliseconds

1234