![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qglobal.h>
#include "qtextodfwriter_p.h"
#include <QImageReader>
#include <QImageWriter>
#include <QTextListFormat>
#include <QTextList>
#include <QBuffer>
#include <QUrl>
#include "qtextdocument_p.h"
#include "qtexttable.h"
#include "qtextcursor.h"
#include "qtextimagehandler_p.h"
#include <QDebug>
#include <QtCore/private/qzipwriter_p.h>
Go to the source code of this file.
Classes | |
class | QOutputStrategy |
class | QXmlStreamStrategy |
class | QZipStreamStrategy |
Functions | |
static QString | pixelToPoint (qreal pixels) |
Convert pixels to postscript point units. | |
static QStringView | bullet_char (QTextListFormat::Style style) |
static QString | bulletChar (QTextListFormat::Style style) |
static QString | borderStyleName (QTextFrameFormat::BorderStyle style) |
static bool | probeImageData (QIODevice *device, QImage *image, QString *mimeType, qreal *width, qreal *height) |
|
static |
Definition at line 157 of file qtextodfwriter.cpp.
|
static |
Definition at line 129 of file qtextodfwriter.cpp.
|
static |
Definition at line 152 of file qtextodfwriter.cpp.
Convert pixels to postscript point units.
Definition at line 31 of file qtextodfwriter.cpp.