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
FX_IMAGEDIB_AND_DPI Struct Reference

#include <cxfa_ffdoc.h>

+ Collaboration diagram for FX_IMAGEDIB_AND_DPI:

Public Member Functions

 FX_IMAGEDIB_AND_DPI ()
 
 FX_IMAGEDIB_AND_DPI (const FX_IMAGEDIB_AND_DPI &that)
 
 FX_IMAGEDIB_AND_DPI (const RetainPtr< CFX_DIBBase > &pDib, int32_t xDpi, int32_t yDpi)
 
 ~FX_IMAGEDIB_AND_DPI ()
 

Public Attributes

RetainPtr< CFX_DIBBasepDibSource
 
int32_t iImageXDpi
 
int32_t iImageYDpi
 

Detailed Description

Definition at line 42 of file cxfa_ffdoc.h.

Constructor & Destructor Documentation

◆ FX_IMAGEDIB_AND_DPI() [1/3]

FX_IMAGEDIB_AND_DPI::FX_IMAGEDIB_AND_DPI ( )
default

◆ FX_IMAGEDIB_AND_DPI() [2/3]

FX_IMAGEDIB_AND_DPI::FX_IMAGEDIB_AND_DPI ( const FX_IMAGEDIB_AND_DPI & that)
default

◆ FX_IMAGEDIB_AND_DPI() [3/3]

FX_IMAGEDIB_AND_DPI::FX_IMAGEDIB_AND_DPI ( const RetainPtr< CFX_DIBBase > & pDib,
int32_t xDpi,
int32_t yDpi )

Definition at line 50 of file cxfa_ffdoc.cpp.

References FX_IMAGEDIB_AND_DPI(), iImageXDpi, and iImageYDpi.

Referenced by FX_IMAGEDIB_AND_DPI().

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

◆ ~FX_IMAGEDIB_AND_DPI()

FX_IMAGEDIB_AND_DPI::~FX_IMAGEDIB_AND_DPI ( )
default

Member Data Documentation

◆ iImageXDpi

int32_t FX_IMAGEDIB_AND_DPI::iImageXDpi

Definition at line 51 of file cxfa_ffdoc.h.

Referenced by FX_IMAGEDIB_AND_DPI().

◆ iImageYDpi

int32_t FX_IMAGEDIB_AND_DPI::iImageYDpi

Definition at line 52 of file cxfa_ffdoc.h.

Referenced by FX_IMAGEDIB_AND_DPI().

◆ pDibSource

RetainPtr<CFX_DIBBase> FX_IMAGEDIB_AND_DPI::pDibSource

Definition at line 50 of file cxfa_ffdoc.h.


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