#include <GraphicsItemContainer.h>
|
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *) |
| |
| virtual void | paintPopup (QPainter *painter) |
| |
| virtual bool | sceneEvent (QEvent *event) |
| |
| virtual void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
| |
| Enumerator |
|---|
| NoBackground |
|
| SolidRectBackground |
|
| PopupBackground |
|
| TransientAlertBackground |
|
| GraphicsItemContainer::~GraphicsItemContainer |
( |
| ) |
|
| QRectF GraphicsItemContainer::boundingRect |
( |
| ) |
const |
|
virtual |
| int GraphicsItemContainer::getMarginOffset |
( |
| ) |
|
|
inline |
| bool GraphicsItemContainer::hasBackground |
( |
| ) |
const |
| int GraphicsItemContainer::height |
( |
| ) |
const |
| void GraphicsItemContainer::mousePressEvent |
( |
QGraphicsSceneMouseEvent * |
event | ) |
|
|
protectedvirtual |
| void GraphicsItemContainer::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
, |
|
|
QWidget * |
|
|
) |
| |
|
protectedvirtual |
| void GraphicsItemContainer::paintPopup |
( |
QPainter * |
painter | ) |
|
|
protectedvirtual |
| void GraphicsItemContainer::resize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
| bool GraphicsItemContainer::sceneEvent |
( |
QEvent * |
event | ) |
|
|
protectedvirtual |
| void GraphicsItemContainer::setBackgroundType |
( |
t_backgroundType |
backgroundType | ) |
|
| void GraphicsItemContainer::setBlockGesturesAndMouse |
( |
bool |
block | ) |
|
| void GraphicsItemContainer::setBrush |
( |
const QBrush & |
brush | ) |
|
| int GraphicsItemContainer::width |
( |
| ) |
const |
| int GraphicsItemContainer::m_bkgImgMarging |
|
protected |
| bool GraphicsItemContainer::m_blockGesturesAndMouse |
|
protected |
| QBrush GraphicsItemContainer::m_brush |
|
protected |
| int GraphicsItemContainer::m_contentHeight |
|
protected |
| int GraphicsItemContainer::m_contentWidth |
|
protected |
The documentation for this class was generated from the following files: