kgpg
#include <kgpgsettings.h>
Definition at line 13 of file kgpgsettings.h.
| KGpgSettings::~KGpgSettings |
( |
| ) |
|
| KGpgSettings::KGpgSettings |
( |
| ) |
|
|
protected |
| static bool KGpgSettings::allowCustomEncryptionOptions |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::allowUntrustedGroupMembers |
( |
| ) |
|
|
inlinestatic |
Get Allow untrusted keys to become members of key groups.
Definition at line 212 of file kgpgsettings.h.
| static bool KGpgSettings::allowUntrustedKeys |
( |
| ) |
|
|
inlinestatic |
Get Allow encryption with untrusted keys.
Definition at line 193 of file kgpgsettings.h.
| static bool KGpgSettings::asciiArmor |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::autoStart |
( |
| ) |
|
|
inlinestatic |
Get Start KGpg automatically at KDE startup.
Definition at line 535 of file kgpgsettings.h.
| static QColor KGpgSettings::colorBad |
( |
| ) |
|
|
inlinestatic |
| static QColor KGpgSettings::colorExpired |
( |
| ) |
|
|
inlinestatic |
| static QColor KGpgSettings::colorGood |
( |
| ) |
|
|
inlinestatic |
| static QColor KGpgSettings::colorMarginal |
( |
| ) |
|
|
inlinestatic |
Get Color used for marginally trusted keys.
Definition at line 820 of file kgpgsettings.h.
| static QColor KGpgSettings::colorRev |
( |
| ) |
|
|
inlinestatic |
| static QColor KGpgSettings::colorUltimate |
( |
| ) |
|
|
inlinestatic |
Get Color used for ultimately trusted keys.
Definition at line 801 of file kgpgsettings.h.
| static QColor KGpgSettings::colorUnknown |
( |
| ) |
|
|
inlinestatic |
| static QString KGpgSettings::customDecrypt |
( |
| ) |
|
|
inlinestatic |
| static QString KGpgSettings::customEncryptionOptions |
( |
| ) |
|
|
inlinestatic |
| static int KGpgSettings::decryptMenu |
( |
| ) |
|
|
inlinestatic |
Get Show the "decrypt file" service menu.
Definition at line 649 of file kgpgsettings.h.
| static QString KGpgSettings::defaultKey |
( |
| ) |
|
|
inlinestatic |
| static QSize KGpgSettings::editorGeometry |
( |
| ) |
|
|
inlinestatic |
| static int KGpgSettings::emailSorting |
( |
| ) |
|
|
inlinestatic |
| static QString KGpgSettings::emailTemplate |
( |
| ) |
|
|
inlinestatic |
Get This is the text of the email sent by the "Sign and Mail User ID" action.
Definition at line 953 of file kgpgsettings.h.
| static int KGpgSettings::encryptedDropEvent |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::encryptFilesTo |
( |
| ) |
|
|
inlinestatic |
| static QString KGpgSettings::fileEncryptionKey |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::firstRun |
( |
| ) |
|
|
inlinestatic |
Get Is the first time the application runs.
Definition at line 345 of file kgpgsettings.h.
| static QFont KGpgSettings::font |
( |
| ) |
|
|
inlinestatic |
| static QString KGpgSettings::gpgBinaryPath |
( |
| ) |
|
|
inlinestatic |
Get The path of the gpg binary used by KGpg.
Definition at line 307 of file kgpgsettings.h.
| static QString KGpgSettings::gpgConfigPath |
( |
| ) |
|
|
inlinestatic |
Get The path of the gpg configuration file.
Definition at line 288 of file kgpgsettings.h.
| static bool KGpgSettings::hideUserID |
( |
| ) |
|
|
inlinestatic |
| static QStringList KGpgSettings::infoServers |
( |
| ) |
|
|
inlinestatic |
Get List of URLs that show details and analysis of the given key.
The first server in the list is the default server.
Definition at line 915 of file kgpgsettings.h.
| static QStringList KGpgSettings::keyServers |
( |
| ) |
|
|
inlinestatic |
Get Key servers used by KGpg.
The first server in the list is the default server.
Definition at line 896 of file kgpgsettings.h.
| static int KGpgSettings::leftClick |
( |
| ) |
|
|
inlinestatic |
Get Choose default left-click behavior.
Definition at line 573 of file kgpgsettings.h.
| static int KGpgSettings::mailUats |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::pgpCompatibility |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::pgpExtension |
( |
| ) |
|
|
inlinestatic |
Get Use *.pgp extension for encrypted files.
Definition at line 269 of file kgpgsettings.h.
| static int KGpgSettings::photoProperties |
( |
| ) |
|
|
inlinestatic |
| static uint KGpgSettings::recentFiles |
( |
| ) |
|
|
inlinestatic |
Get The number of recently opened files shown in the editor menu.
Definition at line 687 of file kgpgsettings.h.
| static bool KGpgSettings::remoteFileWarn |
( |
| ) |
|
|
inlinestatic |
Get Display a warning before creating temporary files during remote file operations.
Definition at line 554 of file kgpgsettings.h.
| static void KGpgSettings::setAllowCustomEncryptionOptions |
( |
bool |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setAllowUntrustedGroupMembers |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Allow untrusted keys to become members of key groups.
Definition at line 202 of file kgpgsettings.h.
| static void KGpgSettings::setAllowUntrustedKeys |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Allow encryption with untrusted keys.
Definition at line 183 of file kgpgsettings.h.
| static void KGpgSettings::setAsciiArmor |
( |
bool |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setAutoStart |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Start KGpg automatically at KDE startup.
Definition at line 525 of file kgpgsettings.h.
| static void KGpgSettings::setColorBad |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setColorExpired |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setColorGood |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setColorMarginal |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
Set Color used for marginally trusted keys.
Definition at line 810 of file kgpgsettings.h.
| static void KGpgSettings::setColorRev |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setColorUltimate |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
Set Color used for ultimately trusted keys.
Definition at line 791 of file kgpgsettings.h.
| static void KGpgSettings::setColorUnknown |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setCustomDecrypt |
( |
const QString & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setCustomEncryptionOptions |
( |
const QString & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setDecryptMenu |
( |
int |
v | ) |
|
|
inlinestatic |
Set Show the "decrypt file" service menu.
Definition at line 639 of file kgpgsettings.h.
| static void KGpgSettings::setDefaultKey |
( |
const QString & |
_defaultKey | ) |
|
|
inlinestatic |
| static void KGpgSettings::setEditorGeometry |
( |
const QSize & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setEmailSorting |
( |
int |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setEmailTemplate |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set This is the text of the email sent by the "Sign and Mail User ID" action.
Definition at line 943 of file kgpgsettings.h.
| static void KGpgSettings::setEncryptedDropEvent |
( |
int |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setEncryptFilesTo |
( |
bool |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setFileEncryptionKey |
( |
const QString & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setFirstRun |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Is the first time the application runs.
Definition at line 335 of file kgpgsettings.h.
| static void KGpgSettings::setFont |
( |
const QFont & |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setGpgBinaryPath |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set The path of the gpg binary used by KGpg.
Definition at line 297 of file kgpgsettings.h.
| static void KGpgSettings::setGpgConfigPath |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set The path of the gpg configuration file.
Definition at line 278 of file kgpgsettings.h.
| static void KGpgSettings::setHideUserID |
( |
bool |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setInfoServers |
( |
const QStringList & |
v | ) |
|
|
inlinestatic |
Set List of URLs that show details and analysis of the given key.
The first server in the list is the default server.
Definition at line 905 of file kgpgsettings.h.
| static void KGpgSettings::setKeyServers |
( |
const QStringList & |
v | ) |
|
|
inlinestatic |
Set Key servers used by KGpg.
The first server in the list is the default server.
Definition at line 886 of file kgpgsettings.h.
| static void KGpgSettings::setLeftClick |
( |
int |
v | ) |
|
|
inlinestatic |
Set Choose default left-click behavior.
Definition at line 563 of file kgpgsettings.h.
| static void KGpgSettings::setMailUats |
( |
int |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setPgpCompatibility |
( |
bool |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setPgpExtension |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Use *.pgp extension for encrypted files.
Definition at line 259 of file kgpgsettings.h.
| static void KGpgSettings::setPhotoProperties |
( |
int |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setRecentFiles |
( |
uint |
v | ) |
|
|
inlinestatic |
Set The number of recently opened files shown in the editor menu.
Definition at line 677 of file kgpgsettings.h.
| static void KGpgSettings::setRemoteFileWarn |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Display a warning before creating temporary files during remote file operations.
Definition at line 544 of file kgpgsettings.h.
| static void KGpgSettings::setShowCreat |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Show the creation value in key manager.
Definition at line 430 of file kgpgsettings.h.
| static void KGpgSettings::setShowExpi |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Show the expiration value in key manager.
Definition at line 392 of file kgpgsettings.h.
| static void KGpgSettings::setShowLongKeyId |
( |
bool |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setShowSecret |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Show only secret keys in key manager.
Definition at line 449 of file kgpgsettings.h.
| static void KGpgSettings::setShowSize |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Show the size value in key manager.
Definition at line 411 of file kgpgsettings.h.
| static void KGpgSettings::setShowSystray |
( |
bool |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setShowTipOfDay |
( |
bool |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setShowTrust |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Show the trust value in key manager.
Definition at line 373 of file kgpgsettings.h.
| static void KGpgSettings::setSignMenu |
( |
int |
v | ) |
|
|
inlinestatic |
Set Show the "sign file" service menu.
Definition at line 620 of file kgpgsettings.h.
| static void KGpgSettings::setTrustLevel |
( |
int |
v | ) |
|
|
inlinestatic |
Set Show only keys with at least that trust level in key manager.
Definition at line 487 of file kgpgsettings.h.
| static void KGpgSettings::setUnencryptedDropEvent |
( |
int |
v | ) |
|
|
inlinestatic |
| static void KGpgSettings::setUseMouseSelection |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Use the mouse selection instead of the clipboard.
Definition at line 506 of file kgpgsettings.h.
| static void KGpgSettings::setUseProxy |
( |
bool |
v | ) |
|
|
inlinestatic |
| static bool KGpgSettings::showCreat |
( |
| ) |
|
|
inlinestatic |
Get Show the creation value in key manager.
Definition at line 440 of file kgpgsettings.h.
| static bool KGpgSettings::showExpi |
( |
| ) |
|
|
inlinestatic |
Get Show the expiration value in key manager.
Definition at line 402 of file kgpgsettings.h.
| static bool KGpgSettings::showLongKeyId |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::showSecret |
( |
| ) |
|
|
inlinestatic |
Get Show only secret keys in key manager.
Definition at line 459 of file kgpgsettings.h.
| static bool KGpgSettings::showSize |
( |
| ) |
|
|
inlinestatic |
Get Show the size value in key manager.
Definition at line 421 of file kgpgsettings.h.
| static bool KGpgSettings::showSystray |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::showTipOfDay |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::showTrust |
( |
| ) |
|
|
inlinestatic |
Get Show the trust value in key manager.
Definition at line 383 of file kgpgsettings.h.
| static int KGpgSettings::signMenu |
( |
| ) |
|
|
inlinestatic |
Get Show the "sign file" service menu.
Definition at line 630 of file kgpgsettings.h.
| static int KGpgSettings::trustLevel |
( |
| ) |
|
|
inlinestatic |
Get Show only keys with at least that trust level in key manager.
Definition at line 497 of file kgpgsettings.h.
| static int KGpgSettings::unencryptedDropEvent |
( |
| ) |
|
|
inlinestatic |
| static bool KGpgSettings::useMouseSelection |
( |
| ) |
|
|
inlinestatic |
Get Use the mouse selection instead of the clipboard.
Definition at line 516 of file kgpgsettings.h.
| static bool KGpgSettings::useProxy |
( |
| ) |
|
|
inlinestatic |
| bool KGpgSettings::mAllowCustomEncryptionOptions |
|
protected |
| bool KGpgSettings::mAllowUntrustedGroupMembers |
|
protected |
| bool KGpgSettings::mAllowUntrustedKeys |
|
protected |
| bool KGpgSettings::mAsciiArmor |
|
protected |
| bool KGpgSettings::mAutoStart |
|
protected |
| QColor KGpgSettings::mColorBad |
|
protected |
| QColor KGpgSettings::mColorExpired |
|
protected |
| QColor KGpgSettings::mColorGood |
|
protected |
| QColor KGpgSettings::mColorMarginal |
|
protected |
| QColor KGpgSettings::mColorRev |
|
protected |
| QColor KGpgSettings::mColorUltimate |
|
protected |
| QColor KGpgSettings::mColorUnknown |
|
protected |
| QString KGpgSettings::mCustomDecrypt |
|
protected |
| QString KGpgSettings::mCustomEncryptionOptions |
|
protected |
| int KGpgSettings::mDecryptMenu |
|
protected |
| QSize KGpgSettings::mEditorGeometry |
|
protected |
| int KGpgSettings::mEmailSorting |
|
protected |
| QString KGpgSettings::mEmailTemplate |
|
protected |
| int KGpgSettings::mEncryptedDropEvent |
|
protected |
| bool KGpgSettings::mEncryptFilesTo |
|
protected |
| QString KGpgSettings::mFileEncryptionKey |
|
protected |
| bool KGpgSettings::mFirstRun |
|
protected |
| QFont KGpgSettings::mFont |
|
protected |
| QString KGpgSettings::mGpgBinaryPath |
|
protected |
| QString KGpgSettings::mGpgConfigPath |
|
protected |
| bool KGpgSettings::mHideUserID |
|
protected |
| QStringList KGpgSettings::mInfoServers |
|
protected |
| QStringList KGpgSettings::mKeyServers |
|
protected |
| int KGpgSettings::mLeftClick |
|
protected |
| int KGpgSettings::mMailUats |
|
protected |
| bool KGpgSettings::mPgpCompatibility |
|
protected |
| bool KGpgSettings::mPgpExtension |
|
protected |
| int KGpgSettings::mPhotoProperties |
|
protected |
| uint KGpgSettings::mRecentFiles |
|
protected |
| bool KGpgSettings::mRemoteFileWarn |
|
protected |
| bool KGpgSettings::mShowCreat |
|
protected |
| bool KGpgSettings::mShowExpi |
|
protected |
| bool KGpgSettings::mShowLongKeyId |
|
protected |
| bool KGpgSettings::mShowSecret |
|
protected |
| bool KGpgSettings::mShowSize |
|
protected |
| bool KGpgSettings::mShowSystray |
|
protected |
| bool KGpgSettings::mShowTipOfDay |
|
protected |
| bool KGpgSettings::mShowTrust |
|
protected |
| int KGpgSettings::mSignMenu |
|
protected |
| int KGpgSettings::mTrustLevel |
|
protected |
| int KGpgSettings::mUnencryptedDropEvent |
|
protected |
| bool KGpgSettings::mUseMouseSelection |
|
protected |
| bool KGpgSettings::mUseProxy |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:52 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.