Searched refs:Value (Results 1 - 25 of 506) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp585 ScalarAttributeText::Value() function in class:ScalarAttributeText
627 return fValue >= compareTo->Value()
628 ? (fValue == compareTo->Value() ? 0 : 1) : -1;
H A DPoseView.cpp1101 fVScrollBar->SetValue(fVScrollBar->Value() - max);
1104 fVScrollBar->SetValue(fVScrollBar->Value() + max);
10085 fVScrollBar->Value() - scrollIncrement);
10112 fVScrollBar->Value() + scrollIncrement);
10139 fHScrollBar->Value() - scrollIncrement);
10166 fHScrollBar->Value() + scrollIncrement);
/haiku/headers/private/file_systems/
H A DQueryParser.h277 uint8* Value() const { return (uint8*)&fValue; } function in class:QueryParser::Equation
648 compare = compareKeys(fType, value, size, Value(), fSize);
869 status = QueryPolicy::IndexIteratorFind(*iterator, Value(), keySize);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp1029 uint32 newColumns = (uint32)fColumnsControl->Value();
1045 uint32 newRows = (uint32)fRowsControl->Value();
/haiku/src/apps/installer/
H A DInstallerWindow.cpp660 fPackagesLayoutItem->SetVisible(fPackagesSwitch->Value());
661 fSizeViewLayoutItem->SetVisible(fPackagesSwitch->Value());
/haiku/src/apps/diskprobe/
H A DProbeView.cpp347 return (off_t(1.0 * (fSize - 1) * Value() / kMaxSliderLimit + 0.5) / fBlockSize) * fBlockSize;
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp67 return _TextFor(Value());
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1372 if (scrollBar->Value() < max)
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeConfig.cpp124 newLabel.SetToFormat(B_TRANSLATE("Grid width: %d"), (int)fGridWidth->Value());
127 newLabel.SetToFormat(B_TRANSLATE("Grid height: %d"), (int)fGridHeight->Value());
130 newLabel.SetToFormat(B_TRANSLATE("Grid border: %d"), (int)fGridBorder->Value());
133 int delay = fGridDelay->Value();
152 m_pglsState->GridWidth() = fGridWidth->Value();
155 m_pglsState->GridHeight() = fGridHeight->Value();
158 m_pglsState->GridBorder() = fGridBorder->Value();
161 m_pglsState->GridDelay() = fGridDelay->Value();
/haiku/src/kits/interface/
H A DSpinner.cpp56 "Value",
64 "Value",
157 SetValue(Value());
166 SetValue(Value() - 1);
173 SetValue(Value() + 1);
183 SetIncrementEnabled(enable && Value() < fMaxValue);
184 SetDecrementEnabled(enable && Value() > fMinValue);
194 SetValue(Value());
202 SetValue(Value());
240 if (value == Value())
[all...]
H A DColumnTypes.cpp510 BIntegerField::Value() function in class:BIntegerField
532 fNumberFormat.Format(string, (int32)((BIntegerField*)field)->Value());
542 return (((BIntegerField*)field1)->Value() - ((BIntegerField*)field2)->Value());
560 double fieldValue = ((BIntegerField*)field)->Value();
H A DHaikuControlLook.cpp84 switch (control->Value()) {
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.h30 typedef L2capEndpoint Value; typedef in struct:L2capEndpointManager::EndpointTreeDefinitionBase
32 AVLTreeNode* GetAVLTreeNode(Value* value) const
37 Value* GetValue(AVLTreeNode* node) const
39 return static_cast<Value*>(node);
43 int Compare(const Key& a, const Value* b) const
48 int Compare(const Value* a, const Value* b) const
54 int Compare(const Key& a, const Value* b) const
59 int Compare(const Value* a, const Value*
[all...]
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp258 return iter->Value();
/haiku/headers/private/kernel/util/
H A DVectorMap.h19 template<typename Key, typename Value,
22 template<typename Key, typename Value, typename GetKey,
33 #define _VECTOR_MAP_TEMPLATE_LIST template<typename Key, typename Value, \
35 #define _VECTOR_MAP_CLASS_NAME VectorMap<Key, Value, EntryStrategy>
36 #define _VECTOR_MAP_CLASS_TYPE typename VectorMap<Key, Value, EntryStrategy>
47 is dereferenced. It features a Key() and a Value() method returning
51 template<typename Key, typename Value,
52 typename EntryStrategy = VectorMapEntryStrategy::Pair<Key, Value> >
61 typedef VectorMapEntry<KeyReference, Value, _Entry, Class>
63 typedef VectorMapEntry<KeyReference, const Value, cons
134 inline _Value &Value() const function in class:VectorMapEntry
[all...]
/haiku/src/preferences/appearance/
H A DAPRView.cpp239 const bool autoSelect = fAutoSelectCheckBox->Value();
309 if (!fAutoSelectCheckBox->Value())
/haiku/headers/private/interface/
H A DColumnTypes.h173 int32 Value();
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1029 item->SetExpanded(fShowLinesCheckbox->Value() == 1);
1158 fModel->fShowLines = (fShowLinesCheckbox->Value() == 1);
/haiku/src/apps/terminal/
H A DTermViewStates.cpp687 float value = fView->fScrollBar->Value();
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp1104 && fConfirmMinimumAgeCheckBox->Value() == 1
1105 && fConfirmUserUsageConditionsCheckBox->Value() == 1) {
H A DRatePackageWindow.cpp346 fRatingDeterminate = fRatingDeterminateCheckBox->Value()
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp308 fSettings.autostart = fAutostartCB->Value() == B_CONTROL_ON;
310 = fCloseWindowMoviesCB->Value() == B_CONTROL_ON;
312 = fCloseWindowSoundsCB->Value() == B_CONTROL_ON;
313 fSettings.loopMovie = fLoopMoviesCB->Value() == B_CONTROL_ON;
314 fSettings.loopSound = fLoopSoundsCB->Value() == B_CONTROL_ON;
316 fSettings.useOverlays = fUseOverlaysCB->Value() == B_CONTROL_ON;
317 fSettings.scaleBilinear = fScaleBilinearCB->Value() == B_CONTROL_ON;
319 = fScaleFullscreenControlsCB->Value() == B_CONTROL_ON;
321 fSettings.resume = fResumeOP->Value();
322 fSettings.subtitleSize = fSubtitleSizeOP->Value();
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp593 if (it->Value() == value) {
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp94 switch (control->Value()) {
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp290 f24HourRadioButton->Value() == B_CONTROL_ON);
304 fUseLanguageStringsCheckBox->Value() ? true : false);
368 || (fFilesystemTranslationCheckbox->Value() != fInitialTranslateNames);

Completed in 239 milliseconds

1234567891011>>