LeechCraft Monocle 0.6.70-14794-g33744ae6ce
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
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.
 
QPointF PagePosition_
 The position within the page.
 

Detailed Description

Describes a position within a document.

Definition at line 187 of file idocument.h.

Member Data Documentation

◆ Page_

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

The index of the page in question.

Definition at line 191 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 198 of file idocument.h.


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