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 6187 of file document.cpp.
◆ ~NewSignatureData()
NewSignatureData::~NewSignatureData | ( | ) |
Definition at line 6192 of file document.cpp.
Member Function Documentation
◆ backgroundImagePath()
QString Okular::NewSignatureData::backgroundImagePath | ( | ) | const |
- Since
- 23.08
Definition at line 6277 of file document.cpp.
◆ boundingRectangle()
NormalizedRect NewSignatureData::boundingRectangle | ( | ) | const |
Definition at line 6237 of file document.cpp.
◆ certNickname()
QString NewSignatureData::certNickname | ( | ) | const |
Definition at line 6197 of file document.cpp.
◆ certSubjectCommonName()
QString NewSignatureData::certSubjectCommonName | ( | ) | const |
Definition at line 6207 of file document.cpp.
◆ documentPassword()
QString NewSignatureData::documentPassword | ( | ) | const |
- Since
- 22.04
Definition at line 6247 of file document.cpp.
◆ fontSize()
double Okular::NewSignatureData::fontSize | ( | ) | const |
- Since
- 25.04
Definition at line 6287 of file document.cpp.
◆ leftFontSize()
double Okular::NewSignatureData::leftFontSize | ( | ) | const |
- Since
- 25.04
Definition at line 6297 of file document.cpp.
◆ location()
QString NewSignatureData::location | ( | ) | const |
- Since
- 23.08
Definition at line 6257 of file document.cpp.
◆ page()
int NewSignatureData::page | ( | ) | const |
Definition at line 6227 of file document.cpp.
◆ password()
QString NewSignatureData::password | ( | ) | const |
Definition at line 6217 of file document.cpp.
◆ reason()
QString NewSignatureData::reason | ( | ) | const |
- Since
- 23.08
Definition at line 6267 of file document.cpp.
◆ setBackgroundImagePath()
void Okular::NewSignatureData::setBackgroundImagePath | ( | const QString & | path | ) |
- Since
- 23.08
Definition at line 6282 of file document.cpp.
◆ setBoundingRectangle()
void NewSignatureData::setBoundingRectangle | ( | const NormalizedRect & | rect | ) |
Definition at line 6242 of file document.cpp.
◆ setCertNickname()
void NewSignatureData::setCertNickname | ( | const QString & | certNickname | ) |
Definition at line 6202 of file document.cpp.
◆ setCertSubjectCommonName()
void NewSignatureData::setCertSubjectCommonName | ( | const QString & | certSubjectCommonName | ) |
Definition at line 6212 of file document.cpp.
◆ setDocumentPassword()
void NewSignatureData::setDocumentPassword | ( | const QString & | password | ) |
- Since
- 22.04
Definition at line 6252 of file document.cpp.
◆ setFontSize()
void Okular::NewSignatureData::setFontSize | ( | double | fontSize | ) |
- Since
- 25.04
Definition at line 6292 of file document.cpp.
◆ setLeftFontSize()
void Okular::NewSignatureData::setLeftFontSize | ( | double | fontSize | ) |
- Since
- 25.04
Definition at line 6302 of file document.cpp.
◆ setLocation()
void NewSignatureData::setLocation | ( | const QString & | location | ) |
- Since
- 23.08
Definition at line 6262 of file document.cpp.
◆ setPage()
void NewSignatureData::setPage | ( | int | page | ) |
Definition at line 6232 of file document.cpp.
◆ setPassword()
void NewSignatureData::setPassword | ( | const QString & | password | ) |
Definition at line 6222 of file document.cpp.
◆ setReason()
void NewSignatureData::setReason | ( | const QString & | reason | ) |
- Since
- 23.08
Definition at line 6272 of file document.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 20 2024 11:47:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.