#include "MainPictureWallArea.h"
#include "CustomLabel.h"
#include "ImageProxyWidget.h"
#include "HttpImageDownloader.h"
#include <QWebView>
#include <QUrl>
#include <QFileInfo>
Functions | |
ScaledImageInfo | MyScale (const QString &imageFileName) |
QImage | scaleFromImage (const QImage &image) |
static QImage * | mirrorImage (const QImage *image) |
Variables | |
int | mainWidth = 0 |
int | mainHeight = 0 |
int | ImageWidth = 0 |
int | ImageHeight = 0 |
static QImage* mirrorImage | ( | const QImage * | image | ) | [static] |
Referenced by CMainPictureWallArea::showImageOnWall().
ScaledImageInfo MyScale | ( | const QString & | imageFileName | ) |
References ImageHeight, ImageWidth, ScaledImageInfo::m_ScaledImage, ScaledImageInfo::m_ScaledImagePath, mainHeight, and mainWidth.
Referenced by CMainPictureWallArea::loadImagesFromDirectoryRecursivelySlot().
QImage scaleFromImage | ( | const QImage & | image | ) |
References ImageHeight, ImageWidth, mainHeight, and mainWidth.
Referenced by CMainPictureWallArea::showImageOnWall().
int ImageHeight = 0 |
Referenced by MyScale(), scaleFromImage(), and CMainPictureWallArea::showImageOnWall().
int ImageWidth = 0 |
Referenced by MyScale(), scaleFromImage(), and CMainPictureWallArea::showImageOnWall().
int mainHeight = 0 |
int mainWidth = 0 |