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
QQuickImageProviderOptionsPrivate Class Reference
+ Inheritance diagram for QQuickImageProviderOptionsPrivate:
+ Collaboration diagram for QQuickImageProviderOptionsPrivate:

Public Member Functions

 QQuickImageProviderOptionsPrivate ()
 
 QQuickImageProviderOptionsPrivate ()
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QColorSpace targetColorSpace
 
QRectF sourceClipRect
 
QQuickImageProviderOptions::AutoTransform autoTransform = QQuickImageProviderOptions::UsePluginDefaultTransform
 
bool preserveAspectRatioCrop = false
 
bool preserveAspectRatioFit = false
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 473 of file qquickimageprovider.cpp.

Constructor & Destructor Documentation

◆ QQuickImageProviderOptionsPrivate() [1/2]

QQuickImageProviderOptionsPrivate::QQuickImageProviderOptionsPrivate ( )
inline

Definition at line 476 of file qquickimageprovider.cpp.

◆ QQuickImageProviderOptionsPrivate() [2/2]

QQuickImageProviderOptionsPrivate::QQuickImageProviderOptionsPrivate ( )
inline

Definition at line 476 of file qquickimageprovider.cpp.

Member Data Documentation

◆ autoTransform

Definition at line 482 of file qquickimageprovider.cpp.

◆ preserveAspectRatioCrop

bool QQuickImageProviderOptionsPrivate::preserveAspectRatioCrop = false

Definition at line 483 of file qquickimageprovider.cpp.

◆ preserveAspectRatioFit

bool QQuickImageProviderOptionsPrivate::preserveAspectRatioFit = false

Definition at line 484 of file qquickimageprovider.cpp.

◆ sourceClipRect

QRectF QQuickImageProviderOptionsPrivate::sourceClipRect

Definition at line 481 of file qquickimageprovider.cpp.

◆ targetColorSpace

QColorSpace QQuickImageProviderOptionsPrivate::targetColorSpace

Definition at line 480 of file qquickimageprovider.cpp.


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