4#ifndef QGRAPHICSTRANSFORM_H
5#define QGRAPHICSTRANSFORM_H
7#include <QtWidgets/qtwidgetsglobal.h>
8#include <QtCore/QObject>
9#include <QtGui/QVector3D>
10#include <QtGui/QTransform>
11#include <QtGui/QMatrix4x4>
48 Q_PROPERTY(
qreal xScale READ xScale WRITE setXScale NOTIFY xScaleChanged)
49 Q_PROPERTY(
qreal yScale READ yScale WRITE setYScale NOTIFY yScaleChanged)
50 Q_PROPERTY(
qreal zScale READ zScale WRITE setZScale NOTIFY zScaleChanged)
59 void setXScale(
qreal);
62 void setYScale(
qreal);
65 void setZScale(
qreal);
The QGraphicsItem class is the base class for all graphical items in a QGraphicsScene.
The QGraphicsRotation class provides a rotation transformation around a given axis.
void originChanged()
This signal is emitted whenever the origin has changed.
void axisChanged()
This signal is emitted whenever the axis of the object changes.
void angleChanged()
This signal is emitted whenever the angle has changed.
The QGraphicsScale class provides a scale transformation.
void originChanged()
QGraphicsScale emits this signal when its origin changes.
The QMatrix4x4 class represents a 4x4 transformation matrix in 3D space.
The QVector3D class represents a vector or vertex in 3D space.
Combined button and popup list for selecting options.
#define QT_REQUIRE_CONFIG(feature)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent