|
using | UidRefHandler = std::unique_ptr< struct _gpgme_user_id, std::function< void(gpgme_user_id_t)> > |
|
|
UidRefHandler | uid_ref_ = nullptr |
|
◆ GpgUID() [1/2]
GpgFrontend::GpgUID::GpgUID |
( |
gpgme_user_id_t |
uid | ) |
|
|
explicit |
Construct a new Gpg U I D object.
- Parameters
-
◆ GpgUID() [2/2]
GpgFrontend::GpgUID::GpgUID |
( |
GpgUID && |
o | ) |
|
|
noexcept |
Construct a new Gpg U I D object.
- Parameters
-
◆ GetComment()
auto GpgFrontend::GpgUID::GetComment |
( |
| ) |
const -> QString |
◆ GetEmail()
auto GpgFrontend::GpgUID::GetEmail |
( |
| ) |
const -> QString |
◆ GetInvalid()
auto GpgFrontend::GpgUID::GetInvalid |
( |
| ) |
const -> bool |
◆ GetName()
auto GpgFrontend::GpgUID::GetName |
( |
| ) |
const -> QString |
◆ GetRevoked()
auto GpgFrontend::GpgUID::GetRevoked |
( |
| ) |
const -> bool |
◆ GetSignatures()
auto GpgFrontend::GpgUID::GetSignatures |
( |
| ) |
const -> std::unique_ptr<std::vector<GpgKeySignature>> |
- Returns
- std::unique_ptr<std::vector<GpgKeySignature>>
◆ GetTofuInfos()
auto GpgFrontend::GpgUID::GetTofuInfos |
( |
| ) |
const -> std::unique_ptr<std::vector<GpgTOFUInfo>> |
- Returns
- std::unique_ptr<std::vector<GpgTOFUInfo>>
◆ GetUID()
auto GpgFrontend::GpgUID::GetUID |
( |
| ) |
const -> QString |
◆ operator=() [1/2]
auto GpgFrontend::GpgUID::operator= |
( |
const GpgUID & |
| ) |
-> GpgUID &=delete |
|
delete |
◆ operator=() [2/2]
auto GpgFrontend::GpgUID::operator= |
( |
GpgUID && |
o | ) |
-> GpgUID & |
|
noexcept |
The documentation for this class was generated from the following files:
- src/core/model/GpgUID.h
- src/core/model/GpgUID.cpp