|
MythTV
0.26-pre
|
Public Member Functions | |
| MythQtImage (MythPainter *parent) | |
| ~MythQtImage () | |
| void | SetChanged (bool change=true) |
| QPixmap * | GetPixmap (void) |
| bool | NeedsRegen (void) |
| void | RegeneratePixmap (void) |
Protected Attributes | |
| QPixmap * | m_Pixmap |
| bool | m_bRegenPixmap |
Definition at line 15 of file mythpainter_qt.cpp.
| MythQtImage::MythQtImage | ( | MythPainter * | parent | ) | [inline] |
Definition at line 18 of file mythpainter_qt.cpp.
| MythQtImage::~MythQtImage | ( | ) | [inline] |
Definition at line 20 of file mythpainter_qt.cpp.
| void MythQtImage::SetChanged | ( | bool | change = true | ) | [virtual] |
Reimplemented from MythImage.
Definition at line 33 of file mythpainter_qt.cpp.
| QPixmap* MythQtImage::GetPixmap | ( | void | ) | [inline] |
Definition at line 23 of file mythpainter_qt.cpp.
Referenced by MythQtPainter::DeleteFormatImagePriv(), and MythQtPainter::DrawImage().
| bool MythQtImage::NeedsRegen | ( | void | ) | [inline] |
Definition at line 25 of file mythpainter_qt.cpp.
Referenced by MythQtPainter::DrawImage().
Definition at line 41 of file mythpainter_qt.cpp.
Referenced by MythQtPainter::DrawImage().
QPixmap* MythQtImage::m_Pixmap [protected] |
Definition at line 29 of file mythpainter_qt.cpp.
Referenced by GetPixmap(), and RegeneratePixmap().
bool MythQtImage::m_bRegenPixmap [protected] |
Definition at line 30 of file mythpainter_qt.cpp.
Referenced by NeedsRegen(), RegeneratePixmap(), and SetChanged().
1.7.6.1