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
qcssutil_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "QtCore/qglobal.h"
#include "private/qcssparser_p.h"
#include "QtCore/qsize.h"
Include dependency graph for qcssutil_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void qDrawEdge (QPainter *p, qreal x1, qreal y1, qreal x2, qreal y2, qreal dw1, qreal dw2, QCss::Edge edge, QCss::BorderStyle style, QBrush c)
void qDrawRoundedCorners (QPainter *p, qreal x1, qreal y1, qreal x2, qreal y2, const QSizeF &r1, const QSizeF &r2, QCss::Edge edge, QCss::BorderStyle s, QBrush c)
void Q_GUI_EXPORT qDrawBorder (QPainter *p, const QRect &rect, const QCss::BorderStyle *styles, const int *borders, const QBrush *colors, const QSize *radii)
void Q_GUI_EXPORT qNormalizeRadii (const QRect &br, const QSize *radii, QSize *tlr, QSize *trr, QSize *blr, QSize *brr)

Function Documentation

◆ qDrawBorder()

void Q_GUI_EXPORT qDrawBorder ( QPainter * p,
const QRect & rect,
const QCss::BorderStyle * styles,
const int * borders,
const QBrush * colors,
const QSize * radii )
extern

Definition at line 313 of file qcssutil.cpp.

◆ qDrawEdge()

void qDrawEdge ( QPainter * p,
qreal x1,
qreal y1,
qreal x2,
qreal y2,
qreal dw1,
qreal dw2,
QCss::Edge edge,
QCss::BorderStyle style,
QBrush c )
extern

Definition at line 149 of file qcssutil.cpp.

◆ qDrawRoundedCorners()

void qDrawRoundedCorners ( QPainter * p,
qreal x1,
qreal y1,
qreal x2,
qreal y2,
const QSizeF & r1,
const QSizeF & r2,
QCss::Edge edge,
QCss::BorderStyle s,
QBrush c )
extern

Definition at line 44 of file qcssutil.cpp.

◆ qNormalizeRadii()

void Q_GUI_EXPORT qNormalizeRadii ( const QRect & br,
const QSize * radii,
QSize * tlr,
QSize * trr,
QSize * blr,
QSize * brr )
extern

Definition at line 279 of file qcssutil.cpp.