Okular::NewSignatureData
#include <document.h>
Public Member Functions | |
| NewSignatureData (const NewSignatureData &)=delete | |
| QString | backgroundImagePath () const |
| NormalizedRect | boundingRectangle () const |
| QString | certNickname () const |
| QString | certSubjectCommonName () const |
| QString | documentPassword () const |
| double | fontSize () const |
| double | leftFontSize () const |
| QString | location () const |
| NewSignatureData & | operator= (const NewSignatureData &)=delete |
| int | page () const |
| QString | password () const |
| QString | reason () const |
| void | setBackgroundImagePath (const QString &path) |
| void | setBoundingRectangle (const NormalizedRect &rect) |
| void | setCertNickname (const QString &certNickname) |
| void | setCertSubjectCommonName (const QString &certSubjectCommonName) |
| void | setDocumentPassword (const QString &password) |
| void | setFontSize (double fontSize) |
| void | setLeftFontSize (double fontSize) |
| void | setLocation (const QString &location) |
| void | setPage (int page) |
| void | setPassword (const QString &password) |
| void | setReason (const QString &reason) |
Detailed Description
Constructor & Destructor Documentation
◆ NewSignatureData()
| NewSignatureData::NewSignatureData | ( | ) |
Definition at line 6193 of file document.cpp.
◆ ~NewSignatureData()
| NewSignatureData::~NewSignatureData | ( | ) |
Definition at line 6198 of file document.cpp.
Member Function Documentation
◆ backgroundImagePath()
| QString Okular::NewSignatureData::backgroundImagePath | ( | ) | const |
- Since
- 23.08
Definition at line 6283 of file document.cpp.
◆ boundingRectangle()
| NormalizedRect NewSignatureData::boundingRectangle | ( | ) | const |
Definition at line 6243 of file document.cpp.
◆ certNickname()
| QString NewSignatureData::certNickname | ( | ) | const |
Definition at line 6203 of file document.cpp.
◆ certSubjectCommonName()
| QString NewSignatureData::certSubjectCommonName | ( | ) | const |
Definition at line 6213 of file document.cpp.
◆ documentPassword()
| QString NewSignatureData::documentPassword | ( | ) | const |
- Since
- 22.04
Definition at line 6253 of file document.cpp.
◆ fontSize()
| double Okular::NewSignatureData::fontSize | ( | ) | const |
- Since
- 25.04
Definition at line 6293 of file document.cpp.
◆ leftFontSize()
| double Okular::NewSignatureData::leftFontSize | ( | ) | const |
- Since
- 25.04
Definition at line 6303 of file document.cpp.
◆ location()
| QString NewSignatureData::location | ( | ) | const |
- Since
- 23.08
Definition at line 6263 of file document.cpp.
◆ page()
| int NewSignatureData::page | ( | ) | const |
Definition at line 6233 of file document.cpp.
◆ password()
| QString NewSignatureData::password | ( | ) | const |
Definition at line 6223 of file document.cpp.
◆ reason()
| QString NewSignatureData::reason | ( | ) | const |
- Since
- 23.08
Definition at line 6273 of file document.cpp.
◆ setBackgroundImagePath()
| void Okular::NewSignatureData::setBackgroundImagePath | ( | const QString & | path | ) |
- Since
- 23.08
Definition at line 6288 of file document.cpp.
◆ setBoundingRectangle()
| void NewSignatureData::setBoundingRectangle | ( | const NormalizedRect & | rect | ) |
Definition at line 6248 of file document.cpp.
◆ setCertNickname()
| void NewSignatureData::setCertNickname | ( | const QString & | certNickname | ) |
Definition at line 6208 of file document.cpp.
◆ setCertSubjectCommonName()
| void NewSignatureData::setCertSubjectCommonName | ( | const QString & | certSubjectCommonName | ) |
Definition at line 6218 of file document.cpp.
◆ setDocumentPassword()
| void NewSignatureData::setDocumentPassword | ( | const QString & | password | ) |
- Since
- 22.04
Definition at line 6258 of file document.cpp.
◆ setFontSize()
| void Okular::NewSignatureData::setFontSize | ( | double | fontSize | ) |
- Since
- 25.04
Definition at line 6298 of file document.cpp.
◆ setLeftFontSize()
| void Okular::NewSignatureData::setLeftFontSize | ( | double | fontSize | ) |
- Since
- 25.04
Definition at line 6308 of file document.cpp.
◆ setLocation()
| void NewSignatureData::setLocation | ( | const QString & | location | ) |
- Since
- 23.08
Definition at line 6268 of file document.cpp.
◆ setPage()
| void NewSignatureData::setPage | ( | int | page | ) |
Definition at line 6238 of file document.cpp.
◆ setPassword()
| void NewSignatureData::setPassword | ( | const QString & | password | ) |
Definition at line 6228 of file document.cpp.
◆ setReason()
| void NewSignatureData::setReason | ( | const QString & | reason | ) |
- Since
- 23.08
Definition at line 6278 of file document.cpp.
The documentation for this class was generated from the following files:
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.