mupdf-qt  0.1
Qt5 interface of the popular PDF library MuPDF
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
Classes | Namespaces | Constant Groups | Functions
mupdf-page.h File Reference
#include <QList>

Go to the source code of this file.

Classes

class  MuPDF::Page
 A page. More...
 

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...