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

/haiku/src/kits/interface/
H A DAboutWindow.cpp400 fAboutView = new BPrivate::AboutView(appName, signature);
401 AddChild(fAboutView);
409 fAboutView->RemoveSelf();
410 delete fAboutView;
411 fAboutView = NULL;
484 if (fAboutView->InfoView()->TextLength() > 0)
507 fAboutView->InfoView()->Insert(text.String());
560 if (fAboutView->InfoView()->TextLength() > 0)
565 fAboutView->InfoView()->Insert(extra.String());
572 BTextView* infoView = fAboutView
[all...]
/haiku/headers/private/interface/
H A DAboutWindow.h77 BPrivate::AboutView* fAboutView; member in class:BAboutWindow
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h180 BView* fAboutView; member in class:TranslatorView
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp1169 fAboutView = new AboutView();
1174 AddTab(fAboutView);
1194 fAboutView->SetScreenshotThumbnail(bitmap);
1210 fAboutView->SetPackage(package);
1218 fAboutView->Clear();
1225 AboutView* fAboutView; member in class:PagesView
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp182 AboutView* fAboutView; member in class:AboutWindow
403 fAboutView = new AboutView();
404 AddChild(fAboutView);

Completed in 51 milliseconds