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 6191 of file document.cpp.
◆ ~NewSignatureData()
NewSignatureData::~NewSignatureData | ( | ) |
Definition at line 6196 of file document.cpp.
Member Function Documentation
◆ backgroundImagePath()
QString Okular::NewSignatureData::backgroundImagePath | ( | ) | const |
- Since
- 23.08
Definition at line 6281 of file document.cpp.
◆ boundingRectangle()
NormalizedRect NewSignatureData::boundingRectangle | ( | ) | const |
Definition at line 6241 of file document.cpp.
◆ certNickname()
QString NewSignatureData::certNickname | ( | ) | const |
Definition at line 6201 of file document.cpp.
◆ certSubjectCommonName()
QString NewSignatureData::certSubjectCommonName | ( | ) | const |
Definition at line 6211 of file document.cpp.
◆ documentPassword()
QString NewSignatureData::documentPassword | ( | ) | const |
- Since
- 22.04
Definition at line 6251 of file document.cpp.
◆ fontSize()
double Okular::NewSignatureData::fontSize | ( | ) | const |
- Since
- 25.04
Definition at line 6291 of file document.cpp.
◆ leftFontSize()
double Okular::NewSignatureData::leftFontSize | ( | ) | const |
- Since
- 25.04
Definition at line 6301 of file document.cpp.
◆ location()
QString NewSignatureData::location | ( | ) | const |
- Since
- 23.08
Definition at line 6261 of file document.cpp.
◆ page()
int NewSignatureData::page | ( | ) | const |
Definition at line 6231 of file document.cpp.
◆ password()
QString NewSignatureData::password | ( | ) | const |
Definition at line 6221 of file document.cpp.
◆ reason()
QString NewSignatureData::reason | ( | ) | const |
- Since
- 23.08
Definition at line 6271 of file document.cpp.
◆ setBackgroundImagePath()
void Okular::NewSignatureData::setBackgroundImagePath | ( | const QString & | path | ) |
- Since
- 23.08
Definition at line 6286 of file document.cpp.
◆ setBoundingRectangle()
void NewSignatureData::setBoundingRectangle | ( | const NormalizedRect & | rect | ) |
Definition at line 6246 of file document.cpp.
◆ setCertNickname()
void NewSignatureData::setCertNickname | ( | const QString & | certNickname | ) |
Definition at line 6206 of file document.cpp.
◆ setCertSubjectCommonName()
void NewSignatureData::setCertSubjectCommonName | ( | const QString & | certSubjectCommonName | ) |
Definition at line 6216 of file document.cpp.
◆ setDocumentPassword()
void NewSignatureData::setDocumentPassword | ( | const QString & | password | ) |
- Since
- 22.04
Definition at line 6256 of file document.cpp.
◆ setFontSize()
void Okular::NewSignatureData::setFontSize | ( | double | fontSize | ) |
- Since
- 25.04
Definition at line 6296 of file document.cpp.
◆ setLeftFontSize()
void Okular::NewSignatureData::setLeftFontSize | ( | double | fontSize | ) |
- Since
- 25.04
Definition at line 6306 of file document.cpp.
◆ setLocation()
void NewSignatureData::setLocation | ( | const QString & | location | ) |
- Since
- 23.08
Definition at line 6266 of file document.cpp.
◆ setPage()
void NewSignatureData::setPage | ( | int | page | ) |
Definition at line 6236 of file document.cpp.
◆ setPassword()
void NewSignatureData::setPassword | ( | const QString & | password | ) |
Definition at line 6226 of file document.cpp.
◆ setReason()
void NewSignatureData::setReason | ( | const QString & | reason | ) |
- Since
- 23.08
Definition at line 6276 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 Mar 7 2025 11:54:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.