mupdf-qt  0.1
Qt5 interface of the popular PDF library MuPDF
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
Namespaces | Constant Groups | Functions
mupdf-page.cpp File Reference
#include "mupdf-page.h"
#include "mupdf-page_p.h"
#include "mupdf-document.h"
#include "mupdf-document_p.h"
#include "mupdf-textbox.h"
#include "mupdf-textbox_p.h"
#include <mupdf/fitz.h>
#include <QImage>
#include <QSizeF>

Go to the source code of this file.

Namespaces

 MuPDF
 

Constant Groups

 MuPDF
 

Functions

QPointF MuPDF::mapToOrigin (const QPointF &pos, float scaleX, float scaleY, float rotation=0.0f)
 Map from a transformed point to the original point. More...
 
QSizeF MuPDF::mapToOrigin (const QSizeF &size, float scaleX, float scaleY, float rotation=0.0f)
 Map from a transformed size to the original size. More...
 
QRectF MuPDF::mapToOrigin (const QRectF &rect, float scaleX, float scaleY, float rotation=0.0f)
 Map from a transformed rect to the original rect. More...
 
QPointF MuPDF::mapFromOrigin (const QPointF &pos, float scaleX, float scaleY, float rotation=0.0f)
 Map from a original point to the transformed point. More...
 
QSizeF MuPDF::mapFromOrigin (const QSizeF &size, float scaleX, float scaleY, float rotation=0.0f)
 Map from a original size to the transformed size. More...
 
QRectF MuPDF::mapFromOrigin (const QRectF &rect, float scaleX, float scaleY, float rotation=0.0f)
 Map from a original rect to the transformed rect. More...