PatchView
PatchView::Draw(BRect /* updateRect */)
PatchView::ColumnIconFrameAt(int32 index) const
PatchView::RowIconFrameAt(int32 index) const
PatchView::HandleMidiEvent(BMessage* msg)
PatchView::PatchView(BRect rect)
PatchView::AddProducer(int32 id)
PatchView::AddConsumer(int32 id)
PatchView::RemoveProducer(int32 id)
PatchView::RemoveConsumer(int32 id)
PatchView::UpdateProducerProps(int32 id, const BMessage* props)
PatchView::UpdateConsumerProps(int32 id, const BMessage* props)
PatchView::Connect(int32 prod, int32 cons)
PatchView::Disconnect(int32 prod, int32 cons)
PatchView::CalcRowOrigin(int32 rowIndex) const
PatchView::CalcRowSize() const
PatchView::~PatchView()
PatchView::AttachedToWindow()
PatchView::MessageReceived(BMessage* msg)
PatchView::GetToolTipAt(BPoint point, BToolTip** tip)
class PatchView : public BView
PatchView(BRect r);
~PatchView();
fPatchView = new PatchView(r);
class PatchView;
PatchView* fPatchView;