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

/haiku/src/apps/diskusage/
H A DStatusView.cpp60 fPathView = new BStringView(NULL, kEmptyStr);
61 fPathView->GetPreferredSize(&width, &height);
62 fPathView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, height));
82 .Add(fPathView)
127 fPathView->SetText(kEmptyStr);
136 fPathView->SetText(B_TRANSLATE("file unavailable"));
143 float viewWidth = fPathView->Bounds().Width();
148 fPathView->SetText(pathLabel.String());
H A DStatusView.h31 BStringView* fPathView; member in class:StatusView
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.h47 StringView* fPathView; member in class:ApplicationTypesWindow
H A DApplicationTypesWindow.cpp194 fPathView = new StringView(B_TRANSLATE("Path:"), NULL);
195 fPathView->TextView()->SetExplicitAlignment(labelAlignment);
196 fPathView->LabelView()->SetExplicitAlignment(labelAlignment);
204 .Add(fPathView->LabelView(), 0, 2)
205 .Add(fPathView->TextView(), 1, 2, 2);
368 fPathView->SetText(NULL);
369 fPathView->SetEnabled(false);
471 fPathView->SetText(path.Path());
472 fPathView->SetEnabled(true);
490 fPathView
[all...]
/haiku/src/apps/diskprobe/
H A DProbeView.cpp154 BStringView* fPathView; member in class:HeaderView
436 fPathView = new BStringView(B_EMPTY_STRING, string.String());
437 fPathView->SetFont(&plainFont);
438 line->AddChild(fPathView);

Completed in 56 milliseconds