Searched refs:fCountView (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/kits/tracker/
H A DPoseView.h751 BCountView* fCountView; member in class:BPrivate::BPoseView
959 return fCountView;
H A DPoseView.cpp249 fCountView(NULL),
348 fCountView = new BCountView(this);
2174 if (fCountView != NULL)
2175 fCountView->CheckCount();
2612 fCountView->SetTypeAhead("");
6775 fCountView->RemoveFilterCharacter();
6788 fCountView->SetTypeAhead(sMatchString.String());
6825 fCountView->AddFilterCharacter("|");
6830 fCountView->AddFilterCharacter(bytes);
6862 fCountView
[all...]
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp39 fCountView(countView),
62 fCountView->SetText(count);
153 fCountView->SetText("Count: 0");
192 BStringView* fCountView; member in class:ListViewListener
215 fCountView = new BStringView("Count View", "Count:");
227 .AddToRight(fCountView, layout->Right())
241 fCountView);
H A DMusicCollectionWindow.h34 BStringView* fCountView; member in class:MusicCollectionWindow
/haiku/src/apps/diskusage/
H A DStatusView.cpp53 fCountView = new BStringView(NULL, kEmptyStr);
55 fCountView->GetPreferredSize(&width, &height);
56 fCountView->SetExplicitMinSize(BSize(StringWidth(testLabel),
58 fCountView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, height));
85 .Add(fCountView)
129 fCountView->SetText(kEmptyStr);
138 fCountView->SetText(kEmptyStr);
159 fCountView->SetText(label);
161 fCountView->SetText(kEmptyStr);
H A DStatusView.h33 BStringView* fCountView; member in class:StatusView

Completed in 57 milliseconds