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

#include <qtscriptshell_QGraphicsScene.h>

List of all members.

Public Member Functions

void childEvent (QChildEvent *arg__1)
void childEvent (QChildEvent *arg__1)
void contextMenuEvent (QGraphicsSceneContextMenuEvent *event)
void contextMenuEvent (QGraphicsSceneContextMenuEvent *event)
void customEvent (QEvent *arg__1)
void customEvent (QEvent *arg__1)
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 drawBackground (QPainter *painter, const QRectF &rect)
void drawBackground (QPainter *painter, const QRectF &rect)
void drawForeground (QPainter *painter, const QRectF &rect)
void drawForeground (QPainter *painter, const QRectF &rect)
void drawItems (QPainter *painter, int numItems, QGraphicsItem **items, const QStyleOptionGraphicsItem *options, QWidget *widget=0)
void drawItems (QPainter *painter, int numItems, QGraphicsItem **items, const QStyleOptionGraphicsItem *options, QWidget *widget=0)
void dropEvent (QGraphicsSceneDragDropEvent *event)
void dropEvent (QGraphicsSceneDragDropEvent *event)
bool event (QEvent *event)
bool event (QEvent *event)
bool eventFilter (QObject *watched, QEvent *event)
bool eventFilter (QObject *watched, QEvent *event)
void focusInEvent (QFocusEvent *event)
void focusInEvent (QFocusEvent *event)
void focusOutEvent (QFocusEvent *event)
void focusOutEvent (QFocusEvent *event)
void helpEvent (QGraphicsSceneHelpEvent *event)
void helpEvent (QGraphicsSceneHelpEvent *event)
void inputMethodEvent (QInputMethodEvent *event)
void inputMethodEvent (QInputMethodEvent *event)
QVariant inputMethodQuery (Qt::InputMethodQuery query) const
QVariant inputMethodQuery (Qt::InputMethodQuery query) const
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)
 QtScriptShell_QGraphicsScene (QObject *parent=0)
 QtScriptShell_QGraphicsScene (QObject *parent=0)
 QtScriptShell_QGraphicsScene (const QRectF &sceneRect, QObject *parent=0)
 QtScriptShell_QGraphicsScene (const QRectF &sceneRect, QObject *parent=0)
 QtScriptShell_QGraphicsScene (qreal x, qreal y, qreal width, qreal height, QObject *parent=0)
 QtScriptShell_QGraphicsScene (qreal x, qreal y, qreal width, qreal height, QObject *parent=0)
void timerEvent (QTimerEvent *arg__1)
void timerEvent (QTimerEvent *arg__1)
void wheelEvent (QGraphicsSceneWheelEvent *event)
void wheelEvent (QGraphicsSceneWheelEvent *event)
 ~QtScriptShell_QGraphicsScene ()
 ~QtScriptShell_QGraphicsScene ()

Public Attributes

QScriptValue __qtscript_self

Constructor & Destructor Documentation

QtScriptShell_QGraphicsScene::QtScriptShell_QGraphicsScene ( QObject *  parent = 0)
QtScriptShell_QGraphicsScene::QtScriptShell_QGraphicsScene ( const QRectF &  sceneRect,
QObject *  parent = 0 
)
QtScriptShell_QGraphicsScene::QtScriptShell_QGraphicsScene ( qreal  x,
qreal  y,
qreal  width,
qreal  height,
QObject *  parent = 0 
)
QtScriptShell_QGraphicsScene::~QtScriptShell_QGraphicsScene ( )
QtScriptShell_QGraphicsScene::QtScriptShell_QGraphicsScene ( QObject *  parent = 0)
QtScriptShell_QGraphicsScene::QtScriptShell_QGraphicsScene ( const QRectF &  sceneRect,
QObject *  parent = 0 
)
QtScriptShell_QGraphicsScene::QtScriptShell_QGraphicsScene ( qreal  x,
qreal  y,
qreal  width,
qreal  height,
QObject *  parent = 0 
)
QtScriptShell_QGraphicsScene::~QtScriptShell_QGraphicsScene ( )

Member Function Documentation

void QtScriptShell_QGraphicsScene::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QGraphicsScene::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QGraphicsScene::contextMenuEvent ( QGraphicsSceneContextMenuEvent *  event)
void QtScriptShell_QGraphicsScene::contextMenuEvent ( QGraphicsSceneContextMenuEvent *  event)
void QtScriptShell_QGraphicsScene::customEvent ( QEvent *  arg__1)
void QtScriptShell_QGraphicsScene::customEvent ( QEvent *  arg__1)
void QtScriptShell_QGraphicsScene::dragEnterEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsScene::dragEnterEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsScene::dragLeaveEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsScene::dragLeaveEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsScene::dragMoveEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsScene::dragMoveEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsScene::drawBackground ( QPainter *  painter,
const QRectF &  rect 
)
void QtScriptShell_QGraphicsScene::drawBackground ( QPainter *  painter,
const QRectF &  rect 
)
void QtScriptShell_QGraphicsScene::drawForeground ( QPainter *  painter,
const QRectF &  rect 
)
void QtScriptShell_QGraphicsScene::drawForeground ( QPainter *  painter,
const QRectF &  rect 
)
void QtScriptShell_QGraphicsScene::drawItems ( QPainter *  painter,
int  numItems,
QGraphicsItem **  items,
const QStyleOptionGraphicsItem *  options,
QWidget *  widget = 0 
)
void QtScriptShell_QGraphicsScene::drawItems ( QPainter *  painter,
int  numItems,
QGraphicsItem **  items,
const QStyleOptionGraphicsItem *  options,
QWidget *  widget = 0 
)
void QtScriptShell_QGraphicsScene::dropEvent ( QGraphicsSceneDragDropEvent *  event)
void QtScriptShell_QGraphicsScene::dropEvent ( QGraphicsSceneDragDropEvent *  event)
bool QtScriptShell_QGraphicsScene::event ( QEvent *  event)
bool QtScriptShell_QGraphicsScene::event ( QEvent *  event)
bool QtScriptShell_QGraphicsScene::eventFilter ( QObject *  watched,
QEvent *  event 
)
bool QtScriptShell_QGraphicsScene::eventFilter ( QObject *  watched,
QEvent *  event 
)
void QtScriptShell_QGraphicsScene::focusInEvent ( QFocusEvent *  event)
void QtScriptShell_QGraphicsScene::focusInEvent ( QFocusEvent *  event)
void QtScriptShell_QGraphicsScene::focusOutEvent ( QFocusEvent *  event)
void QtScriptShell_QGraphicsScene::focusOutEvent ( QFocusEvent *  event)
void QtScriptShell_QGraphicsScene::helpEvent ( QGraphicsSceneHelpEvent *  event)
void QtScriptShell_QGraphicsScene::helpEvent ( QGraphicsSceneHelpEvent *  event)
void QtScriptShell_QGraphicsScene::inputMethodEvent ( QInputMethodEvent *  event)
void QtScriptShell_QGraphicsScene::inputMethodEvent ( QInputMethodEvent *  event)
QVariant QtScriptShell_QGraphicsScene::inputMethodQuery ( Qt::InputMethodQuery  query) const
QVariant QtScriptShell_QGraphicsScene::inputMethodQuery ( Qt::InputMethodQuery  query) const
void QtScriptShell_QGraphicsScene::keyPressEvent ( QKeyEvent *  event)
void QtScriptShell_QGraphicsScene::keyPressEvent ( QKeyEvent *  event)
void QtScriptShell_QGraphicsScene::keyReleaseEvent ( QKeyEvent *  event)
void QtScriptShell_QGraphicsScene::keyReleaseEvent ( QKeyEvent *  event)
void QtScriptShell_QGraphicsScene::mouseDoubleClickEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsScene::mouseDoubleClickEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsScene::mouseMoveEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsScene::mouseMoveEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsScene::mousePressEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsScene::mousePressEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsScene::mouseReleaseEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsScene::mouseReleaseEvent ( QGraphicsSceneMouseEvent *  event)
void QtScriptShell_QGraphicsScene::timerEvent ( QTimerEvent *  arg__1)
void QtScriptShell_QGraphicsScene::timerEvent ( QTimerEvent *  arg__1)
void QtScriptShell_QGraphicsScene::wheelEvent ( QGraphicsSceneWheelEvent *  event)
void QtScriptShell_QGraphicsScene::wheelEvent ( QGraphicsSceneWheelEvent *  event)

Member Data Documentation

QScriptValue QtScriptShell_QGraphicsScene::__qtscript_self

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