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
qtextodfwriter.cpp File Reference

(77a9a208227ecf750d620b3048053fd4fc4299a4)

#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>
Include dependency graph for qtextodfwriter.cpp:

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)

Function Documentation

◆ borderStyleName()

QString borderStyleName ( QTextFrameFormat::BorderStyle style)
static

Definition at line 157 of file qtextodfwriter.cpp.

◆ bullet_char()

QStringView bullet_char ( QTextListFormat::Style style)
static

Definition at line 129 of file qtextodfwriter.cpp.

◆ bulletChar()

QString bulletChar ( QTextListFormat::Style style)
static

Definition at line 152 of file qtextodfwriter.cpp.

◆ pixelToPoint()

QString pixelToPoint ( qreal pixels)
static

Convert pixels to postscript point units.

Definition at line 31 of file qtextodfwriter.cpp.

◆ probeImageData()

bool probeImageData ( QIODevice * device,
QImage * image,
QString * mimeType,
qreal * width,
qreal * height )
static

Definition at line 384 of file qtextodfwriter.cpp.