Searched refs:VolumeSlider (Results 1 – 10 of 10) sorted by relevance
/haiku/src/apps/soundrecorder/ |
H A D | VolumeSlider.cpp | 17 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 D | VolumeSlider.h | 15 class VolumeSlider : public BControl 18 VolumeSlider(BRect rect, const char* title, uint32 resizeFlags); 19 ~VolumeSlider();
|
H A D | Jamfile | 17 VolumeSlider.cpp
|
H A D | RecorderWindow.h | 89 VolumeSlider *fVolumeSlider;
|
H A D | RecorderWindow.cpp | 347 fVolumeSlider = new VolumeSlider(buttonRect, "volumeSlider", in InitWindow()
|
/haiku/src/apps/mediaplayer/interface/ |
H A D | VolumeSlider.cpp | 22 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 D | VolumeSlider.h | 15 class VolumeSlider : public BSlider { 17 VolumeSlider(const char* name, 21 virtual ~VolumeSlider();
|
H A D | TransportControlGroup.h | 24 class VolumeSlider; variable 111 VolumeSlider* fVolumeSlider;
|
H A D | TransportControlGroup.cpp | 146 fVolumeSlider = new VolumeSlider("volume slider", in TransportControlGroup()
|
/haiku/src/apps/mediaplayer/ |
H A D | Jamfile | 38 VolumeSlider.cpp
|