Okular
Okular Namespace Reference
Typedefs | |
typedef QFlags< Permission > | Permissions |
Enumerations | |
enum | GenerationType { Synchronous , Asynchronous } |
enum | MergeSide { MergeRight = 0 , MergeBottom = 1 , MergeLeft = 2 , MergeTop = 3 , MergeAll = 4 } |
enum | Permission { AllowModify = 1 , AllowCopy = 2 , AllowPrint = 4 , AllowNotes = 8 , AllowFillForms = 16 } |
enum | Rotation { Rotation0 = 0 , Rotation90 = 1 , Rotation180 = 2 , Rotation270 = 3 } |
enum | ScriptType { JavaScript = 0 } |
enum | SearchDirection { FromTop , FromBottom , NextResult , PreviousResult } |
enum | SigningResult { SigningSuccess , FieldAlreadySigned , GenericSigningError } |
Functions | |
Okular::NormalizedRect | buildBoundingRectangleForButtons (const QList< Okular::FormFieldButton * > &formButtons) |
void | moveViewportIfBoundingRectNotFullyVisible (Okular::NormalizedRect boundingRect, DocumentPrivate *docPriv, int pageNumber) |
size_t | qHash (const Okular::NormalizedRect &r, size_t seed=0) |
Detailed Description
Typedef Documentation
◆ Permissions
typedef QFlags< Permission > Okular::Permissions |
Enumeration Type Documentation
◆ GenerationType
◆ MergeSide
enum Okular::MergeSide |
The side(s) to be considered when merging areas.
◆ Permission
enum Okular::Permission |
◆ Rotation
enum Okular::Rotation |
◆ ScriptType
enum Okular::ScriptType |
◆ SearchDirection
Describes the direction of searching.
◆ SigningResult
- Since
- 24.12
Definition at line 552 of file signatureutils.h.
Function Documentation
◆ buildBoundingRectangleForButtons()
Okular::NormalizedRect Okular::buildBoundingRectangleForButtons | ( | const QList< Okular::FormFieldButton * > & | formButtons | ) |
Definition at line 38 of file documentcommands.cpp.
◆ moveViewportIfBoundingRectNotFullyVisible()
void Okular::moveViewportIfBoundingRectNotFullyVisible | ( | Okular::NormalizedRect | boundingRect, |
DocumentPrivate * | docPriv, | ||
int | pageNumber ) |
Definition at line 24 of file documentcommands.cpp.
◆ qHash()
size_t Okular::qHash | ( | const Okular::NormalizedRect & | r, |
size_t | seed = 0 ) |
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.