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
QSvgAnimatedPropertyTransform::TransformComponent Struct Reference

#include <qsvganimatedproperty_p.h>

Collaboration diagram for QSvgAnimatedPropertyTransform::TransformComponent:

Public Types

enum  Type {
  Translate , Scale , Rotate , Skew ,
  Matrix
}

Public Attributes

Type type
QVarLengthArray< qreal, 16 > values

Detailed Description

Definition at line 94 of file qsvganimatedproperty_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
Translate 
Scale 
Rotate 
Skew 
Matrix 

Definition at line 95 of file qsvganimatedproperty_p.h.

Member Data Documentation

◆ type

Type QSvgAnimatedPropertyTransform::TransformComponent::type

Definition at line 102 of file qsvganimatedproperty_p.h.

◆ values

QVarLengthArray<qreal, 16> QSvgAnimatedPropertyTransform::TransformComponent::values

Definition at line 103 of file qsvganimatedproperty_p.h.


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