BackgroundsView
BackgroundsView* view)
BackgroundsView* view)
bool isDesktop, BackgroundsView* view);
BackgroundImage(const BNode* node, bool isDesktop, BackgroundsView* view);
BackgroundsView* fBackgroundsView;
class BackgroundsView;
fBackgroundsView = new BackgroundsView();
BackgroundsView* fBackgroundsView;
BackgroundsView::_AddRecentFolder(BPath path, bool notifyApp)
BackgroundsView::AddImage(BPath path)
BackgroundsView::GetImage(int32 imageIndex)
BackgroundsView::_FindImageItem(const int32 imageIndex)
BackgroundsView::_AddItem(BGImageMenuItem* item)
BackgroundsView::_SetDesktop(bool isDesktop)
BackgroundsView::FoundPositionSetting()
BackgroundsView::~BackgroundsView()
BackgroundsView::AllAttached()
BackgroundsView::MessageReceived(BMessage* message)
notifyThread = spawn_thread(BackgroundsView::_NotifyThread,
BackgroundsView::_LoadDesktopFolder()
BackgroundsView::_LoadDefaultFolder()
BackgroundsView::_LoadRecentFolder(BPath path)
BackgroundsView::_LoadFolder(bool isDesktop)
BackgroundsView::_UpdateWithCurrent(void)
BackgroundsView::_Save()
BackgroundsView::_NotifyServer()
BackgroundsView::BackgroundsView()
BackgroundsView::_NotifyScreenPreflet()
BackgroundsView::_NotifyThread(void* data)
BackgroundsView* view = (BackgroundsView*)data;
BackgroundsView::SaveSettings(void)
BackgroundsView::_LoadSettings()
BackgroundsView::WorkspaceActivated(uint32 oldWorkspaces, bool active)
BackgroundsView::_UpdatePreview()
BackgroundsView::_FindPlacementMode()
BackgroundsView::_UpdateButtons()
BackgroundsView::RefsReceived(BMessage* message)
class BackgroundsView : public BBox {
BackgroundsView();
~BackgroundsView();