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