Searched refs:BackgroundImage (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/tracker/
H A DBackgroundImage.h52 class BackgroundImage;
64 class BackgroundImage { class in namespace:BPrivate
92 static BackgroundImage* GetBackgroundImage(const BNode* node,
94 // create a BackgroundImage object by reading it from a node
95 virtual ~BackgroundImage();
106 static BackgroundImage* Refresh(BackgroundImage* oldBackgroundImage,
114 BackgroundImage(const BNode*, bool);
H A DBackgroundImage.cpp47 #include "BackgroundImage.h"
66 // #pragma mark - BackgroundImage
69 BackgroundImage*
70 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop)
89 BackgroundImage* backgroundImage = NULL;
116 BackgroundImage::BackgroundImageInfo* imageInfo = new
117 BackgroundImage::BackgroundImageInfo(workspaces, bitmap, mode,
121 backgroundImage = new BackgroundImage(node, isDesktop);
130 BackgroundImage::BackgroundImageInfo::BackgroundImageInfo(uint32 workspaces,
142 BackgroundImage
148 BackgroundImage::BackgroundImage(const BNode* node, bool desktop) function in class:BackgroundImage
[all...]
H A DContainerWindow.h61 class BackgroundImage;
325 BackgroundImage* fBackgroundImage;
H A DTrackerInitialState.cpp58 #include "BackgroundImage.h"
211 BackgroundImage::Mode mode, BPoint offset, uint32 workspaces,
774 BackgroundImage::kAtOffset, logoPos, 0xffffffff, false);
H A DDeskWindow.cpp60 #include "BackgroundImage.h"
564 fBackgroundImage = BackgroundImage::Refresh(fBackgroundImage,
H A DContainerWindow.cpp72 #include "BackgroundImage.h"
934 fBackgroundImage = BackgroundImage::GetBackgroundImage(
943 fBackgroundImage = BackgroundImage::GetBackgroundImage(&defaultingNode,
977 fBackgroundImage = BackgroundImage::Refresh(fBackgroundImage,
986 fBackgroundImage = BackgroundImage::Refresh(fBackgroundImage,
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp38 #include "BackgroundImage.h"
76 BackgroundImage*
77 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop,
80 BackgroundImage* result = new BackgroundImage(node, isDesktop, view);
148 BackgroundImage::BackgroundImageInfo* imageInfo = new
149 BackgroundImage::BackgroundImageInfo(workspaces, imageIndex,
173 BackgroundImage::BackgroundImageInfo::BackgroundImageInfo(uint32 workspaces,
188 BackgroundImage::BackgroundImageInfo::~BackgroundImageInfo()
196 BackgroundImage function in class:BackgroundImage
[all...]
H A DBackgroundImage.h53 class BackgroundImage;
69 class BackgroundImage { class
103 static BackgroundImage* GetBackgroundImage(const BNode* node,
105 // create a BackgroundImage object by reading it from a node
107 virtual ~BackgroundImage();
118 /*static BackgroundImage* Refresh(BackgroundImage* oldBackgroundImage,
138 BackgroundImage(const BNode* node, bool isDesktop, BackgroundsView* view);
H A DBackgroundsView.h32 #include "BackgroundImage.h"
142 BackgroundImage::Mode _FindPlacementMode();
157 BackgroundImage* fCurrent;
159 BackgroundImage::BackgroundImageInfo* fCurrentInfo;
H A DBackgroundsView.cpp486 fCurrent = BackgroundImage::GetBackgroundImage(&node, isDesktop, this);
537 case BackgroundImage::kCentered:
540 case BackgroundImage::kScaledToFit:
543 case BackgroundImage::kAtOffset:
548 case BackgroundImage::kTiled:
582 BackgroundImage::Mode mode = _FindPlacementMode();
587 fCurrentInfo = new BackgroundImage::BackgroundImageInfo(
594 if (fCurrentInfo->fMode == BackgroundImage::kAtOffset)
610 fCurrentInfo = new BackgroundImage::BackgroundImageInfo(
619 if (fCurrentInfo->fMode == BackgroundImage
[all...]

Completed in 153 milliseconds