Symbol: BackgroundsView
src/preferences/backgrounds/BackgroundImage.cpp
197
BackgroundsView* view)
src/preferences/backgrounds/BackgroundImage.cpp
78
BackgroundsView* view)
src/preferences/backgrounds/BackgroundImage.h
104
bool isDesktop, BackgroundsView* view);
src/preferences/backgrounds/BackgroundImage.h
138
BackgroundImage(const BNode* node, bool isDesktop, BackgroundsView* view);
src/preferences/backgrounds/BackgroundImage.h
149
BackgroundsView* fBackgroundsView;
src/preferences/backgrounds/BackgroundImage.h
55
class BackgroundsView;
src/preferences/backgrounds/Backgrounds.cpp
107
fBackgroundsView = new BackgroundsView();
src/preferences/backgrounds/Backgrounds.cpp
39
BackgroundsView* fBackgroundsView;
src/preferences/backgrounds/BackgroundsView.cpp
1060
BackgroundsView::_AddRecentFolder(BPath path, bool notifyApp)
src/preferences/backgrounds/BackgroundsView.cpp
1098
BackgroundsView::AddImage(BPath path)
src/preferences/backgrounds/BackgroundsView.cpp
1114
BackgroundsView::GetImage(int32 imageIndex)
src/preferences/backgrounds/BackgroundsView.cpp
1121
BackgroundsView::_FindImageItem(const int32 imageIndex)
src/preferences/backgrounds/BackgroundsView.cpp
1138
BackgroundsView::_AddItem(BGImageMenuItem* item)
src/preferences/backgrounds/BackgroundsView.cpp
1158
BackgroundsView::_SetDesktop(bool isDesktop)
src/preferences/backgrounds/BackgroundsView.cpp
1174
BackgroundsView::FoundPositionSetting()
src/preferences/backgrounds/BackgroundsView.cpp
255
BackgroundsView::~BackgroundsView()
src/preferences/backgrounds/BackgroundsView.cpp
264
BackgroundsView::AllAttached()
src/preferences/backgrounds/BackgroundsView.cpp
308
BackgroundsView::MessageReceived(BMessage* message)
src/preferences/backgrounds/BackgroundsView.cpp
423
notifyThread = spawn_thread(BackgroundsView::_NotifyThread,
src/preferences/backgrounds/BackgroundsView.cpp
441
BackgroundsView::_LoadDesktopFolder()
src/preferences/backgrounds/BackgroundsView.cpp
454
BackgroundsView::_LoadDefaultFolder()
src/preferences/backgrounds/BackgroundsView.cpp
469
BackgroundsView::_LoadRecentFolder(BPath path)
src/preferences/backgrounds/BackgroundsView.cpp
479
BackgroundsView::_LoadFolder(bool isDesktop)
src/preferences/backgrounds/BackgroundsView.cpp
495
BackgroundsView::_UpdateWithCurrent(void)
src/preferences/backgrounds/BackgroundsView.cpp
580
BackgroundsView::_Save()
src/preferences/backgrounds/BackgroundsView.cpp
674
BackgroundsView::_NotifyServer()
src/preferences/backgrounds/BackgroundsView.cpp
70
BackgroundsView::BackgroundsView()
src/preferences/backgrounds/BackgroundsView.cpp
752
BackgroundsView::_NotifyScreenPreflet()
src/preferences/backgrounds/BackgroundsView.cpp
761
BackgroundsView::_NotifyThread(void* data)
src/preferences/backgrounds/BackgroundsView.cpp
763
BackgroundsView* view = (BackgroundsView*)data;
src/preferences/backgrounds/BackgroundsView.cpp
772
BackgroundsView::SaveSettings(void)
src/preferences/backgrounds/BackgroundsView.cpp
809
BackgroundsView::_LoadSettings()
src/preferences/backgrounds/BackgroundsView.cpp
851
BackgroundsView::WorkspaceActivated(uint32 oldWorkspaces, bool active)
src/preferences/backgrounds/BackgroundsView.cpp
858
BackgroundsView::_UpdatePreview()
src/preferences/backgrounds/BackgroundsView.cpp
919
BackgroundsView::_FindPlacementMode()
src/preferences/backgrounds/BackgroundsView.cpp
940
BackgroundsView::_UpdateButtons()
src/preferences/backgrounds/BackgroundsView.cpp
985
BackgroundsView::RefsReceived(BMessage* message)
src/preferences/backgrounds/BackgroundsView.h
102
class BackgroundsView : public BBox {
src/preferences/backgrounds/BackgroundsView.h
104
BackgroundsView();
src/preferences/backgrounds/BackgroundsView.h
105
~BackgroundsView();