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

/haiku/src/apps/patchbay/
H A DPatchWin.h18 class PatchView;
26 PatchView* fPatchView;
H A DPatchWin.cpp18 #include "PatchView.h"
26 fPatchView = new PatchView(r);
H A DPatchView.h0 /* PatchView.h
29 class PatchView : public BView class in inherits:BView
32 PatchView(BRect r);
33 ~PatchView();
H A DPatchView.cpp0 /* PatchView.cpp
14 #include "PatchView.h"
35 PatchView::PatchView(BRect rect) function in class:PatchView
37 BView(rect, "PatchView", B_FOLLOW_ALL, B_WILL_DRAW),
53 PatchView::~PatchView()
60 PatchView::AttachedToWindow()
76 PatchView::MessageReceived(BMessage* msg)
90 PatchView
[all...]

Completed in 43 milliseconds