Symbol: PatchView
src/apps/patchbay/PatchView.cpp
147
PatchView::Draw(BRect /* updateRect */)
src/apps/patchbay/PatchView.cpp
186
PatchView::ColumnIconFrameAt(int32 index) const
src/apps/patchbay/PatchView.cpp
198
PatchView::RowIconFrameAt(int32 index) const
src/apps/patchbay/PatchView.cpp
210
PatchView::HandleMidiEvent(BMessage* msg)
src/apps/patchbay/PatchView.cpp
35
PatchView::PatchView(BRect rect)
src/apps/patchbay/PatchView.cpp
354
PatchView::AddProducer(int32 id)
src/apps/patchbay/PatchView.cpp
376
PatchView::AddConsumer(int32 id)
src/apps/patchbay/PatchView.cpp
393
PatchView::RemoveProducer(int32 id)
src/apps/patchbay/PatchView.cpp
422
PatchView::RemoveConsumer(int32 id)
src/apps/patchbay/PatchView.cpp
443
PatchView::UpdateProducerProps(int32 id, const BMessage* props)
src/apps/patchbay/PatchView.cpp
456
PatchView::UpdateConsumerProps(int32 id, const BMessage* props)
src/apps/patchbay/PatchView.cpp
469
PatchView::Connect(int32 prod, int32 cons)
src/apps/patchbay/PatchView.cpp
481
PatchView::Disconnect(int32 prod, int32 cons)
src/apps/patchbay/PatchView.cpp
493
PatchView::CalcRowOrigin(int32 rowIndex) const
src/apps/patchbay/PatchView.cpp
503
PatchView::CalcRowSize() const
src/apps/patchbay/PatchView.cpp
53
PatchView::~PatchView()
src/apps/patchbay/PatchView.cpp
60
PatchView::AttachedToWindow()
src/apps/patchbay/PatchView.cpp
76
PatchView::MessageReceived(BMessage* msg)
src/apps/patchbay/PatchView.cpp
90
PatchView::GetToolTipAt(BPoint point, BToolTip** tip)
src/apps/patchbay/PatchView.h
29
class PatchView : public BView
src/apps/patchbay/PatchView.h
32
PatchView(BRect r);
src/apps/patchbay/PatchView.h
33
~PatchView();
src/apps/patchbay/PatchWin.cpp
26
fPatchView = new PatchView(r);
src/apps/patchbay/PatchWin.h
18
class PatchView;
src/apps/patchbay/PatchWin.h
26
PatchView* fPatchView;