QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QGraphicsItemPrivate::TransformData Struct Reference

#include <qgraphicsitem_p.h>

Collaboration diagram for QGraphicsItemPrivate::TransformData:
Collaboration graph
[legend]

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 528 of file qgraphicsitem_p.h.

Constructor & Destructor Documentation

◆ TransformData()

QGraphicsItemPrivate::TransformData::TransformData ( )
inline

Definition at line 538 of file qgraphicsitem_p.h.

Member Function Documentation

◆ computedFullTransform()

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

Definition at line 544 of file qgraphicsitem_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ graphicsTransforms

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

Definition at line 535 of file qgraphicsitem_p.h.

◆ onlyTransform

bool QGraphicsItemPrivate::TransformData::onlyTransform

Definition at line 536 of file qgraphicsitem_p.h.

◆ rotation

qreal QGraphicsItemPrivate::TransformData::rotation

Definition at line 532 of file qgraphicsitem_p.h.

◆ scale

qreal QGraphicsItemPrivate::TransformData::scale

Definition at line 531 of file qgraphicsitem_p.h.

◆ transform

QTransform QGraphicsItemPrivate::TransformData::transform

Definition at line 530 of file qgraphicsitem_p.h.

◆ xOrigin

qreal QGraphicsItemPrivate::TransformData::xOrigin

Definition at line 533 of file qgraphicsitem_p.h.

◆ yOrigin

qreal QGraphicsItemPrivate::TransformData::yOrigin

Definition at line 534 of file qgraphicsitem_p.h.


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