![]() |
LeechCraft Monocle
0.6.70-13729-g7046a9d2a7
Modular document viewer for LeechCraft
|
Describes a position within a document. More...
#include "idocument.h"
Public Attributes | |
int | Page_ |
The index of the page in question. More... | |
QPointF | PagePosition_ |
The position within the page. More... | |
Describes a position within a document.
Definition at line 208 of file idocument.h.
int LC::Monocle::IDocument::Position::Page_ |
The index of the page in question.
Definition at line 212 of file idocument.h.
QPointF LC::Monocle::IDocument::Position::PagePosition_ |
The position within the page.
The position is absolute, that is, between 0 and the bottom right corner of the page as returned by IDocument::GetPageSize().
Definition at line 219 of file idocument.h.