knode
KNode::Identity Class Reference
#include <knconfig.h>

Detailed Description
A user identity.
Definition at line 62 of file knconfig.h.
Constructor & Destructor Documentation
| KNode::Identity::Identity | ( | bool | g = true |
) |
Definition at line 41 of file knconfig.cpp.
| KNode::Identity::~Identity | ( | ) |
Definition at line 51 of file knconfig.cpp.
Member Function Documentation
| QString KNode::Identity::email | ( | ) | const [inline] |
Definition at line 84 of file knconfig.h.
| bool KNode::Identity::emailIsValid | ( | ) |
Definition at line 105 of file knconfig.cpp.
| QString KNode::Identity::getSigGeneratorStdErr | ( | ) | const [inline] |
Definition at line 108 of file knconfig.h.
| QString KNode::Identity::getSignature | ( | ) |
Definition at line 111 of file knconfig.cpp.
| bool KNode::Identity::hasEmail | ( | ) | const [inline] |
Definition at line 83 of file knconfig.h.
| bool KNode::Identity::hasMailCopiesTo | ( | ) | const [inline] |
Definition at line 89 of file knconfig.h.
| bool KNode::Identity::hasName | ( | ) | const [inline] |
Definition at line 79 of file knconfig.h.
| bool KNode::Identity::hasOrga | ( | ) | const [inline] |
Definition at line 92 of file knconfig.h.
| bool KNode::Identity::hasReplyTo | ( | ) | const [inline] |
Definition at line 86 of file knconfig.h.
| bool KNode::Identity::hasSignature | ( | ) | const [inline] |
Definition at line 102 of file knconfig.h.
| bool KNode::Identity::hasSigningKey | ( | ) | const [inline] |
Definition at line 97 of file knconfig.h.
| bool KNode::Identity::isEmpty | ( | ) |
Definition at line 96 of file knconfig.cpp.
| bool KNode::Identity::isGlobal | ( | ) | const [inline] |
Definition at line 76 of file knconfig.h.
| void KNode::Identity::loadConfig | ( | const KConfigGroup & | c | ) |
Definition at line 55 of file knconfig.cpp.
| QString KNode::Identity::mailCopiesTo | ( | ) | const [inline] |
Definition at line 90 of file knconfig.h.
| QString KNode::Identity::name | ( | ) | const [inline] |
Definition at line 80 of file knconfig.h.
| QString KNode::Identity::orga | ( | ) | const [inline] |
Definition at line 93 of file knconfig.h.
| QString KNode::Identity::replyTo | ( | ) | const [inline] |
Definition at line 87 of file knconfig.h.
| void KNode::Identity::save | ( | ) | [virtual] |
| void KNode::Identity::saveConfig | ( | KConfigGroup & | c | ) |
Definition at line 70 of file knconfig.cpp.
| void KNode::Identity::setEmail | ( | const QString & | s | ) | [inline] |
Definition at line 85 of file knconfig.h.
| void KNode::Identity::setMailCopiesTo | ( | const QString & | s | ) | [inline] |
Definition at line 91 of file knconfig.h.
| void KNode::Identity::setName | ( | const QString & | s | ) | [inline] |
Definition at line 81 of file knconfig.h.
| void KNode::Identity::setOrga | ( | const QString & | s | ) | [inline] |
Definition at line 94 of file knconfig.h.
| void KNode::Identity::setReplyTo | ( | const QString & | s | ) | [inline] |
Definition at line 88 of file knconfig.h.
| void KNode::Identity::setSigningKey | ( | const QString & | s | ) | [inline] |
Definition at line 99 of file knconfig.h.
| QString KNode::Identity::signingKey | ( | ) | const [inline] |
Definition at line 98 of file knconfig.h.
| QString KNode::Identity::sigPath | ( | ) | const [inline] |
Definition at line 105 of file knconfig.h.
| QString KNode::Identity::sigText | ( | ) | const [inline] |
Definition at line 106 of file knconfig.h.
| void KNode::Identity::slotReceiveStderr | ( | ) | [protected, slot] |
Definition at line 170 of file knconfig.cpp.
| void KNode::Identity::slotReceiveStdout | ( | ) | [protected, slot] |
Definition at line 164 of file knconfig.cpp.
| bool KNode::Identity::useSigFile | ( | ) | const [inline] |
Definition at line 103 of file knconfig.h.
| bool KNode::Identity::useSigGenerator | ( | ) | const [inline] |
Definition at line 104 of file knconfig.h.
Member Data Documentation
QString KNode::Identity::e_mail [protected] |
Definition at line 116 of file knconfig.h.
bool KNode::Identity::g_lobal [protected] |
Definition at line 126 of file knconfig.h.
QString KNode::Identity::m_ailCopiesTo [protected] |
Definition at line 116 of file knconfig.h.
KProcess* KNode::Identity::m_process [protected] |
Definition at line 129 of file knconfig.h.
QString KNode::Identity::n_ame [protected] |
Definition at line 116 of file knconfig.h.
QString KNode::Identity::o_rga [protected] |
Definition at line 116 of file knconfig.h.
QString KNode::Identity::r_eplyTo [protected] |
Definition at line 116 of file knconfig.h.
QString KNode::Identity::s_igContents [protected] |
Definition at line 116 of file knconfig.h.
QString KNode::Identity::s_igningKey [protected] |
Definition at line 125 of file knconfig.h.
QString KNode::Identity::s_igPath [protected] |
Definition at line 116 of file knconfig.h.
QString KNode::Identity::s_igStdErr [protected] |
Definition at line 116 of file knconfig.h.
QString KNode::Identity::s_igText [protected] |
Definition at line 116 of file knconfig.h.
bool KNode::Identity::u_seSigFile [protected] |
Definition at line 126 of file knconfig.h.
bool KNode::Identity::u_seSigGenerator [protected] |
Definition at line 126 of file knconfig.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference