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

/haiku/src/apps/patchbay/
H A DPatchRow.cpp34 // PatchCheckBox is the check box that describes a connection
36 class PatchCheckBox : public BCheckBox class in inherits:BCheckBox
39 PatchCheckBox(BRect r, int32 producerID, int32 consumerID) function in class:PatchCheckBox
113 PatchCheckBox* box = new PatchCheckBox(rect, fProducerID, consumerID);
124 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
129 box = dynamic_cast<PatchCheckBox*>(ChildAt(i++));
144 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildA
[all...]

Completed in 48 milliseconds