|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef VP1GRAPHICSVIEW_H
16 #define VP1GRAPHICSVIEW_H
18 #include <QGraphicsView>
89 void drawItems(QPainter *painter,
int numItems,
90 QGraphicsItem *
items[],
91 const QStyleOptionGraphicsItem
options[]);
void updateZoomAnimation()
void drawForeground(QPainter *painter, const QRectF &rect)
void mouseMoveEvent(QMouseEvent *)
void setAnimatedZoomSteps(int)
void abortZoomAnimation()
void drawItems(QPainter *painter, int numItems, QGraphicsItem *items[], const QStyleOptionGraphicsItem options[])
void mousePressEvent(QMouseEvent *)
virtual ~VP1GraphicsView()
void keyPressEvent(QKeyEvent *)
VP1GraphicsView(QWidget *parent=0)
POOL::TEvent event(POOL::TEvent::kClassAccess)
void addItemCollection(VP1GraphicsItemCollection *)
void setDisallowMovable(VP1GraphicsItemCollection *, const bool &disallow=true)
void wheelEvent(QWheelEvent *)
void emitSelectionChanged(VP1GraphicsItemCollection *)
void setMode(const Mode &)
void setDisallowInteractions(VP1GraphicsItemCollection *, const bool &disallow=true)
void removeItemCollection(VP1GraphicsItemCollection *)
void mouseReleaseEvent(QMouseEvent *)
void setZoomFactorOnSeek(double)
void mouseDoubleClickEvent(QMouseEvent *event)
void setAnimatedZoomTime(double)
void initiateAnimatedZoomTo(QRectF)
void seekToPoint(QPointF)
void scaleView(qreal scaleFactor)