Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuickImageProviderOptionsPrivate Class Reference
+ Inheritance diagram for QQuickImageProviderOptionsPrivate:
+ Collaboration diagram for QQuickImageProviderOptionsPrivate:

Public Member Functions

 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 471 of file qquickimageprovider.cpp.

Constructor & Destructor Documentation

◆ QQuickImageProviderOptionsPrivate()

QQuickImageProviderOptionsPrivate::QQuickImageProviderOptionsPrivate ( )
inline

Definition at line 474 of file qquickimageprovider.cpp.

Member Data Documentation

◆ autoTransform

◆ preserveAspectRatioCrop

bool QQuickImageProviderOptionsPrivate::preserveAspectRatioCrop = false

◆ preserveAspectRatioFit

bool QQuickImageProviderOptionsPrivate::preserveAspectRatioFit = false

◆ sourceClipRect

QRectF QQuickImageProviderOptionsPrivate::sourceClipRect

◆ targetColorSpace


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