ManaPlus
|
#include "resources/wallpaper.h"
#include "configuration.h"
#include "fs/virtfs/fs.h"
#include "fs/virtfs/list.h"
#include "resources/wallpaperdata.h"
#include "utils/cast.h"
#include "utils/foreach.h"
#include <algorithm>
#include "debug.h"
Go to the source code of this file.
Functions | |
static bool | wallpaperCompare (const WallpaperData &a, const WallpaperData &b) |
static void | initDefaultWallpaperPaths () |
Variables | |
static std::vector< WallpaperData > | wallpaperData |
static bool | haveBackup |
static std::string | wallpaperPath |
static std::string | wallpaperFile |
|
static |
Definition at line 57 of file wallpaper.cpp.
References branding, Configuration::getStringValue(), ConfigurationObject::getValue(), VirtFs::isDirectory(), paths, wallpaperFile, and wallpaperPath.
Referenced by Wallpaper::loadWallpapers().
|
static |
Definition at line 79 of file wallpaper.cpp.
References WallpaperData::height, and WallpaperData::width.
Referenced by Wallpaper::loadWallpapers().
|
static |
Definition at line 51 of file wallpaper.cpp.
Referenced by Wallpaper::getWallpaper(), and Wallpaper::loadWallpapers().
|
static |
Definition at line 50 of file wallpaper.cpp.
Referenced by Wallpaper::getWallpaper(), and Wallpaper::loadWallpapers().
|
static |
Definition at line 54 of file wallpaper.cpp.
Referenced by Wallpaper::getWallpaper(), initDefaultWallpaperPaths(), and Wallpaper::loadWallpapers().
|
static |
Definition at line 53 of file wallpaper.cpp.
Referenced by Wallpaper::getWallpaper(), initDefaultWallpaperPaths(), and Wallpaper::loadWallpapers().