PatchRow
PatchRow::AddColumn(int32 consumerID)
PatchRow::RemoveColumn(int32 consumerID)
PatchRow::Connect(int32 consumerID)
PatchRow::Disconnect(int32 consumerID)
PatchRow::AttachedToWindow()
PatchRow::MessageReceived(BMessage* msg)
PatchRow::PatchRow(int32 producerID)
PatchRow::~PatchRow()
PatchRow::ID() const
PatchRow::Pulse()
PatchRow::Draw(BRect)
class PatchRow : public BView
PatchRow(int32 producerID);
~PatchRow();
PatchRow* row = new PatchRow(id);
PatchRow* row = *i;
class PatchRow;
typedef list<PatchRow*>::iterator row_itor;
list<PatchRow*> fPatchRows;