QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
QtScriptShell_QGraphicsItem Class Reference

#include <qtscriptshell_QGraphicsItem.h>

List of all members.

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=Qt::IntersectsItemShape) const
bool collidesWithItem (const QGraphicsItem *other, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const
bool collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const
bool collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) 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_QGraphicsItem (QGraphicsItem *parent=0, QGraphicsScene *scene=0)
 QtScriptShell_QGraphicsItem (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_QGraphicsItem ()
 ~QtScriptShell_QGraphicsItem ()

Public Attributes

QScriptValue __qtscript_self

Constructor & Destructor Documentation

QtScriptShell_QGraphicsItem::QtScriptShell_QGraphicsItem ( QGraphicsItem *  parent = 0,
QGraphicsScene *  scene = 0 
)
QtScriptShell_QGraphicsItem::~QtScriptShell_QGraphicsItem ( )
QtScriptShell_QGraphicsItem::QtScriptShell_QGraphicsItem ( QGraphicsItem *  parent = 0,
QGraphicsScene *  scene = 0 
)
QtScriptShell_QGraphicsItem::~QtScriptShell_QGraphicsItem ( )

Member Function Documentation

void QtScriptShell_QGraphicsItem::advance ( int  phase)
void QtScriptShell_QGraphicsItem::advance ( int  phase)
QRectF QtScriptShell_QGraphicsItem::boundingRect ( ) const
QRectF QtScriptShell_QGraphicsItem::boundingRect ( ) const
bool QtScriptShell_QGraphicsItem::collidesWithItem ( const QGraphicsItem *  other,
Qt::ItemSelectionMode  mode = Qt::IntersectsItemShape 
) const
bool QtScriptShell_QGraphicsItem::collidesWithItem ( const QGraphicsItem *  other,
Qt::ItemSelectionMode  mode = Qt::IntersectsItemShape 
) const
bool QtScriptShell_QGraphicsItem::collidesWithPath ( const QPainterPath &  path,
Qt::ItemSelectionMode  mode = Qt::IntersectsItemShape 
) const
bool QtScriptShell_QGraphicsItem::collidesWithPath ( const QPainterPath &  path,
Qt::ItemSelectionMode  mode = Qt::IntersectsItemShape 
) const
bool QtScriptShell_QGraphicsItem::contains ( const QPointF &  point) const
bool QtScriptShell_QGraphicsItem::contains ( const QPointF &  point) const
void QtScriptShell_QGraphicsItem::contextMenuEvent ( QGraphicsSceneContextMenuEvent *  event)
void QtScriptShell_QGraphicsItem::contextMenuEvent ( QGraphicsSceneContextMenuEvent *  event)
void QtScriptShell_QGraphicsItem::dragEnterEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsItem::dragEnterEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsItem::dragLeaveEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsItem::dragLeaveEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsItem::dragMoveEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsItem::dragMoveEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsItem::dropEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsItem::dropEvent ( QGraphicsSceneDragDropEvent *  event)
QVariant QtScriptShell_QGraphicsItem::extension ( const QVariant &  variant) const
QVariant QtScriptShell_QGraphicsItem::extension ( const QVariant &  variant) const
void QtScriptShell_QGraphicsItem::focusInEvent ( QFocusEvent *  event)
void QtScriptShell_QGraphicsItem::focusInEvent ( QFocusEvent *  event)
void QtScriptShell_QGraphicsItem::focusOutEvent ( QFocusEvent *  event)
void QtScriptShell_QGraphicsItem::focusOutEvent ( QFocusEvent *  event)
void QtScriptShell_QGraphicsItem::hoverEnterEvent ( QGraphicsSceneHoverEvent *  event)
void QtScriptShell_QGraphicsItem::hoverEnterEvent ( QGraphicsSceneHoverEvent *  event)
void QtScriptShell_QGraphicsItem::hoverLeaveEvent ( QGraphicsSceneHoverEvent *  event)
void QtScriptShell_QGraphicsItem::hoverLeaveEvent ( QGraphicsSceneHoverEvent *  event)
void QtScriptShell_QGraphicsItem::hoverMoveEvent ( QGraphicsSceneHoverEvent *  event)
void QtScriptShell_QGraphicsItem::hoverMoveEvent ( QGraphicsSceneHoverEvent *  event)
void QtScriptShell_QGraphicsItem::inputMethodEvent ( QInputMethodEvent *  event)
void QtScriptShell_QGraphicsItem::inputMethodEvent ( QInputMethodEvent *  event)
QVariant QtScriptShell_QGraphicsItem::inputMethodQuery ( Qt::InputMethodQuery  query) const
QVariant QtScriptShell_QGraphicsItem::inputMethodQuery ( Qt::InputMethodQuery  query) const
bool QtScriptShell_QGraphicsItem::isObscuredBy ( const QGraphicsItem *  item) const
bool QtScriptShell_QGraphicsItem::isObscuredBy ( const QGraphicsItem *  item) const
QVariant QtScriptShell_QGraphicsItem::itemChange ( QGraphicsItem::GraphicsItemChange  change,
const QVariant &  value 
)
QVariant QtScriptShell_QGraphicsItem::itemChange ( QGraphicsItem::GraphicsItemChange  change,
const QVariant &  value 
)
void QtScriptShell_QGraphicsItem::keyPressEvent ( QKeyEvent *  event)
void QtScriptShell_QGraphicsItem::keyPressEvent ( QKeyEvent *  event)
void QtScriptShell_QGraphicsItem::keyReleaseEvent ( QKeyEvent *  event)
void QtScriptShell_QGraphicsItem::keyReleaseEvent ( QKeyEvent *  event)
void QtScriptShell_QGraphicsItem::mouseDoubleClickEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsItem::mouseDoubleClickEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsItem::mouseMoveEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsItem::mouseMoveEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsItem::mouseReleaseEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsItem::mouseReleaseEvent ( QGraphicsSceneMouseEvent *  event)
QPainterPath QtScriptShell_QGraphicsItem::opaqueArea ( ) const
QPainterPath QtScriptShell_QGraphicsItem::opaqueArea ( ) const
void QtScriptShell_QGraphicsItem::paint ( QPainter *  painter,
const QStyleOptionGraphicsItem *  option,
QWidget *  widget = 0 
)
void QtScriptShell_QGraphicsItem::paint ( QPainter *  painter,
const QStyleOptionGraphicsItem *  option,
QWidget *  widget = 0 
)
bool QtScriptShell_QGraphicsItem::sceneEvent ( QEvent *  event)
bool QtScriptShell_QGraphicsItem::sceneEvent ( QEvent *  event)
bool QtScriptShell_QGraphicsItem::sceneEventFilter ( QGraphicsItem *  watched,
QEvent *  event 
)
bool QtScriptShell_QGraphicsItem::sceneEventFilter ( QGraphicsItem *  watched,
QEvent *  event 
)
QPainterPath QtScriptShell_QGraphicsItem::shape ( ) const
QPainterPath QtScriptShell_QGraphicsItem::shape ( ) const
int QtScriptShell_QGraphicsItem::type ( ) const
int QtScriptShell_QGraphicsItem::type ( ) const
void QtScriptShell_QGraphicsItem::wheelEvent ( QGraphicsSceneWheelEvent *  event)
void QtScriptShell_QGraphicsItem::wheelEvent ( QGraphicsSceneWheelEvent *  event)

Member Data Documentation

QScriptValue QtScriptShell_QGraphicsItem::__qtscript_self

The documentation for this class was generated from the following files: