Home
last modified time | relevance | path

Searched refs:fSpeedS (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp97 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()
H A DIFSSaver.h45 BSlider* fSpeedS; variable