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 |
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 | 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 6184 of file document.cpp.
◆ ~NewSignatureData()
NewSignatureData::~NewSignatureData | ( | ) |
Definition at line 6189 of file document.cpp.
Member Function Documentation
◆ backgroundImagePath()
QString Okular::NewSignatureData::backgroundImagePath | ( | ) | const |
- Since
- 23.08
Definition at line 6274 of file document.cpp.
◆ boundingRectangle()
NormalizedRect NewSignatureData::boundingRectangle | ( | ) | const |
Definition at line 6234 of file document.cpp.
◆ certNickname()
QString NewSignatureData::certNickname | ( | ) | const |
Definition at line 6194 of file document.cpp.
◆ certSubjectCommonName()
QString NewSignatureData::certSubjectCommonName | ( | ) | const |
Definition at line 6204 of file document.cpp.
◆ documentPassword()
QString NewSignatureData::documentPassword | ( | ) | const |
- Since
- 22.04
Definition at line 6244 of file document.cpp.
◆ location()
QString NewSignatureData::location | ( | ) | const |
- Since
- 23.08
Definition at line 6254 of file document.cpp.
◆ page()
int NewSignatureData::page | ( | ) | const |
Definition at line 6224 of file document.cpp.
◆ password()
QString NewSignatureData::password | ( | ) | const |
Definition at line 6214 of file document.cpp.
◆ reason()
QString NewSignatureData::reason | ( | ) | const |
- Since
- 23.08
Definition at line 6264 of file document.cpp.
◆ setBackgroundImagePath()
void Okular::NewSignatureData::setBackgroundImagePath | ( | const QString & | path | ) |
- Since
- 23.08
Definition at line 6279 of file document.cpp.
◆ setBoundingRectangle()
void NewSignatureData::setBoundingRectangle | ( | const NormalizedRect & | rect | ) |
Definition at line 6239 of file document.cpp.
◆ setCertNickname()
void NewSignatureData::setCertNickname | ( | const QString & | certNickname | ) |
Definition at line 6199 of file document.cpp.
◆ setCertSubjectCommonName()
void NewSignatureData::setCertSubjectCommonName | ( | const QString & | certSubjectCommonName | ) |
Definition at line 6209 of file document.cpp.
◆ setDocumentPassword()
void NewSignatureData::setDocumentPassword | ( | const QString & | password | ) |
- Since
- 22.04
Definition at line 6249 of file document.cpp.
◆ setLocation()
void NewSignatureData::setLocation | ( | const QString & | location | ) |
- Since
- 23.08
Definition at line 6259 of file document.cpp.
◆ setPage()
void NewSignatureData::setPage | ( | int | page | ) |
Definition at line 6229 of file document.cpp.
◆ setPassword()
void NewSignatureData::setPassword | ( | const QString & | password | ) |
Definition at line 6219 of file document.cpp.
◆ setReason()
void NewSignatureData::setReason | ( | const QString & | reason | ) |
- Since
- 23.08
Definition at line 6269 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 Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.