Qt 4.8
|
Holds the rules used to draw a pixmap or image split into nine segments, similar to [CSS3 border-images](http://www. More...
#include <qdrawutil.h>
Public Functions | |
QTileRules (Qt::TileRule horizontalRule, Qt::TileRule verticalRule) | |
Constructs a QTileRules with the given horizontalRule and verticalRule. More... | |
QTileRules (Qt::TileRule rule=Qt::StretchTile) | |
Constructs a QTileRules with the given rule used for both the horizontal rule and the vertical rule. More... | |
Public Variables | |
Qt::TileRule | horizontal |
Qt::TileRule | vertical |
Holds the rules used to draw a pixmap or image split into nine segments, similar to [CSS3 border-images](http://www.
w3.org/TR/css3-background/).
\sa Qt::TileRule, QMargins
Definition at line 136 of file qdrawutil.h.
|
inline |
Constructs a QTileRules with the given horizontalRule and verticalRule.
Definition at line 138 of file qdrawutil.h.
|
inline |
Constructs a QTileRules with the given rule used for both the horizontal rule and the vertical rule.
Definition at line 140 of file qdrawutil.h.
Qt::TileRule QTileRules::horizontal |
Definition at line 142 of file qdrawutil.h.
Referenced by qDrawBorderPixmap().
Qt::TileRule QTileRules::vertical |
Definition at line 143 of file qdrawutil.h.
Referenced by qDrawBorderPixmap().