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

/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp456 BCheckBox* fMotionCheck; member in class:SettingsView
563 fMotionCheck = new BCheckBox(B_EMPTY_STRING,
565 fMotionCheck->SetValue((int)gMotionBlur);
597 .Add(fMotionCheck, 1, 3)
611 fMotionCheck->SetTarget(this);
635 gMotionBlur = fMotionCheck->Value() > 0;

Completed in 28 milliseconds