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 , InternalSigningError , KeyMissing , SignatureWriteFailed , UserCancelled , BadPassphrase } |
Functions | |
| Okular::NormalizedRect | buildBoundingRectangleForButtons (const QList< Okular::FormFieldButton * > &formButtons) |
| OKULARCORE_EXPORT QString | errorString (SigningResult result, const QVariant &additionalMessage) |
| 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 575 of file signatureutils.h.
Function Documentation
◆ buildBoundingRectangleForButtons()
| Okular::NormalizedRect Okular::buildBoundingRectangleForButtons | ( | const QList< Okular::FormFieldButton * > & | formButtons | ) |
Definition at line 38 of file documentcommands.cpp.
◆ errorString()
| QString Okular::errorString | ( | SigningResult | result, |
| const QVariant & | additionalMessage ) |
User strings for signing errors.
- Parameters
-
SigningResult possible argument for the signing result
- Since
- 25.04
Definition at line 488 of file signatureutils.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-2025 The KDE developers.
Generated on Fri May 2 2025 11:59:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:59:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.