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

/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h55 class BackgroundsView;
104 bool isDesktop, BackgroundsView* view);
138 BackgroundImage(const BNode* node, bool isDesktop, BackgroundsView* view);
149 BackgroundsView* fBackgroundsView;
H A DBackgrounds.cpp18 #include "BackgroundsView.h"
39 BackgroundsView* fBackgroundsView;
107 fBackgroundsView = new BackgroundsView();
H A DBackgroundsView.h102 class BackgroundsView : public BBox { class in inherits:BBox
104 BackgroundsView();
105 ~BackgroundsView();
H A DBackgroundsView.cpp14 #include "BackgroundsView.h"
70 BackgroundsView::BackgroundsView() function in class:BackgroundsView
72 BBox("BackgroundsView"),
254 BackgroundsView::~BackgroundsView()
263 BackgroundsView::AllAttached()
306 BackgroundsView::MessageReceived(BMessage* message)
421 notifyThread = spawn_thread(BackgroundsView::_NotifyThread,
439 BackgroundsView
[all...]
H A DBackgroundImage.cpp56 #include "BackgroundsView.h"
78 BackgroundsView* view)
197 BackgroundsView* view)

Completed in 44 milliseconds