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

/haiku/src/apps/mediaplayer/
H A DControllerView.cpp12 #include "ControllerView.h"
24 ControllerView::ControllerView(BRect frame, Controller* controller, function in class:ControllerView
36 ControllerView::~ControllerView()
44 ControllerView::AttachedToWindow()
51 ControllerView::Draw(BRect updateRect)
58 ControllerView::MessageReceived(BMessage* message)
82 ControllerView::TogglePlaying()
96 ControllerView
[all...]
H A DControllerView.h22 class ControllerView : public TransportControlGroup { class in inherits:TransportControlGroup
24 ControllerView(BRect frame, Controller* controller,
26 ~ControllerView();
44 // ControllerView
H A DMainWin.h19 #include "ControllerView.h"
135 ControllerView* fControls;
H A DMainWin.cpp333 fControls = new ControllerView(rect, fController, fPlaylist);

Completed in 101 milliseconds