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

/haiku/src/apps/haikudepot/ui/
H A DWorkStatusView.cpp38 fProgressLayout(new BCardLayout()),
42 fProgressView->SetLayout(fProgressLayout);
43 fProgressLayout->AddView(fBarberPole);
44 fProgressLayout->AddView(fProgressBar);
57 .Add(fProgressLayout, 0.2f)
82 if (fProgressLayout->VisibleIndex() != VIEW_INDEX_BARBER_POLE)
83 fProgressLayout->SetVisibleItem(VIEW_INDEX_BARBER_POLE);
91 fProgressLayout->SetVisibleItem(VIEW_INDEX_BARBER_POLE);
100 if (fProgressLayout->VisibleIndex() != VIEW_INDEX_PROGRESS_BAR)
101 fProgressLayout
[all...]
H A DWorkStatusView.h36 BCardLayout* fProgressLayout; member in class:WorkStatusView

Completed in 24 milliseconds