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