_ZN24QGraphicsSceneWheelEventC1EN6QEvent4TypeE, _ZN24QGraphicsSceneWheelEventC2EN6QEvent4TypeE

Name

QGraphicsSceneWheelEvent::QGraphicsSceneWheelEvent -- QGraphicsSceneWheelEvent constructor

Synopsis

#include <QtGui/qgraphicssceneevent.h>

QGraphicsSceneWheelEvent::QGraphicsSceneWheelEvent (QEvent::Type type);

Description

Constructs a new QGraphicsSceneWheelEvent of the specified type type which should be always QEvent::GraphicsSceneWheel.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.