Searched refs:fSpeedS (Results 1 – 2 of 2) sorted by relevance
97 fSpeedS = new BSlider(frame, "speed setting", in StartConfig()101 fSpeedS->SetValue(fSpeed); in StartConfig()102 fSpeedS->SetHashMarks(B_HASH_MARKS_BOTTOM); in StartConfig()103 fSpeedS->SetHashMarkCount(12); in StartConfig()105 fSpeedS->ResizeToPreferred(); in StartConfig()106 bounds.bottom -= fSpeedS->Bounds().Height() + 15.0f; in StartConfig()107 fSpeedS->MoveTo(bounds.LeftBottom()); in StartConfig()109 view->AddChild(fSpeedS); in StartConfig()139 fSpeedS->SetTarget(this); in StartConfig()258 fSpeed = fSpeedS->Value(); in MessageReceived()
45 BSlider* fSpeedS; variable