|
QCAD Application Framework
CAD Application Development and Automation.
|
#include <qtscriptshell_QGraphicsPixmapItem.h>
Public Member Functions | |
| void | advance (int phase) |
| void | advance (int phase) |
| QRectF | boundingRect () const |
| QRectF | boundingRect () const |
| bool | collidesWithItem (const QGraphicsItem *other, Qt::ItemSelectionMode mode) const |
| bool | collidesWithItem (const QGraphicsItem *other, Qt::ItemSelectionMode mode) const |
| bool | collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode) const |
| bool | collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode) const |
| bool | contains (const QPointF &point) const |
| bool | contains (const QPointF &point) const |
| void | contextMenuEvent (QGraphicsSceneContextMenuEvent *event) |
| void | contextMenuEvent (QGraphicsSceneContextMenuEvent *event) |
| void | dragEnterEvent (QGraphicsSceneDragDropEvent *event) |
| void | dragEnterEvent (QGraphicsSceneDragDropEvent *event) |
| void | dragLeaveEvent (QGraphicsSceneDragDropEvent *event) |
| void | dragLeaveEvent (QGraphicsSceneDragDropEvent *event) |
| void | dragMoveEvent (QGraphicsSceneDragDropEvent *event) |
| void | dragMoveEvent (QGraphicsSceneDragDropEvent *event) |
| void | dropEvent (QGraphicsSceneDragDropEvent *event) |
| void | dropEvent (QGraphicsSceneDragDropEvent *event) |
| QVariant | extension (const QVariant &variant) const |
| QVariant | extension (const QVariant &variant) const |
| void | focusInEvent (QFocusEvent *event) |
| void | focusInEvent (QFocusEvent *event) |
| void | focusOutEvent (QFocusEvent *event) |
| void | focusOutEvent (QFocusEvent *event) |
| void | hoverEnterEvent (QGraphicsSceneHoverEvent *event) |
| void | hoverEnterEvent (QGraphicsSceneHoverEvent *event) |
| void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) |
| void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) |
| void | hoverMoveEvent (QGraphicsSceneHoverEvent *event) |
| void | hoverMoveEvent (QGraphicsSceneHoverEvent *event) |
| void | inputMethodEvent (QInputMethodEvent *event) |
| void | inputMethodEvent (QInputMethodEvent *event) |
| QVariant | inputMethodQuery (Qt::InputMethodQuery query) const |
| QVariant | inputMethodQuery (Qt::InputMethodQuery query) const |
| bool | isObscuredBy (const QGraphicsItem *item) const |
| bool | isObscuredBy (const QGraphicsItem *item) const |
| QVariant | itemChange (QGraphicsItem::GraphicsItemChange change, const QVariant &value) |
| QVariant | itemChange (QGraphicsItem::GraphicsItemChange change, const QVariant &value) |
| void | keyPressEvent (QKeyEvent *event) |
| void | keyPressEvent (QKeyEvent *event) |
| void | keyReleaseEvent (QKeyEvent *event) |
| void | keyReleaseEvent (QKeyEvent *event) |
| void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
| void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
| void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
| void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
| void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
| void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
| QPainterPath | opaqueArea () const |
| QPainterPath | opaqueArea () const |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| QtScriptShell_QGraphicsPixmapItem (QGraphicsItem *parent=0, QGraphicsScene *scene=0) | |
| QtScriptShell_QGraphicsPixmapItem (QGraphicsItem *parent=0, QGraphicsScene *scene=0) | |
| QtScriptShell_QGraphicsPixmapItem (const QPixmap &pixmap, QGraphicsItem *parent=0, QGraphicsScene *scene=0) | |
| QtScriptShell_QGraphicsPixmapItem (const QPixmap &pixmap, QGraphicsItem *parent=0, QGraphicsScene *scene=0) | |
| bool | sceneEvent (QEvent *event) |
| bool | sceneEvent (QEvent *event) |
| bool | sceneEventFilter (QGraphicsItem *watched, QEvent *event) |
| bool | sceneEventFilter (QGraphicsItem *watched, QEvent *event) |
| QPainterPath | shape () const |
| QPainterPath | shape () const |
| int | type () const |
| int | type () const |
| void | wheelEvent (QGraphicsSceneWheelEvent *event) |
| void | wheelEvent (QGraphicsSceneWheelEvent *event) |
| ~QtScriptShell_QGraphicsPixmapItem () | |
| ~QtScriptShell_QGraphicsPixmapItem () | |
Public Attributes | |
| QScriptValue | __qtscript_self |
| QtScriptShell_QGraphicsPixmapItem::QtScriptShell_QGraphicsPixmapItem | ( | QGraphicsItem * | parent = 0, |
| QGraphicsScene * | scene = 0 |
||
| ) |
| QtScriptShell_QGraphicsPixmapItem::QtScriptShell_QGraphicsPixmapItem | ( | const QPixmap & | pixmap, |
| QGraphicsItem * | parent = 0, |
||
| QGraphicsScene * | scene = 0 |
||
| ) |
| QtScriptShell_QGraphicsPixmapItem::~QtScriptShell_QGraphicsPixmapItem | ( | ) |
| QtScriptShell_QGraphicsPixmapItem::QtScriptShell_QGraphicsPixmapItem | ( | QGraphicsItem * | parent = 0, |
| QGraphicsScene * | scene = 0 |
||
| ) |
| QtScriptShell_QGraphicsPixmapItem::QtScriptShell_QGraphicsPixmapItem | ( | const QPixmap & | pixmap, |
| QGraphicsItem * | parent = 0, |
||
| QGraphicsScene * | scene = 0 |
||
| ) |
| QtScriptShell_QGraphicsPixmapItem::~QtScriptShell_QGraphicsPixmapItem | ( | ) |
| void QtScriptShell_QGraphicsPixmapItem::advance | ( | int | phase | ) |
| void QtScriptShell_QGraphicsPixmapItem::advance | ( | int | phase | ) |
| QRectF QtScriptShell_QGraphicsPixmapItem::boundingRect | ( | ) | const |
| QRectF QtScriptShell_QGraphicsPixmapItem::boundingRect | ( | ) | const |
| bool QtScriptShell_QGraphicsPixmapItem::collidesWithItem | ( | const QGraphicsItem * | other, |
| Qt::ItemSelectionMode | mode | ||
| ) | const |
| bool QtScriptShell_QGraphicsPixmapItem::collidesWithItem | ( | const QGraphicsItem * | other, |
| Qt::ItemSelectionMode | mode | ||
| ) | const |
| bool QtScriptShell_QGraphicsPixmapItem::collidesWithPath | ( | const QPainterPath & | path, |
| Qt::ItemSelectionMode | mode | ||
| ) | const |
| bool QtScriptShell_QGraphicsPixmapItem::collidesWithPath | ( | const QPainterPath & | path, |
| Qt::ItemSelectionMode | mode | ||
| ) | const |
| bool QtScriptShell_QGraphicsPixmapItem::contains | ( | const QPointF & | point | ) | const |
| bool QtScriptShell_QGraphicsPixmapItem::contains | ( | const QPointF & | point | ) | const |
| void QtScriptShell_QGraphicsPixmapItem::contextMenuEvent | ( | QGraphicsSceneContextMenuEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::contextMenuEvent | ( | QGraphicsSceneContextMenuEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::dragEnterEvent | ( | QGraphicsSceneDragDropEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::dragEnterEvent | ( | QGraphicsSceneDragDropEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::dragLeaveEvent | ( | QGraphicsSceneDragDropEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::dragLeaveEvent | ( | QGraphicsSceneDragDropEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::dragMoveEvent | ( | QGraphicsSceneDragDropEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::dragMoveEvent | ( | QGraphicsSceneDragDropEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::dropEvent | ( | QGraphicsSceneDragDropEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::dropEvent | ( | QGraphicsSceneDragDropEvent * | event | ) |
| QVariant QtScriptShell_QGraphicsPixmapItem::extension | ( | const QVariant & | variant | ) | const |
| QVariant QtScriptShell_QGraphicsPixmapItem::extension | ( | const QVariant & | variant | ) | const |
| void QtScriptShell_QGraphicsPixmapItem::focusInEvent | ( | QFocusEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::focusInEvent | ( | QFocusEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::focusOutEvent | ( | QFocusEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::focusOutEvent | ( | QFocusEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::hoverEnterEvent | ( | QGraphicsSceneHoverEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::hoverEnterEvent | ( | QGraphicsSceneHoverEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::hoverLeaveEvent | ( | QGraphicsSceneHoverEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::hoverLeaveEvent | ( | QGraphicsSceneHoverEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::hoverMoveEvent | ( | QGraphicsSceneHoverEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::hoverMoveEvent | ( | QGraphicsSceneHoverEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::inputMethodEvent | ( | QInputMethodEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::inputMethodEvent | ( | QInputMethodEvent * | event | ) |
| QVariant QtScriptShell_QGraphicsPixmapItem::inputMethodQuery | ( | Qt::InputMethodQuery | query | ) | const |
| QVariant QtScriptShell_QGraphicsPixmapItem::inputMethodQuery | ( | Qt::InputMethodQuery | query | ) | const |
| bool QtScriptShell_QGraphicsPixmapItem::isObscuredBy | ( | const QGraphicsItem * | item | ) | const |
| bool QtScriptShell_QGraphicsPixmapItem::isObscuredBy | ( | const QGraphicsItem * | item | ) | const |
| QVariant QtScriptShell_QGraphicsPixmapItem::itemChange | ( | QGraphicsItem::GraphicsItemChange | change, |
| const QVariant & | value | ||
| ) |
| QVariant QtScriptShell_QGraphicsPixmapItem::itemChange | ( | QGraphicsItem::GraphicsItemChange | change, |
| const QVariant & | value | ||
| ) |
| void QtScriptShell_QGraphicsPixmapItem::keyPressEvent | ( | QKeyEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::keyPressEvent | ( | QKeyEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::keyReleaseEvent | ( | QKeyEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::keyReleaseEvent | ( | QKeyEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::mouseDoubleClickEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::mouseDoubleClickEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::mouseMoveEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::mouseMoveEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::mousePressEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::mousePressEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::mouseReleaseEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::mouseReleaseEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| QPainterPath QtScriptShell_QGraphicsPixmapItem::opaqueArea | ( | ) | const |
| QPainterPath QtScriptShell_QGraphicsPixmapItem::opaqueArea | ( | ) | const |
| void QtScriptShell_QGraphicsPixmapItem::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget | ||
| ) |
| void QtScriptShell_QGraphicsPixmapItem::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget | ||
| ) |
| bool QtScriptShell_QGraphicsPixmapItem::sceneEvent | ( | QEvent * | event | ) |
| bool QtScriptShell_QGraphicsPixmapItem::sceneEvent | ( | QEvent * | event | ) |
| bool QtScriptShell_QGraphicsPixmapItem::sceneEventFilter | ( | QGraphicsItem * | watched, |
| QEvent * | event | ||
| ) |
| bool QtScriptShell_QGraphicsPixmapItem::sceneEventFilter | ( | QGraphicsItem * | watched, |
| QEvent * | event | ||
| ) |
| QPainterPath QtScriptShell_QGraphicsPixmapItem::shape | ( | ) | const |
| QPainterPath QtScriptShell_QGraphicsPixmapItem::shape | ( | ) | const |
| int QtScriptShell_QGraphicsPixmapItem::type | ( | ) | const |
| int QtScriptShell_QGraphicsPixmapItem::type | ( | ) | const |
| void QtScriptShell_QGraphicsPixmapItem::wheelEvent | ( | QGraphicsSceneWheelEvent * | event | ) |
| void QtScriptShell_QGraphicsPixmapItem::wheelEvent | ( | QGraphicsSceneWheelEvent * | event | ) |
| QScriptValue QtScriptShell_QGraphicsPixmapItem::__qtscript_self |