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
qpen_p.h
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QPEN_P_H
5#define QPEN_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtCore/private/qglobal_p.h>
19#include <QtCore/qshareddata.h>
20
22
38
40
41#endif // QPEN_P_H
\inmodule QtGui
Definition qbrush.h:30
qreal dashOffset
Definition qpen_p.h:34
qreal width
Definition qpen_p.h:28
Qt::PenStyle style
Definition qpen_p.h:30
QPenPrivate(const QBrush &brush, qreal width, Qt::PenStyle, Qt::PenCapStyle, Qt::PenJoinStyle _joinStyle)
Definition qpen.cpp:192
Qt::PenCapStyle capStyle
Definition qpen_p.h:31
QBrush brush
Definition qpen_p.h:29
QList< qreal > dashPattern
Definition qpen_p.h:33
Qt::PenJoinStyle joinStyle
Definition qpen_p.h:32
uint cosmetic
Definition qpen_p.h:36
qreal miterLimit
Definition qpen_p.h:35
\inmodule QtCore
Definition qshareddata.h:19
Combined button and popup list for selecting options.
PenJoinStyle
PenCapStyle
Definition brush.cpp:5
GLint GLsizei width
unsigned int uint
Definition qtypes.h:34
double qreal
Definition qtypes.h:187