gsdview.graphicsview

Custom QtGui.QGraphicsView component.

Classes

GraphicsView
GraphicsViewMonitor Emit signals when a registered graphics view changes status.
class gsdview.graphicsview.GraphicsView[source]

Bases: PyQt4.QtGui.QGraphicsView

class gsdview.graphicsview.GraphicsViewMonitor[source]

Bases: PyQt4.QtCore.QObject

Emit signals when a registered graphics view changes status.

Signals :
eventFilter(obj, event)[source]
leave

SIGNAL: it is emitted when the mouse pointer leaves the scene

C++ signature:void leave(QGraphicsView*)
mouseMoved

SIGNAL: it is emitted when the mouse pointer is moved on the scene

C++ signature:void mouseMoved(QtGui.QGraphicsScene, QtCore.QPointF, QtCore.Qt.MuseButtons)
register(graphicsview)[source]
resized

SIGNAL: it is emitted when the graphicsview window is resized

C++ signature:void resized(QGraphicsView*, QSize)
scrolled

SIGNAL: it is emitted when a graphics view is scrolled

C++ signature:void scrolled(QGraphicsView*)
viewportResized

SIGNAL:

C++ signature:void viewportResized(QGraphicsView*)

Get GSDView at SourceForge.net. Fast, secure and Free Open Source software downloads

Previous topic

gsdview.errors

Next topic

gsdview.imgutils

This Page