![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qpen.h"
#include "qpen_p.h"
#include "qdatastream.h"
#include "qvariant.h"
#include "qbrush.h"
#include <qdebug.h>
Go to the source code of this file.
Classes | |
class | QPenDataHolder |
Functions | |
Q_GLOBAL_STATIC_WITH_ARGS (QPenDataHolder, defaultPenInstance,(Qt::black, 1, Qt::SolidLine, qpen_default_cap, qpen_default_join)) Q_GLOBAL_STATIC_WITH_ARGS(QPenDataHolder | |
QDataStream & | operator<< (QDataStream &s, const QPen &p) |
QDataStream & | operator>> (QDataStream &s, QPen &p) |
QDebug | operator<< (QDebug dbg, const QPen &p) |
Variables | |
static constexpr Qt::PenCapStyle | qpen_default_cap = Qt::SquareCap |
static constexpr Qt::PenJoinStyle | qpen_default_join = Qt::BevelJoin |
nullPenInstance |
QDataStream & operator<< | ( | QDataStream & | s, |
const QPen & | p ) |
QDataStream & operator>> | ( | QDataStream & | s, |
QPen & | p ) |
Q_GLOBAL_STATIC_WITH_ARGS | ( | QPenDataHolder | , |
defaultPenInstance | , | ||
(Qt::black, 1, Qt::SolidLine, qpen_default_cap, qpen_default_join) | ) |
|
staticconstexpr |
|
staticconstexpr |