|
LunaSysMgr
|
#include <icondecorator.h>
Public Member Functions | |
| IconDecorator () | |
| IconDecorator (PixmapObject *p_pix, const QRectF &ownerCoordRelativeBounds) | |
| ~IconDecorator () | |
| PixmapObject * | setNewPix (PixmapObject *p_newPix, bool show=false) |
| bool | hitTest (const QPointF &pt) const |
| bool | hitTest (const QPoint &pt) const |
| PixmapObject * | pix () const |
| void | show () |
| void | hide () |
Public Attributes | |
| QRectF | m_bounds |
| QRect | m_iconGeom |
| QPoint | m_iconPos |
| QPointer< PixmapObject > | m_qp_pixmap |
| bool | m_shown |
| IconDecorator::IconDecorator | ( | ) |
| IconDecorator::IconDecorator | ( | PixmapObject * | p_pix, |
| const QRectF & | ownerCoordRelativeBounds | ||
| ) |
| IconDecorator::~IconDecorator | ( | ) |
| void IconDecorator::hide | ( | ) |
| bool IconDecorator::hitTest | ( | const QPointF & | pt | ) | const |
| bool IconDecorator::hitTest | ( | const QPoint & | pt | ) | const |
| PixmapObject * IconDecorator::pix | ( | ) | const |
| PixmapObject * IconDecorator::setNewPix | ( | PixmapObject * | p_newPix, |
| bool | show = false |
||
| ) |
| void IconDecorator::show | ( | ) |
| QRectF IconDecorator::m_bounds |
| QRect IconDecorator::m_iconGeom |
| QPoint IconDecorator::m_iconPos |
| QPointer<PixmapObject> IconDecorator::m_qp_pixmap |
| bool IconDecorator::m_shown |