Home
last modified time | relevance | path

Searched refs:KMMsgEncryptionState (Results 1 – 8 of 8) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/mimetreeparser/src/
H A Dobjecttreeparser.h46 KMMsgEncryptionState inlineEncryptionState = KMMsgNotEncrypted,
58 Q_REQUIRED_RESULT KMMsgEncryptionState inlineEncryptionState() const;
59 void setInlineEncryptionState(KMMsgEncryptionState state);
68 KMMsgEncryptionState mInlineEncryptionState;
H A Dnodehelper.h57 void setEncryptionState(const KMime::Content *node, const KMMsgEncryptionState state);
58 Q_REQUIRED_RESULT KMMsgEncryptionState encryptionState(const KMime::Content *node) const;
64 Q_REQUIRED_RESULT KMMsgEncryptionState overallEncryptionState(KMime::Content *node) const;
252 QMap<const KMime::Content *, KMMsgEncryptionState> mEncryptionState;
H A Denums.h24 } KMMsgEncryptionState; typedef
H A Dobjecttreeparser.cpp241 KMMsgEncryptionState ProcessResult::inlineEncryptionState() const in inlineEncryptionState()
246 void ProcessResult::setInlineEncryptionState(KMMsgEncryptionState state) in setInlineEncryptionState()
H A Dnodehelper.cpp168 void NodeHelper::setEncryptionState(const KMime::Content *node, const KMMsgEncryptionState state) in setEncryptionState()
173 KMMsgEncryptionState NodeHelper::encryptionState(const KMime::Content *node) const in encryptionState()
361 KMMsgEncryptionState NodeHelper::overallEncryptionState(KMime::Content *node) const in overallEncryptionState()
363 KMMsgEncryptionState myState = KMMsgEncryptionStateUnknown; in overallEncryptionState()
379 KMMsgEncryptionState otherState = encryptionState(next); in overallEncryptionState()
H A Dmessagepart.h196 KMMsgEncryptionState encryptionState() const;
215 KMMsgEncryptionState mEncryptionState;
H A Dmessagepart.cpp406 KMMsgEncryptionState TextMessagePart::encryptionState() const in encryptionState()
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/viewer/
H A Dviewer_p.cpp865 …MimeTreeParser::KMMsgEncryptionState encryptionState = mNodeHelper->overallEncryptionState(content… in parseContent()