MythTV  0.26-pre
Public Member Functions | Protected Attributes
MythQtImage Class Reference
Inheritance diagram for MythQtImage:
MythImage

List of all members.

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

Detailed Description

Definition at line 15 of file mythpainter_qt.cpp.


Constructor & Destructor Documentation

MythQtImage::MythQtImage ( MythPainter parent) [inline]

Definition at line 18 of file mythpainter_qt.cpp.

Definition at line 20 of file mythpainter_qt.cpp.


Member Function Documentation

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 25 of file mythpainter_qt.cpp.

Referenced by MythQtPainter::DrawImage().

Definition at line 41 of file mythpainter_qt.cpp.

Referenced by MythQtPainter::DrawImage().


Member Data Documentation

QPixmap* MythQtImage::m_Pixmap [protected]

Definition at line 29 of file mythpainter_qt.cpp.

Referenced by GetPixmap(), and RegeneratePixmap().

Definition at line 30 of file mythpainter_qt.cpp.

Referenced by NeedsRegen(), RegeneratePixmap(), and SetChanged().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends