#include <graphic_items.h>
Inheritance diagram for GraphicPixmap:
QRectF GraphicPixmap::boundingRect | ( | ) | const |
DitherStatus GraphicPixmap::dither | ( | ) | [inline] |
QGraphicsItem* GraphicPixmap::graphicsItem | ( | ) | [inline, virtual] |
bool GraphicPixmap::init | ( | ) | [virtual] |
bool GraphicPixmap::invert | ( | ) | [inline] |
void GraphicPixmap::paint | ( | QPainter * | , | |
const QStyleOptionGraphicsItem * | , | |||
QWidget * | widget = 0 | |||
) |
QString GraphicPixmap::path | ( | ) | const [inline] |
QPixmap GraphicPixmap::pixmap | ( | ) | const [inline] |
RatioStatus GraphicPixmap::ratio | ( | ) | [inline] |
void GraphicPixmap::setDither | ( | DitherStatus | ) |
void GraphicPixmap::setInvert | ( | bool | ) |
void GraphicPixmap::setPath | ( | const QString & | ) |
void GraphicPixmap::setPixmap | ( | const QPixmap & | ) |
void GraphicPixmap::setRatio | ( | RatioStatus | ) |
void GraphicPixmap::setSize | ( | const QSize & | ) |
QSize GraphicPixmap::size | ( | ) | const [inline] |
void GraphicPixmap::updatePixmap | ( | ) | [private] |
DitherStatus GraphicPixmap::m_dither [private] |
bool GraphicPixmap::m_invert [private] |
QString GraphicPixmap::m_path [private] |
QPixmap GraphicPixmap::m_pixmap [private] |
RatioStatus GraphicPixmap::m_ratio [private] |
QSize GraphicPixmap::m_size [private] |
QPixmap GraphicPixmap::m_tmpPixmap [private] |
DitherStatus GraphicPixmap::dither [read, write] |
bool GraphicPixmap::invert [read, write] |
QPixmap GraphicPixmap::pixmap [read, write] |
RatioStatus GraphicPixmap::ratio [read, write] |
QSize GraphicPixmap::size [read, write] |