![]() |
Qt 6.x
The Qt SDK
|
#include "qpicture.h"#include <private/qpicture_p.h>#include <private/qfactoryloader_p.h>#include <private/qpaintengine_pic_p.h>#include <private/qfont_p.h>#include <qguiapplication.h>#include "qdatastream.h"#include "qfile.h"#include "qimage.h"#include "qmutex.h"#include "qpainter.h"#include "qpainterpath.h"#include "qpixmap.h"#include "qregion.h"#include "qdebug.h"#include <QtCore/private/qlocking_p.h>#include <algorithm>
Include dependency graph for qpicture.cpp:Go to the source code of this file.
Classes | |
| class | QFakeDevice |
Functions | |
| QT_BEGIN_NAMESPACE void | qt_format_text (const QFont &fnt, const QRectF &_r, int tf, const QTextOption *opt, const QString &str, QRectF *brect, int tabstops, int *, int tabarraylen, QPainter *painter) |
Variables | |
| const char * | qt_mfhdr_tag = "QPIC" |
| static const quint16 | mfhdr_maj = QDataStream::Qt_DefaultCompiledVersion |
| static const quint16 | mfhdr_min = 0 |
| void qt_format_text | ( | const QFont & | fnt, |
| const QRectF & | _r, | ||
| int | tf, | ||
| const QTextOption * | opt, | ||
| const QString & | str, | ||
| QRectF * | brect, | ||
| int | tabstops, | ||
| int * | tabarray, | ||
| int | tabarraylen, | ||
| QPainter * | painter | ||
| ) |
Definition at line 7076 of file qpainter.cpp.
Referenced by QFontMetrics::boundingRect(), QFontMetricsF::boundingRect(), QPainter::boundingRect(), QPainter::drawText(), QPainter::drawText(), QPainter::drawText(), and qt_format_text().
Here is the caller graph for this function:
|
static |
Definition at line 84 of file qpicture.cpp.
Referenced by QPicture::QPicture(), QPicturePrivate::checkFormat(), and QPicturePrivate::resetFormat().
|
static |
Definition at line 85 of file qpicture.cpp.
Referenced by QPicturePrivate::resetFormat().
| const char* qt_mfhdr_tag = "QPIC" |
Definition at line 83 of file qpicture.cpp.
Referenced by QPicturePaintEngine::begin(), and QPicturePrivate::checkFormat().