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

/haiku/src/apps/patchbay/
H A DPatchRow.h0 /* PatchRow.h
26 class PatchRow : public BView class in inherits:BView
29 PatchRow(int32 producerID);
30 ~PatchRow();
H A DPatchRow.cpp0 /* PatchRow.cpp
13 #include "PatchRow.h"
63 PatchRow::PatchRow(int32 producerID) function in class:PatchRow
65 BView(BRect(0, 0, 0, 0), "PatchRow", B_FOLLOW_NONE,
74 PatchRow::~PatchRow()
81 PatchRow::ID() const
88 PatchRow::Pulse()
96 PatchRow
[all...]
H A DPatchView.h24 class PatchRow;
65 typedef list<PatchRow*>::iterator row_itor;
69 list<PatchRow*> fPatchRows;
H A DPatchView.cpp28 #include "PatchRow.h"
360 PatchRow* row = new PatchRow(id);
405 PatchRow* row = *i;

Completed in 32 milliseconds