Messagelib
MessageViewer::KeyInfo Struct Reference
#include <dkimmanagerkey.h>
Public Member Functions | |
KeyInfo (const QString &key, const QString &sel, const QString &dom, const QDateTime &storedAt={}, const QDateTime &lastUsed={}) | |
bool | operator!= (const KeyInfo &) const |
bool | operator== (const KeyInfo &) const |
Public Attributes | |
QString | domain |
QString | keyValue |
QDateTime | lastUsedDateTime |
QString | selector |
QDateTime | storedAtDateTime |
Detailed Description
The KeyInfo struct.
Definition at line 21 of file dkimmanagerkey.h.
Constructor & Destructor Documentation
◆ KeyInfo()
|
inline |
Definition at line 24 of file dkimmanagerkey.h.
Member Function Documentation
◆ operator!=()
|
nodiscard |
Definition at line 137 of file dkimmanagerkey.cpp.
◆ operator==()
|
nodiscard |
Definition at line 132 of file dkimmanagerkey.cpp.
Member Data Documentation
◆ domain
QString MessageViewer::KeyInfo::domain |
Definition at line 35 of file dkimmanagerkey.h.
◆ keyValue
QString MessageViewer::KeyInfo::keyValue |
Definition at line 33 of file dkimmanagerkey.h.
◆ lastUsedDateTime
QDateTime MessageViewer::KeyInfo::lastUsedDateTime |
Definition at line 37 of file dkimmanagerkey.h.
◆ selector
QString MessageViewer::KeyInfo::selector |
Definition at line 34 of file dkimmanagerkey.h.
◆ storedAtDateTime
QDateTime MessageViewer::KeyInfo::storedAtDateTime |
Definition at line 36 of file dkimmanagerkey.h.
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.