Home
last modified time | relevance | path

Searched refs:VolumeSlider (Results 1 – 10 of 10) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DVolumeSlider.cpp17 VolumeSlider::VolumeSlider(BRect rect, const char *title, uint32 resizeFlags) in VolumeSlider() function in VolumeSlider
37 VolumeSlider::~VolumeSlider() in ~VolumeSlider()
44 VolumeSlider::Draw(BRect updateRect) in Draw()
91 VolumeSlider::MouseMoved(BPoint point, uint32 transit, const BMessage *message) in MouseMoved()
114 VolumeSlider::MouseDown(BPoint point) in MouseDown()
126 VolumeSlider::MouseUp(BPoint point) in MouseUp()
142 VolumeSlider::_UpdateVolume(BPoint point) in _UpdateVolume()
154 VolumeSlider::SetSoundPlayer(BSoundPlayer *player) in SetSoundPlayer()
H A DVolumeSlider.h15 class VolumeSlider : public BControl
18 VolumeSlider(BRect rect, const char* title, uint32 resizeFlags);
19 ~VolumeSlider();
H A DJamfile17 VolumeSlider.cpp
H A DRecorderWindow.h89 VolumeSlider *fVolumeSlider;
H A DRecorderWindow.cpp347 fVolumeSlider = new VolumeSlider(buttonRect, "volumeSlider", in InitWindow()
/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp22 VolumeSlider::VolumeSlider(const char* name, int32 minValue, int32 maxValue, in VolumeSlider() function in VolumeSlider
37 VolumeSlider::~VolumeSlider() in ~VolumeSlider()
43 VolumeSlider::MouseMoved(BPoint where, uint32 transit, in MouseMoved()
97 VolumeSlider::ThumbFrame() const in ThumbFrame()
122 VolumeSlider::DrawThumb() in DrawThumb()
215 VolumeSlider::MinSize() in MinSize()
224 VolumeSlider::SetMuted(bool mute) in SetMuted()
244 VolumeSlider::PreferredBarThickness() const in PreferredBarThickness()
255 VolumeSlider::_PointForValue(int32 value) const in _PointForValue()
H A DVolumeSlider.h15 class VolumeSlider : public BSlider {
17 VolumeSlider(const char* name,
21 virtual ~VolumeSlider();
H A DTransportControlGroup.h24 class VolumeSlider; variable
111 VolumeSlider* fVolumeSlider;
H A DTransportControlGroup.cpp146 fVolumeSlider = new VolumeSlider("volume slider", in TransportControlGroup()
/haiku/src/apps/mediaplayer/
H A DJamfile38 VolumeSlider.cpp