#include <wallpaper.h>
Definition at line 30 of file 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 larget wallpaper for the given resolution, or the default wallpaper if none are found. | |
| void Wallpaper::loadWallpapers | ( | ) | [static] |
Reads the folder that contains wallpapers and organizes the wallpapers found by area, width, and height.
Definition at line 54 of file wallpaper.cpp.
| std::string Wallpaper::getWallpaper | ( | int | width, | |
| int | height | |||
| ) | [static] |
Returns the larget wallpaper for the given resolution, or the default wallpaper if none are found.
| width | the desired width | |
| height | the desired height |
Definition at line 93 of file wallpaper.cpp.
1.5.5