Searched refs:fLoopButton (Results 1 – 2 of 2) sorted by relevance
88 DrawButton * fLoopButton; variable
124 fLoopButton = NULL; in RecorderWindow()332 fLoopButton = new DrawButton(buttonRect, B_TRANSLATE("Loop"), in InitWindow()334 fLoopButton->SetResizingMode(B_FOLLOW_RIGHT | B_FOLLOW_TOP); in InitWindow()335 fLoopButton->SetTarget(this); in InitWindow()336 background->AddChild(fLoopButton); in InitWindow()630 fLooping = fLoopButton->ButtonState(); in MessageReceived()