|
MythTV
0.26-pre
|
#include <mythuiimage.h>
Public Member Functions | |
| ImageProperties () | |
| ImageProperties (const ImageProperties &other) | |
| ~ImageProperties () | |
| ImageProperties & | operator= (const ImageProperties &other) |
| void | SetMaskImage (MythImage *image) |
| MythImage * | GetMaskImage () |
Public Attributes | |
| QString | filename |
| MythRect | cropRect |
| QSize | forceSize |
| bool | preserveAspect |
| bool | isGreyscale |
| bool | isReflected |
| bool | isMasked |
| ReflectAxis | reflectAxis |
| int | reflectScale |
| int | reflectLength |
| int | reflectShear |
| int | reflectSpacing |
Private Member Functions | |
| void | Init (void) |
| void | Copy (const ImageProperties &other) |
Private Attributes | |
| MythImage * | maskImage |
Definition at line 22 of file mythuiimage.h.
Definition at line 36 of file mythuiimage.cpp.
| ImageProperties::ImageProperties | ( | const ImageProperties & | other | ) |
Definition at line 41 of file mythuiimage.cpp.
Definition at line 54 of file mythuiimage.cpp.
| ImageProperties & ImageProperties::operator= | ( | const ImageProperties & | other | ) |
Definition at line 47 of file mythuiimage.cpp.
| void ImageProperties::SetMaskImage | ( | MythImage * | image | ) |
Definition at line 99 of file mythuiimage.cpp.
Referenced by Copy(), and MythUIImage::ParseElement().
| MythImage* ImageProperties::GetMaskImage | ( | ) | [inline] |
Definition at line 32 of file mythuiimage.h.
Referenced by ImageLoader::LoadImage().
| void ImageProperties::Init | ( | void | ) | [private] |
Definition at line 60 of file mythuiimage.cpp.
Referenced by ImageProperties().
| void ImageProperties::Copy | ( | const ImageProperties & | other | ) | [private] |
Definition at line 77 of file mythuiimage.cpp.
Referenced by ImageProperties(), and operator=().
| QString ImageProperties::filename |
Definition at line 34 of file mythuiimage.h.
Referenced by hardwareprofile.os_detect.OSWithFile::__get__(), Copy(), MythUIImage::customEvent(), hardwareprofile.os_detect.OSWithFile::do_test(), ImageLoader::GenImageLabel(), Init(), MythUIImage::Load(), ImageLoader::LoadAnimatedImage(), ImageLoader::LoadImage(), MythUIImage::MythUIImage(), MythUIImage::ParseElement(), MythUIImage::Reset(), ImageLoadThread::run(), MythUIImage::SetFilename(), MythUIImage::SetFilepattern(), and MythUIImage::SetImage().
Definition at line 36 of file mythuiimage.h.
Referenced by Copy(), MythUIImage::DrawSelf(), Init(), MythUIImage::ParseElement(), and MythUIImage::SetCropRect().
Definition at line 37 of file mythuiimage.h.
Referenced by Copy(), MythUIImage::customEvent(), MythUIImage::DrawSelf(), MythUIImage::ForceSize(), ImageLoader::GenImageLabel(), Init(), MythUIImage::Load(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
Definition at line 39 of file mythuiimage.h.
Referenced by Copy(), Init(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
Definition at line 40 of file mythuiimage.h.
Referenced by Copy(), ImageLoader::GenImageLabel(), Init(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
Definition at line 41 of file mythuiimage.h.
Referenced by Copy(), ImageLoader::GenImageLabel(), Init(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
Definition at line 42 of file mythuiimage.h.
Referenced by Copy(), ImageLoader::GenImageLabel(), Init(), ImageLoader::LoadImage(), and SetMaskImage().
Definition at line 44 of file mythuiimage.h.
Referenced by Copy(), Init(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
Definition at line 45 of file mythuiimage.h.
Referenced by Copy(), Init(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
Definition at line 46 of file mythuiimage.h.
Referenced by Copy(), Init(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
Definition at line 47 of file mythuiimage.h.
Referenced by Copy(), Init(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
Definition at line 48 of file mythuiimage.h.
Referenced by Copy(), Init(), ImageLoader::LoadImage(), MythUIImage::ParseElement(), MythUIImage::SetImage(), and MythUIImage::SetImages().
MythImage* ImageProperties::maskImage [private] |
Definition at line 54 of file mythuiimage.h.
Referenced by Copy(), GetMaskImage(), Init(), SetMaskImage(), and ~ImageProperties().
1.7.6.1