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
1062
BackgroundsView::_AddRecentFolder(BPath path, bool notifyApp)
src/preferences/backgrounds/BackgroundsView.cpp
1100
BackgroundsView::AddImage(BPath path)
src/preferences/backgrounds/BackgroundsView.cpp
1116
BackgroundsView::GetImage(int32 imageIndex)
src/preferences/backgrounds/BackgroundsView.cpp
1123
BackgroundsView::_FindImageItem(const int32 imageIndex)
src/preferences/backgrounds/BackgroundsView.cpp
1140
BackgroundsView::_AddItem(BGImageMenuItem* item)
src/preferences/backgrounds/BackgroundsView.cpp
1160
BackgroundsView::_SetDesktop(bool isDesktop)
src/preferences/backgrounds/BackgroundsView.cpp
1176
BackgroundsView::FoundPositionSetting()
src/preferences/backgrounds/BackgroundsView.cpp
257
BackgroundsView::~BackgroundsView()
src/preferences/backgrounds/BackgroundsView.cpp
266
BackgroundsView::AllAttached()
src/preferences/backgrounds/BackgroundsView.cpp
310
BackgroundsView::MessageReceived(BMessage* message)
src/preferences/backgrounds/BackgroundsView.cpp
425
notifyThread = spawn_thread(BackgroundsView::_NotifyThread,
src/preferences/backgrounds/BackgroundsView.cpp
443
BackgroundsView::_LoadDesktopFolder()
src/preferences/backgrounds/BackgroundsView.cpp
456
BackgroundsView::_LoadDefaultFolder()
src/preferences/backgrounds/BackgroundsView.cpp
471
BackgroundsView::_LoadRecentFolder(BPath path)
src/preferences/backgrounds/BackgroundsView.cpp
481
BackgroundsView::_LoadFolder(bool isDesktop)
src/preferences/backgrounds/BackgroundsView.cpp
497
BackgroundsView::_UpdateWithCurrent(void)
src/preferences/backgrounds/BackgroundsView.cpp
582
BackgroundsView::_Save()
src/preferences/backgrounds/BackgroundsView.cpp
676
BackgroundsView::_NotifyServer()
src/preferences/backgrounds/BackgroundsView.cpp
72
BackgroundsView::BackgroundsView()
src/preferences/backgrounds/BackgroundsView.cpp
754
BackgroundsView::_NotifyScreenPreflet()
src/preferences/backgrounds/BackgroundsView.cpp
763
BackgroundsView::_NotifyThread(void* data)
src/preferences/backgrounds/BackgroundsView.cpp
765
BackgroundsView* view = (BackgroundsView*)data;
src/preferences/backgrounds/BackgroundsView.cpp
774
BackgroundsView::SaveSettings(void)
src/preferences/backgrounds/BackgroundsView.cpp
811
BackgroundsView::_LoadSettings()
src/preferences/backgrounds/BackgroundsView.cpp
853
BackgroundsView::WorkspaceActivated(uint32 oldWorkspaces, bool active)
src/preferences/backgrounds/BackgroundsView.cpp
860
BackgroundsView::_UpdatePreview()
src/preferences/backgrounds/BackgroundsView.cpp
921
BackgroundsView::_FindPlacementMode()
src/preferences/backgrounds/BackgroundsView.cpp
942
BackgroundsView::_UpdateButtons()
src/preferences/backgrounds/BackgroundsView.cpp
987
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();