Searched refs:BackgroundImageInfo (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/tracker/
H A DBackgroundImage.h78 class BackgroundImageInfo { class in class:BPrivate::BackgroundImage
81 BackgroundImageInfo(uint32 workspace, BBitmap* bitmap, Mode mode,
83 ~BackgroundImageInfo();
111 BackgroundImageInfo* ImageInfoForWorkspace(int32) const;
112 void Show(BackgroundImageInfo*, BView* view);
118 void Add(BackgroundImageInfo*);
127 BackgroundImageInfo* fShowingBitmap;
129 BObjectList<BackgroundImageInfo> fBitmapForWorkspaceList;
H A DBackgroundImage.cpp116 BackgroundImage::BackgroundImageInfo* imageInfo = new
117 BackgroundImage::BackgroundImageInfo(workspaces, bitmap, mode,
130 BackgroundImage::BackgroundImageInfo::BackgroundImageInfo(uint32 workspaces, function in class:BackgroundImage::BackgroundImageInfo
142 BackgroundImage::BackgroundImageInfo::~BackgroundImageInfo()
165 BackgroundImage::Add(BackgroundImageInfo* info)
176 BackgroundImageInfo* info = ImageInfoForWorkspace(workspace);
188 BackgroundImage::Show(BackgroundImageInfo* info, BView* view)
298 BackgroundImage::BackgroundImageInfo*
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h83 class BackgroundImageInfo { class in class:BackgroundImage
86 BackgroundImageInfo(uint32 workspace, int32 imageIndex, Mode mode,
89 ~BackgroundImageInfo();
123 BackgroundImageInfo* ImageInfoForWorkspace(int32) const;
129 void Show(BackgroundImageInfo*, BView* view);
133 void Add(BackgroundImageInfo*);
134 void Remove(BackgroundImageInfo*);
150 BackgroundImageInfo* fShowingBitmap;
152 BObjectList<BackgroundImageInfo> fBitmapForWorkspaceList;
H A DBackgroundImage.cpp148 BackgroundImage::BackgroundImageInfo* imageInfo = new
149 BackgroundImage::BackgroundImageInfo(workspaces, imageIndex,
173 BackgroundImage::BackgroundImageInfo::BackgroundImageInfo(uint32 workspaces, function in class:BackgroundImage::BackgroundImageInfo
188 BackgroundImage::BackgroundImageInfo::~BackgroundImageInfo()
220 BackgroundImage::Add(BackgroundImageInfo* info)
227 BackgroundImage::Remove(BackgroundImageInfo* info)
237 BackgroundImageInfo* info = fBitmapForWorkspaceList.ItemAt(index);
251 BackgroundImageInfo* inf
[all...]
H A DBackgroundsView.h159 BackgroundImage::BackgroundImageInfo* fCurrentInfo;
H A DBackgroundsView.cpp587 fCurrentInfo = new BackgroundImage::BackgroundImageInfo(
610 fCurrentInfo = new BackgroundImage::BackgroundImageInfo(
627 fCurrentInfo = new BackgroundImage::BackgroundImageInfo(
635 fCurrentInfo = new BackgroundImage::BackgroundImageInfo(
640 fCurrentInfo = new BackgroundImage::BackgroundImageInfo(
891 BackgroundImage::BackgroundImageInfo* info
892 = new BackgroundImage::BackgroundImageInfo(0, index,

Completed in 56 milliseconds