Searched refs:TransportButton (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp16 #include "TransportButton.h"
23 // bitmaps that the TransportButton needs when rendering itself.
28 BitmapStash(TransportButton *);
33 TransportButton *owner;
38 BitmapStash::BitmapStash(TransportButton *owner)
151 TransportButton *target);
159 TransportButton *target;
164 uint32 shortcutModifier, TransportButton *target)
208 TransportButton::TransportButton(BRec function in class:TransportButton
[all...]
H A DTransportButton.h20 // TransportButton must be installed into a window with B_ASYNCHRONOUS_CONTROLS on
23 class TransportButton : public BControl { class in inherits:BControl
26 TransportButton(BRect frame, const char *name,
39 virtual ~TransportButton();
109 class PlayPauseButton : public TransportButton {
157 typedef TransportButton _inherited;
161 class RecordButton : public TransportButton {
209 typedef TransportButton _inherited;
H A DRecorderWindow.h27 #include "TransportButton.h"
84 TransportButton * fStopButton;
85 TransportButton * fRewindButton;
86 TransportButton * fForwardButton;
87 TransportButton * fSaveButton;
H A DRecorderWindow.cpp285 fRewindButton = new TransportButton(buttonRect, B_TRANSLATE("Rewind"),
293 fStopButton = new TransportButton(buttonRect, B_TRANSLATE("Stop"),
308 fForwardButton = new TransportButton(buttonRect, B_TRANSLATE("Forward"),
323 fSaveButton = new TransportButton(buttonRect, B_TRANSLATE("Save"),

Completed in 87 milliseconds