Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QGraphicsItemPrivate::TransformData Struct Reference

#include <qgraphicsitem_p.h>

Collaboration diagram for QGraphicsItemPrivate::TransformData:

Public Member Functions

 TransformData ()
QTransform computedFullTransform (QTransform *postmultiplyTransform=nullptr) const

Public Attributes

QTransform transform
qreal scale
qreal rotation
qreal xOrigin
qreal yOrigin
QList< QGraphicsTransform * > graphicsTransforms
bool onlyTransform

Detailed Description

Definition at line 429 of file qgraphicsitem_p.h.

Constructor & Destructor Documentation

◆ TransformData()

QGraphicsItemPrivate::TransformData::TransformData ( )
inline

Definition at line 439 of file qgraphicsitem_p.h.

Member Function Documentation

◆ computedFullTransform()

QTransform QGraphicsItemPrivate::TransformData::computedFullTransform ( QTransform * postmultiplyTransform = nullptr) const
inline

Definition at line 445 of file qgraphicsitem_p.h.

Member Data Documentation

◆ graphicsTransforms

QList<QGraphicsTransform *> QGraphicsItemPrivate::TransformData::graphicsTransforms

Definition at line 436 of file qgraphicsitem_p.h.

◆ onlyTransform

bool QGraphicsItemPrivate::TransformData::onlyTransform

Definition at line 437 of file qgraphicsitem_p.h.

◆ rotation

qreal QGraphicsItemPrivate::TransformData::rotation

Definition at line 433 of file qgraphicsitem_p.h.

◆ scale

qreal QGraphicsItemPrivate::TransformData::scale

Definition at line 432 of file qgraphicsitem_p.h.

◆ transform

QTransform QGraphicsItemPrivate::TransformData::transform

Definition at line 431 of file qgraphicsitem_p.h.

◆ xOrigin

qreal QGraphicsItemPrivate::TransformData::xOrigin

Definition at line 434 of file qgraphicsitem_p.h.

◆ yOrigin

qreal QGraphicsItemPrivate::TransformData::yOrigin

Definition at line 435 of file qgraphicsitem_p.h.


The documentation for this struct was generated from the following file: