LeechCraft Monocle  0.6.70-13729-g7046a9d2a7
Modular document viewer for LeechCraft
LC::Monocle::IDocument::Position Struct Reference

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

Detailed Description

Describes a position within a document.

Definition at line 208 of file idocument.h.

Member Data Documentation

◆ Page_

int LC::Monocle::IDocument::Position::Page_

The index of the page in question.

Definition at line 212 of file idocument.h.

◆ PagePosition_

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.


The documentation for this struct was generated from the following file: