Okular::VisiblePageRect
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 1610 of file document.h.
Constructor & Destructor Documentation
◆ VisiblePageRect()
|
explicit |
Creates a new visible page rectangle.
- Parameters
-
pageNumber The page number where the rectangle is located. rectangle The rectangle in normalized coordinates.
Definition at line 6162 of file document.cpp.
Member Data Documentation
◆ pageNumber
int Okular::VisiblePageRect::pageNumber |
The page number where the rectangle is located.
Definition at line 1624 of file document.h.
◆ rect
NormalizedRect Okular::VisiblePageRect::rect |
The rectangle in normalized coordinates.
Definition at line 1629 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 Mon Nov 18 2024 12:14:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.