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

/haiku/src/apps/midiplayer/
H A DScopeView.h30 class ScopeView : public BView { class in inherits:BView
32 ScopeView();
33 virtual ~ScopeView();
75 ScopeView::SetPlaying(bool playing)
82 ScopeView::SetEnabled(bool enabled)
89 ScopeView::SetHaveFile(bool haveFile)
96 ScopeView::SetLoading(bool loading)
103 ScopeView::SetLiveInput(bool liveInput)
H A DScopeView.cpp25 #include "ScopeView.h"
37 // #pragma mark - ScopeView
40 ScopeView::ScopeView() function in class:ScopeView
57 ScopeView::~ScopeView()
64 void ScopeView::AttachedToWindow()
77 ScopeView::DetachedFromWindow()
88 ScopeView::Draw(BRect updateRect)
106 ScopeView
[all...]
H A DMidiPlayerWindow.h49 class ScopeView;
86 ScopeView* fScopeView;
H A DMidiPlayerWindow.cpp37 #include "ScopeView.h"
235 fScopeView = new ScopeView();
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp16 #include "ScopeView.h"
27 ScopeView::ScopeView(BRect rect, uint32 resizeFlags) function in class:ScopeView
43 ScopeView::~ScopeView()
50 ScopeView::AttachedToWindow()
59 ScopeView::DetachedFromWindow()
66 ScopeView::Draw(BRect updateRect)
88 ScopeView::Run()
99 ScopeView
[all...]
H A DScopeView.h16 class ScopeView : public BView class in inherits:BView
19 ScopeView(BRect rect, uint32 resizeFlags);
20 ~ScopeView();
H A DRecorderWindow.h25 #include "ScopeView.h"
81 ScopeView *fScopeView;
H A DRecorderWindow.cpp268 fScopeView = new ScopeView(r, B_FOLLOW_LEFT_RIGHT|B_FOLLOW_TOP);

Completed in 115 milliseconds