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

/haiku-fatelf/src/apps/midiplayer/
H A DScopeView.cpp28 #include "ScopeView.h"
36 ScopeView::ScopeView() function in class:ScopeView
55 ScopeView::~ScopeView()
63 void ScopeView::AttachedToWindow()
75 void ScopeView::DetachedFromWindow()
87 void ScopeView::Draw(BRect updateRect)
115 void ScopeView::SetPlaying(bool flag)
122 void ScopeView
[all...]
H A DScopeView.h28 class ScopeView : public BView class in inherits:BView
32 ScopeView();
33 virtual ~ScopeView();
H A DMidiPlayerWindow.h45 class ScopeView;
85 ScopeView* scopeView;
H A DMidiPlayerWindow.cpp35 #include "ScopeView.h"
231 scopeView = new ScopeView;
/haiku-fatelf/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.h24 #include "ScopeView.h"
86 ScopeView *fScopeView;
H A DRecorderWindow.cpp258 fScopeView = new ScopeView(r, B_FOLLOW_LEFT_RIGHT|B_FOLLOW_TOP);

Completed in 47 milliseconds