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.

Author
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org

Definition at line 24 of file dkimmanagerkey.h.

Constructor & Destructor Documentation

◆ KeyInfo()

MessageViewer::KeyInfo::KeyInfo ( const QString & key,
const QString & sel,
const QString & dom,
const QDateTime & storedAt = {},
const QDateTime & lastUsed = {} )
inline

Definition at line 27 of file dkimmanagerkey.h.

Member Function Documentation

◆ operator!=()

bool KeyInfo::operator!= ( const KeyInfo & other) const

Definition at line 139 of file dkimmanagerkey.cpp.

◆ operator==()

bool KeyInfo::operator== ( const KeyInfo & other) const

Definition at line 134 of file dkimmanagerkey.cpp.

Member Data Documentation

◆ domain

QString MessageViewer::KeyInfo::domain

Definition at line 38 of file dkimmanagerkey.h.

◆ keyValue

QString MessageViewer::KeyInfo::keyValue

Definition at line 36 of file dkimmanagerkey.h.

◆ lastUsedDateTime

QDateTime MessageViewer::KeyInfo::lastUsedDateTime

Definition at line 40 of file dkimmanagerkey.h.

◆ selector

QString MessageViewer::KeyInfo::selector

Definition at line 37 of file dkimmanagerkey.h.

◆ storedAtDateTime

QDateTime MessageViewer::KeyInfo::storedAtDateTime

Definition at line 39 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 Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.