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

/haiku/src/apps/haikudepot/ui/
H A DWorkStatusView.cpp36 fProgressBar(new BStatusBar("progress bar")),
44 fProgressLayout->AddView(fProgressBar);
47 fProgressBar->SetMaxValue(1.0f);
48 fProgressBar->SetBarHeight(kStatusBarSize.Height());
49 fProgressBar->SetExplicitSize(kStatusBarSize);
99 fProgressBar->SetTo(value);
H A DWorkStatusView.h34 BStatusBar* fProgressBar; member in class:WorkStatusView
/haiku/src/apps/installer/
H A DInstallerWindow.h74 BStatusBar* fProgressBar; member in class:InstallerWindow
H A DInstallerWindow.cpp247 fProgressBar = new BStatusBar("progress",
249 fProgressBar->SetMaxValue(100.0);
276 packagesGroup->AddChild(fProgressBar);
304 fProgressLayoutItem = layout_item_for(fProgressBar);
398 fProgressBar->SetTo(0.0, NULL, NULL);
478 fProgressBar->SetTo(progress, currentItem,

Completed in 41 milliseconds