AlbumShaper
1.0a3
src
backend
tools
wallpaperTools.h
Go to the documentation of this file.
1
//==============================================
2
// copyright : (C) 2003-2005 by Will Stokes
3
//==============================================
4
// This program is free software; you can redistribute it
5
// and/or modify it under the terms of the GNU General
6
// Public License as published by the Free Software
7
// Foundation; either version 2 of the License, or
8
// (at your option) any later version.
9
//==============================================
10
11
#ifndef BACKEND_TOOLS_WALLPAPERTOOLS_H
12
#define BACKEND_TOOLS_WALLPAPERTOOLS_H
13
14
//--------------------
15
//forward declarations
16
//--------------------
17
class
Photo
;
18
20
void
setWallpaper
(
Photo
* phto );
21
23
bool
setWallpaperSupported
();
24
25
#endif //BACKEND_TOOLS_WALLPAPERTOOLS_H
Photo
A photo consists of a full size image, a smaller slide show image, a very small thumbnail image...
Definition:
photo.h:44
setWallpaper
void setWallpaper(Photo *phto)
Sets desktop wallpaper using specified photo.
Definition:
wallpaperTools.cpp:37
setWallpaperSupported
bool setWallpaperSupported()
Does Album Shaper support setting the wallpaper on this system?
Definition:
wallpaperTools.cpp:259
Generated by
1.8.12