Searched refs:ValueChanged (Results 1 - 25 of 41) sorted by last modified time

12

/haiku/src/kits/interface/
H A DSpinner.cpp246 ValueChanged();
H A DAbstractSpinner.cpp1063 BAbstractSpinner::ValueChanged() function in class:BAbstractSpinner
H A DDecimalSpinner.cpp313 ValueChanged();
H A DScrollBar.cpp545 ValueChanged(value);
757 ValueChanged(fValue);
769 BScrollBar::ValueChanged(float newValue) function in class:BScrollBar
771 TRACE("BScrollBar(%s)::ValueChanged(%.1f)\n", Name(), newValue);
/haiku/src/kits/tracker/
H A DPoseView.h843 virtual void ValueChanged(float);
H A DPoseView.cpp10592 TScrollBar::ValueChanged(float value) function in class:TScrollBar
10599 _inherited::ValueChanged(value);
H A DTrackerSettings.cpp376 gTrackerState.fUsedSpaceColor->ValueChanged(ColorToValue(color));
390 gTrackerState.fFreeSpaceColor->ValueChanged(ColorToValue(color));
404 gTrackerState.fWarningSpaceColor->ValueChanged(ColorToValue(color));
554 gTrackerState.fRecentApplicationsCount->ValueChanged(count);
561 gTrackerState.fRecentDocumentsCount->ValueChanged(count);
568 gTrackerState.fRecentFoldersCount->ValueChanged(count);
H A DTitleView.cpp622 ColumnResizeState::ValueChanged(BPoint where) function in class:ColumnResizeState
852 ColumnDragState::ValueChanged(BPoint) function in class:ColumnDragState
H A DSettings.cpp72 StringValueSetting::ValueChanged(const char* newValue) function in class:StringValueSetting
106 ValueChanged(*argv);
126 EnumeratedStringValueSetting::ValueChanged(const char* newValue) function in class:EnumeratedStringValueSetting
143 StringValueSetting::ValueChanged(newValue);
168 ValueChanged(*argv);
192 ScalarValueSetting::ValueChanged(int32 newValue) function in class:ScalarValueSetting
H A DTitleView.h147 virtual bool ValueChanged(BPoint where) = 0;
166 virtual bool ValueChanged(BPoint);
188 virtual bool ValueChanged(BPoint);
H A DSettings.h55 void ValueChanged(const char* newValue);
77 void ValueChanged(const char* newValue);
92 void ValueChanged(int32 newValue);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp493 bool ValueChanged() const function in class:VariablesView::ModelNode
636 node->ValueChanged(), rect, targetView);
/haiku/src/apps/codycam/
H A DCodyCam.cpp848 fServerSetting->ValueChanged(fServerName->Text());
849 fLoginSetting->ValueChanged(fLoginId->Text());
850 fPasswordSetting->ValueChanged(fFtpInfo.passwordText);
851 fDirectorySetting->ValueChanged(fDirectory->Text());
852 fPassiveFtpSetting->ValueChanged(fPassiveFtp->Value());
853 fFilenameSetting->ValueChanged(fFileName->Text());
854 fImageFormatSettings->ValueChanged(fImageFormatMenu->FindMarked()->Label());
855 fCaptureRateSetting->ValueChanged(fCaptureRateMenu->FindMarked()->Label());
856 fUploadClientSetting->ValueChanged(
H A DSettings.cpp46 StringValueSetting::ValueChanged(const char* newValue) function in class:StringValueSetting
86 ValueChanged(*argv);
107 EnumeratedStringValueSetting::ValueChanged(const char* newValue) function in class:EnumeratedStringValueSetting
113 StringValueSetting::ValueChanged(newValue);
127 ValueChanged(*argv);
170 ScalarValueSetting::ValueChanged(int32 newValue) function in class:ScalarValueSetting
H A DSettings.h24 void ValueChanged(const char* newValue);
53 void ValueChanged(const char* newValue);
73 void ValueChanged(int32 newValue);
/haiku/headers/os/interface/
H A DScrollBar.h55 virtual void ValueChanged(float newValue);
/haiku/headers/private/interface/
H A DAbstractSpinner.h61 virtual void ValueChanged();
/haiku/src/apps/glteapot/
H A DResScroll.h18 virtual void ValueChanged(float value);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp153 // ValueChanged
155 InputSlider::ValueChanged(int32 newValue) function in class:InputSlider
157 PopupSlider::ValueChanged(newValue);
H A DInputSlider.h38 virtual void ValueChanged(int32 newValue);
H A DPopupSlider.cpp202 ValueChanged(value);
259 // ValueChanged
261 PopupSlider::ValueChanged(int32 newValue) function in class:PopupSlider
H A DPopupSlider.h59 virtual void ValueChanged(int32 newValue);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp38 virtual void ValueChanged(float value);
60 // ValueChanged
62 InternalScrollBar::ValueChanged(float value) function in class:InternalScrollBar
774 // it is failed to invoke BScrollBar::ValueChanged().
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp247 // ValueChanged
249 PropertyObject::ValueChanged(uint32 propertyID) function in class:PropertyObject
262 ValueChanged(propertyID);
288 ValueChanged(propertyID);
311 ValueChanged(propertyID);
334 ValueChanged(propertyID);
357 ValueChanged(propertyID);
H A DPropertyObject.h45 virtual void ValueChanged(uint32 propertyID);

Completed in 358 milliseconds

12