Searched refs:fBackgroundsView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/preferences/backgrounds/
H A DBackgrounds.cpp39 BackgroundsView* fBackgroundsView; member in class:BackgroundsWindow
107 fBackgroundsView = new BackgroundsView();
111 .Add(fBackgroundsView)
115 if (!fBackgroundsView->FoundPositionSetting())
123 fBackgroundsView->RefsReceived(message);
131 fBackgroundsView->SaveSettings();
141 fBackgroundsView->WorkspaceActivated(oldWorkspaces, active);
H A DBackgroundImage.h149 BackgroundsView* fBackgroundsView; member in class:BackgroundImage
H A DBackgroundImage.cpp202 fBackgroundsView(view),
266 = fBackgroundsView->GetImage(info->fImageIndex)->GetBitmap();
480 if (fBackgroundsView->GetImage(info->fImageIndex) != NULL) {
482 fBackgroundsView

Completed in 63 milliseconds