Searched refs:PlayPauseButton (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.h12 class PlayPauseButton : public SymbolButton { class in inherits:SymbolButton
14 PlayPauseButton(const char* name,
21 virtual ~PlayPauseButton();
28 // PlayPauseButton
H A DPlayPauseButton.cpp7 #include "PlayPauseButton.h"
18 PlayPauseButton::PlayPauseButton(const char* name, function in class:PlayPauseButton
30 PlayPauseButton::~PlayPauseButton()
38 PlayPauseButton::Draw(BRect updateRect)
123 PlayPauseButton::MinSize()
138 PlayPauseButton::MaxSize()
147 PlayPauseButton::SetPlaying()
154 PlayPauseButton
[all...]
H A DTransportControlGroup.h20 class PlayPauseButton;
117 PlayPauseButton* fPlayPause;
H A DTransportControlGroup.cpp26 #include "PlayPauseButton.h"
128 fPlayPause = new PlayPauseButton(B_EMPTY_STRING,
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp497 PlayPauseButton::PlayPauseButton(BRect frame, const char *name, function in class:PlayPauseButton
504 fState(PlayPauseButton::kStopped),
512 PlayPauseButton::SetStopped()
524 PlayPauseButton::SetPlaying()
541 PlayPauseButton::SetPaused()
556 PlayPauseButton::ModeMask() const
575 PlayPauseButton::BitsForMask(uint32 mask) const
595 PlayPauseButton::StartPressing()
606 PlayPauseButton
[all...]
H A DTransportButton.h109 class PlayPauseButton : public TransportButton { class in inherits:TransportButton
113 PlayPauseButton(BRect frame, const char *name,
H A DRecorderWindow.h83 PlayPauseButton * fPlayButton;
H A DRecorderWindow.cpp301 fPlayButton = new PlayPauseButton(playRect, B_TRANSLATE("Play"),

Completed in 54 milliseconds