![]() |
LeechCraft Monocle
0.6.70-13605-g8cd066ad6a
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 207 of file idocument.h.
| int LC::Monocle::IDocument::Position::Page_ |
The index of the page in question.
Definition at line 211 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 218 of file idocument.h.