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

(a2e430a39c8e8859947be94cc948d37527e8ccd4)

#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 "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 156 of file qtextodfwriter.cpp.

◆ bullet_char()

QStringView bullet_char ( QTextListFormat::Style style)
static

Definition at line 128 of file qtextodfwriter.cpp.

◆ bulletChar()

QString bulletChar ( QTextListFormat::Style style)
static

Definition at line 151 of file qtextodfwriter.cpp.

◆ pixelToPoint()

QString pixelToPoint ( qreal pixels)
static

Convert pixels to postscript point units.

Definition at line 30 of file qtextodfwriter.cpp.

◆ probeImageData()

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

Definition at line 383 of file qtextodfwriter.cpp.