#include <wallpaperitrans.h>
List of all members.
Detailed Description
A class to manipulate and save images for the meego control panel wallpaper applet.
Constructor & Destructor Documentation
WallpaperITrans::WallpaperITrans |
( |
|
) |
|
Member Function Documentation
int WallpaperITrans::expectedHeight |
( |
|
) |
const |
- Returns:
- the expected height
QSize WallpaperITrans::expectedSize |
( |
|
) |
const |
- Returns:
- the expected size
int WallpaperITrans::expectedWidth |
( |
|
) |
const |
- Returns:
- the expected width
int WallpaperITrans::operator* |
( |
const int |
i |
) |
const |
M::Orientation WallpaperITrans::orientation |
( |
|
) |
const |
Returns the orientation set for the image transformation. The orientation is needed for the file saving, a separate portrait and landscape image file will be saved.
qreal WallpaperITrans::scale |
( |
|
) |
const |
- Returns:
- The current scale value
void WallpaperITrans::setExpectedSize |
( |
const QSize & |
size |
) |
|
- Parameters:
-
Method for setting the expected size
void WallpaperITrans::setOffset |
( |
const QPointF & |
offset |
) |
|
- Parameters:
-
Method for setting the offset
void WallpaperITrans::setOrientation |
( |
M::Orientation |
orientation |
) |
|
Method for set the orientation for the image transformation
- Parameters:
-
| orientation | The wanted orientation |
void WallpaperITrans::setScale |
( |
qreal |
scale |
) |
|
- Parameters:
-
Method for setting the scale
int WallpaperITrans::x |
( |
|
) |
const |
int WallpaperITrans::y |
( |
|
) |
const |
The documentation for this class was generated from the following files:
- /home/bifh8/cs2009q3-i386/work/meegotouch-controlpanelapplets-0.20.61/src/wallpaperapplet/wallpaperitrans.h
- /home/bifh8/cs2009q3-i386/work/meegotouch-controlpanelapplets-0.20.61/src/wallpaperapplet/wallpaperitrans.cpp