Searched refs:SetMax (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/libs/linprog/
H A DVariable.h32 void SetMax(double max);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.h47 void SetMax(int32 max);
H A DPopupSlider.h73 virtual void SetMax(int32 max);
H A DPopupSlider.cpp358 // SetMax
360 PopupSlider::SetMax(int32 max) function in class:PopupSlider
363 fSlider->SetMax(max);
366 fSlider->SetMax(max);
H A DSliderView.cpp35 SetMax(Min());
264 // SetMax
266 SliderView::SetMax(int32 max) function in class:SliderView
/haiku/src/apps/networkstatus/
H A DRadioView.h22 void SetMax(int32 max);
H A DRadioView.cpp55 RadioView::SetMax(int32 max) function in class:RadioView
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.h25 audio buffer and call SetMax() once for every buffer. The
62 void SetMax(float max, uint32 channel);
H A DPeakView.cpp82 SetMax(max, i);
295 PeakView::SetMax(float max, uint32 channel) function in class:PeakView
/haiku/src/libs/linprog/
H A DVariable.cpp123 Variable::SetMax(double max) function in class:Variable

Completed in 180 milliseconds