LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QGraphicsPixmapObject Class Reference

#include <WindowServer.h>

Inheritance diagram for QGraphicsPixmapObject:
[legend]
Collaboration diagram for QGraphicsPixmapObject:
[legend]

Public Member Functions

 QGraphicsPixmapObject ()
 
 ~QGraphicsPixmapObject ()
 
QRectF boundingRect () const
 
void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
 
void setPixmap (QPixmap *img)
 
void setInternalRotation (qreal rotation)
 
qreal internalRotation ()
 
QPixmap * getPixmap () const
 

Public Attributes

QPixmap * m_pixmap
 
QPainter::CompositionMode m_compMode
 
int m_topClipHeight
 
qreal m_rotation
 

Constructor & Destructor Documentation

QGraphicsPixmapObject::QGraphicsPixmapObject ( )
QGraphicsPixmapObject::~QGraphicsPixmapObject ( )

Member Function Documentation

QRectF QGraphicsPixmapObject::boundingRect ( ) const
QPixmap* QGraphicsPixmapObject::getPixmap ( ) const
inline
qreal QGraphicsPixmapObject::internalRotation ( )
inline
void QGraphicsPixmapObject::paint ( QPainter *  painter,
const QStyleOptionGraphicsItem *  option,
QWidget *  widget 
)
void QGraphicsPixmapObject::setInternalRotation ( qreal  rotation)
inline
void QGraphicsPixmapObject::setPixmap ( QPixmap *  img)

Member Data Documentation

QPainter::CompositionMode QGraphicsPixmapObject::m_compMode
QPixmap* QGraphicsPixmapObject::m_pixmap
qreal QGraphicsPixmapObject::m_rotation
int QGraphicsPixmapObject::m_topClipHeight

The documentation for this class was generated from the following files: