Mana
|
Handles organizing and choosing of wallpapers. More...
#include <wallpaper.h>
Static Public Member Functions | |
static void | loadWallpapers () |
Reads the folder that contains wallpapers and organizes the wallpapers found by area, width, and height. | |
static std::string | getWallpaper (int width, int height) |
Returns the largest wallpaper for the given resolution, or the default wallpaper if none are found. | |
Handles organizing and choosing of wallpapers.
Definition at line 29 of file wallpaper.h.
|
static |
Returns the largest wallpaper for the given resolution, or the default wallpaper if none are found.
width | the desired width |
height | the desired height |
Definition at line 122 of file wallpaper.cpp.
|
static |
Reads the folder that contains wallpapers and organizes the wallpapers found by area, width, and height.
Definition at line 87 of file wallpaper.cpp.