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
QSGSoftwareHelpers::QTileRules Struct Reference

#include <qsgsoftwareinternalimagenode_p.h>

Collaboration diagram for QSGSoftwareHelpers::QTileRules:

Public Member Functions

 QTileRules (Qt::TileRule horizontalRule, Qt::TileRule verticalRule)
 QTileRules (Qt::TileRule rule=Qt::StretchTile)

Public Attributes

Qt::TileRule horizontal
Qt::TileRule vertical

Detailed Description

Definition at line 29 of file qsgsoftwareinternalimagenode_p.h.

Constructor & Destructor Documentation

◆ QTileRules() [1/2]

QSGSoftwareHelpers::QTileRules::QTileRules ( Qt::TileRule horizontalRule,
Qt::TileRule verticalRule )
inline

Definition at line 31 of file qsgsoftwareinternalimagenode_p.h.

References QTileRules().

Referenced by QTileRules().

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

◆ QTileRules() [2/2]

QSGSoftwareHelpers::QTileRules::QTileRules ( Qt::TileRule rule = Qt::StretchTile)
inline

Definition at line 33 of file qsgsoftwareinternalimagenode_p.h.

References QTileRules().

Referenced by QTileRules().

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

Member Data Documentation

◆ horizontal

Qt::TileRule QSGSoftwareHelpers::QTileRules::horizontal

Definition at line 35 of file qsgsoftwareinternalimagenode_p.h.

◆ vertical

Qt::TileRule QSGSoftwareHelpers::QTileRules::vertical

Definition at line 36 of file qsgsoftwareinternalimagenode_p.h.


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