![]() |
LeechCraft Monocle 0.6.70-14794-g33744ae6ce
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. | |
QPointF | PagePosition_ |
The position within the page. | |
Describes a position within a document.
Definition at line 187 of file idocument.h.
int LC::Monocle::IDocument::Position::Page_ |
The index of the page in question.
Definition at line 191 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 198 of file idocument.h.