#include <iconlayout.h>
|
| IconCell (IconRow *p_owner) |
|
virtual | ~IconCell () |
|
| IconCell (IconRow *p_owner, IconBase *p_icon) |
|
| IconCell (IconRow *p_owner, IconBase *p_icon, const QSizeF &size) |
|
| IconCell (IconRow *p_owner, IconBase *p_icon, const QSize &size) |
|
virtual void | clear () |
|
virtual QRectF | geometry () |
|
virtual QRectF | relativeGeometry () |
|
virtual QRectF | untranslateGeometry (const QRectF &geom) |
|
virtual QPointF | position () |
|
virtual IconBase * | setNewIcon (IconBase *p_newIcon, bool repositionIconToCell=false) |
|
virtual void | resetIconPosition () |
|
virtual void | commitPendingIcon () |
|
QPointF | reposition (const QPointF &newCenterPointICS) |
|
qreal | repositionX (const qreal x) |
|
qreal | repositionY (const qreal y) |
|
void | moveBy (const QPointF &d) |
|
void | moveBy (const qreal dx, const qreal dy) |
|
virtual void | paint (QPainter *painter) |
|
virtual void | paint (QPainter *painter, const QRectF &sourceRect) |
|
virtual void | paint (QPainter *painter, const QRectF &sourceRect, qint32 renderOpt) |
|
virtual void | paint (QPainter *painter, const QRectF &sourceRect, const QPointF &painterTranslate) |
|
virtual void | paint (QPainter *painter, const QRectF &sourceRect, const QPointF &painterTranslate, qint32 renderOpt) |
|
virtual void | paintOffscreen (QPainter *painter) |
|
virtual void | paintOffscreen (PixmapObject *p_hugePmo) |
|
virtual void | paintOffscreen (PixmapHugeObject *p_hugePmo) |
|
| LayoutItem () |
|
virtual | ~LayoutItem () |
|
IconCell::IconCell |
( |
IconRow * |
p_owner | ) |
|
IconCell::IconCell |
( |
IconRow * |
p_owner, |
|
|
IconBase * |
p_icon, |
|
|
const QSizeF & |
size |
|
) |
| |
IconCell::IconCell |
( |
IconRow * |
p_owner, |
|
|
IconBase * |
p_icon, |
|
|
const QSize & |
size |
|
) |
| |
void IconCell::commitPendingIcon |
( |
| ) |
|
|
virtual |
QRectF IconCell::geometry |
( |
| ) |
|
|
virtual |
void IconCell::moveBy |
( |
const QPointF & |
d | ) |
|
void IconCell::moveBy |
( |
const qreal |
dx, |
|
|
const qreal |
dy |
|
) |
| |
void IconCell::paint |
( |
QPainter * |
painter | ) |
|
|
virtual |
void IconCell::paint |
( |
QPainter * |
painter, |
|
|
const QRectF & |
sourceRect |
|
) |
| |
|
virtual |
void IconCell::paint |
( |
QPainter * |
painter, |
|
|
const QRectF & |
sourceRect, |
|
|
qint32 |
renderOpt |
|
) |
| |
|
virtual |
void IconCell::paint |
( |
QPainter * |
painter, |
|
|
const QRectF & |
sourceRect, |
|
|
const QPointF & |
painterTranslate |
|
) |
| |
|
virtual |
void IconCell::paint |
( |
QPainter * |
painter, |
|
|
const QRectF & |
sourceRect, |
|
|
const QPointF & |
painterTranslate, |
|
|
qint32 |
renderOpt |
|
) |
| |
|
virtual |
void IconCell::paintOffscreen |
( |
QPainter * |
painter | ) |
|
|
virtual |
QPointF IconCell::position |
( |
| ) |
|
|
virtual |
QRectF IconCell::relativeGeometry |
( |
| ) |
|
|
virtual |
QPointF IconCell::reposition |
( |
const QPointF & |
newCenterPointICS | ) |
|
qreal IconCell::repositionX |
( |
const qreal |
x | ) |
|
qreal IconCell::repositionY |
( |
const qreal |
y | ) |
|
void IconCell::resetIconPosition |
( |
| ) |
|
|
virtual |
IconBase * IconCell::setNewIcon |
( |
IconBase * |
p_newIcon, |
|
|
bool |
repositionIconToCell = false |
|
) |
| |
|
virtual |
void IconCell::signalChangedIcon |
( |
const IconBase * |
p_icon | ) |
|
|
signal |
QRectF IconCell::untranslateGeometry |
( |
const QRectF & |
geom | ) |
|
|
virtual |
QDataStream& operator<< |
( |
QDataStream & |
stream, |
|
|
const IconCell & |
s |
|
) |
| |
|
friend |
QDebug operator<< |
( |
QDebug |
dbg, |
|
|
const IconCell & |
s |
|
) |
| |
|
friend |
QDataStream& operator>> |
( |
QDataStream & |
stream, |
|
|
IconCell & |
s |
|
) |
| |
|
friend |
QRect IconCell::m_lastPaintedPixmapTargetRect |
IconRow* IconCell::m_p_layoutRowObject |
QPointer<IconBase> IconCell::m_qp_pendingReorderIcon |
The documentation for this class was generated from the following files: