Okular::VisiblePageRect

Search for usage in LXR

Okular::VisiblePageRect Class Reference

#include <document.h>

Public Member Functions

 VisiblePageRect (int pageNumber=-1, const NormalizedRect &rectangle=NormalizedRect())
 

Public Attributes

int pageNumber
 
NormalizedRect rect
 

Detailed Description

An area of a specified page.

Definition at line 1510 of file document.h.

Constructor & Destructor Documentation

◆ VisiblePageRect()

VisiblePageRect::VisiblePageRect ( int pageNumber = -1,
const NormalizedRect & rectangle = NormalizedRect() )
explicit

Creates a new visible page rectangle.

Parameters
pageNumberThe page number where the rectangle is located.
rectangleThe rectangle in normalized coordinates.

Definition at line 5914 of file document.cpp.

Member Data Documentation

◆ pageNumber

int Okular::VisiblePageRect::pageNumber

The page number where the rectangle is located.

Definition at line 1524 of file document.h.

◆ rect

NormalizedRect Okular::VisiblePageRect::rect

The rectangle in normalized coordinates.

Definition at line 1529 of file document.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:35 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.