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
QImageScale::QImageScaleInfo Struct Reference

#include <qimagescale_p.h>

+ Collaboration diagram for QImageScale::QImageScaleInfo:

Public Attributes

int * xpoints {nullptr}
 
const unsigned int ** ypoints {nullptr}
 
int * xapoints {nullptr}
 
int * yapoints {nullptr}
 
int xup_yup {0}
 
int sh = 0
 
int sw = 0
 

Detailed Description

Definition at line 28 of file qimagescale_p.h.

Member Data Documentation

◆ sh

int QImageScale::QImageScaleInfo::sh = 0

Definition at line 34 of file qimagescale_p.h.

Referenced by QImageScale::qimageCalcScaleInfo().

◆ sw

int QImageScale::QImageScaleInfo::sw = 0

Definition at line 35 of file qimagescale_p.h.

◆ xapoints

int* QImageScale::QImageScaleInfo::xapoints {nullptr}

Definition at line 31 of file qimagescale_p.h.

◆ xpoints

int* QImageScale::QImageScaleInfo::xpoints {nullptr}

Definition at line 29 of file qimagescale_p.h.

◆ xup_yup

int QImageScale::QImageScaleInfo::xup_yup {0}

Definition at line 33 of file qimagescale_p.h.

◆ yapoints

int* QImageScale::QImageScaleInfo::yapoints {nullptr}

Definition at line 32 of file qimagescale_p.h.

◆ ypoints

const unsigned int** QImageScale::QImageScaleInfo::ypoints {nullptr}

Definition at line 30 of file qimagescale_p.h.


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