kgpg
KGpgSettings Class Reference
#include <kgpgsettings.h>
List of all members.
Detailed Description
Definition at line 12 of file kgpgsettings.h.
Constructor & Destructor Documentation
| KGpgSettings::~KGpgSettings |
( |
|
) |
|
| KGpgSettings::KGpgSettings |
( |
|
) |
[protected] |
Member Function Documentation
| static void KGpgSettings::setCustomDecrypt |
( |
const QString & |
v |
) |
[inline, static] |
| static QString KGpgSettings::customDecrypt |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setCustomEncryptionOptions |
( |
const QString & |
v |
) |
[inline, static] |
| static QString KGpgSettings::customEncryptionOptions |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setAllowCustomEncryptionOptions |
( |
bool |
v |
) |
[inline, static] |
Set Allow custom encryption options.
Definition at line 91 of file kgpgsettings.h.
| static bool KGpgSettings::allowCustomEncryptionOptions |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setFileEncryptionKey |
( |
const QString & |
v |
) |
[inline, static] |
| static QString KGpgSettings::fileEncryptionKey |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setEncryptFilesTo |
( |
bool |
v |
) |
[inline, static] |
| static bool KGpgSettings::encryptFilesTo |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setAsciiArmor |
( |
bool |
v |
) |
[inline, static] |
| static bool KGpgSettings::asciiArmor |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setAllowUntrustedKeys |
( |
bool |
v |
) |
[inline, static] |
Set Allow encryption with untrusted keys.
Definition at line 167 of file kgpgsettings.h.
| static bool KGpgSettings::allowUntrustedKeys |
( |
|
) |
[inline, static] |
Get Allow encryption with untrusted keys.
Definition at line 177 of file kgpgsettings.h.
| static void KGpgSettings::setHideUserID |
( |
bool |
v |
) |
[inline, static] |
| static bool KGpgSettings::hideUserID |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setPgpCompatibility |
( |
bool |
v |
) |
[inline, static] |
| static bool KGpgSettings::pgpCompatibility |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setPgpExtension |
( |
bool |
v |
) |
[inline, static] |
Set Use *.pgp extension for encrypted files.
Definition at line 224 of file kgpgsettings.h.
| static bool KGpgSettings::pgpExtension |
( |
|
) |
[inline, static] |
Get Use *.pgp extension for encrypted files.
Definition at line 234 of file kgpgsettings.h.
| static void KGpgSettings::setGpgConfigPath |
( |
const QString & |
v |
) |
[inline, static] |
Set The path of the gpg configuration file.
Definition at line 243 of file kgpgsettings.h.
| static QString KGpgSettings::gpgConfigPath |
( |
|
) |
[inline, static] |
Get The path of the gpg configuration file.
Definition at line 253 of file kgpgsettings.h.
| static void KGpgSettings::setGpgBinaryPath |
( |
const QString & |
v |
) |
[inline, static] |
Set The path of the gpg binary used by KGpg.
Definition at line 262 of file kgpgsettings.h.
| static QString KGpgSettings::gpgBinaryPath |
( |
|
) |
[inline, static] |
Get The path of the gpg binary used by KGpg.
Definition at line 272 of file kgpgsettings.h.
| static void KGpgSettings::setGroups |
( |
const QString & |
v |
) |
[inline, static] |
| static QString KGpgSettings::groups |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setPhotoProperties |
( |
int |
v |
) |
[inline, static] |
| static int KGpgSettings::photoProperties |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setFirstRun |
( |
bool |
v |
) |
[inline, static] |
Set Is the first time the application runs.
Definition at line 319 of file kgpgsettings.h.
| static bool KGpgSettings::firstRun |
( |
|
) |
[inline, static] |
Get Is the first time the application runs.
Definition at line 329 of file kgpgsettings.h.
| static void KGpgSettings::setEditorGeometry |
( |
const QSize & |
v |
) |
[inline, static] |
| static QSize KGpgSettings::editorGeometry |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setShowTrust |
( |
bool |
v |
) |
[inline, static] |
Set Show the trust value in key manager.
Definition at line 357 of file kgpgsettings.h.
| static bool KGpgSettings::showTrust |
( |
|
) |
[inline, static] |
Get Show the trust value in key manager.
Definition at line 367 of file kgpgsettings.h.
| static void KGpgSettings::setShowExpi |
( |
bool |
v |
) |
[inline, static] |
Set Show the expiration value in key manager.
Definition at line 376 of file kgpgsettings.h.
| static bool KGpgSettings::showExpi |
( |
|
) |
[inline, static] |
Get Show the expiration value in key manager.
Definition at line 386 of file kgpgsettings.h.
| static void KGpgSettings::setShowSize |
( |
bool |
v |
) |
[inline, static] |
Set Show the size value in key manager.
Definition at line 395 of file kgpgsettings.h.
| static bool KGpgSettings::showSize |
( |
|
) |
[inline, static] |
Get Show the size value in key manager.
Definition at line 405 of file kgpgsettings.h.
| static void KGpgSettings::setShowCreat |
( |
bool |
v |
) |
[inline, static] |
Set Show the creation value in key manager.
Definition at line 414 of file kgpgsettings.h.
| static bool KGpgSettings::showCreat |
( |
|
) |
[inline, static] |
Get Show the creation value in key manager.
Definition at line 424 of file kgpgsettings.h.
| static void KGpgSettings::setShowSecret |
( |
bool |
v |
) |
[inline, static] |
Set Show only secret keys in key manager.
Definition at line 433 of file kgpgsettings.h.
| static bool KGpgSettings::showSecret |
( |
|
) |
[inline, static] |
Get Show only secret keys in key manager.
Definition at line 443 of file kgpgsettings.h.
| static void KGpgSettings::setHideExRev |
( |
bool |
v |
) |
[inline, static] |
Set Hide revoked and disabled keys in key manager.
Definition at line 452 of file kgpgsettings.h.
| static bool KGpgSettings::hideExRev |
( |
|
) |
[inline, static] |
Get Hide revoked and disabled keys in key manager.
Definition at line 462 of file kgpgsettings.h.
| static void KGpgSettings::setUseMouseSelection |
( |
bool |
v |
) |
[inline, static] |
Set Use the mouse selection instead of the clipboard.
Definition at line 471 of file kgpgsettings.h.
| static bool KGpgSettings::useMouseSelection |
( |
|
) |
[inline, static] |
Get Use the mouse selection instead of the clipboard.
Definition at line 481 of file kgpgsettings.h.
| static void KGpgSettings::setAutoStart |
( |
bool |
v |
) |
[inline, static] |
Set Start KGpg automatically at KDE startup.
Definition at line 490 of file kgpgsettings.h.
| static bool KGpgSettings::autoStart |
( |
|
) |
[inline, static] |
Get Start KGpg automatically at KDE startup.
Definition at line 500 of file kgpgsettings.h.
| static void KGpgSettings::setRemoteFileWarn |
( |
bool |
v |
) |
[inline, static] |
Set Display a warning before creating temporary files during remote file operations.
Definition at line 509 of file kgpgsettings.h.
| static bool KGpgSettings::remoteFileWarn |
( |
|
) |
[inline, static] |
Get Display a warning before creating temporary files during remote file operations.
Definition at line 519 of file kgpgsettings.h.
| static void KGpgSettings::setLeftClick |
( |
int |
v |
) |
[inline, static] |
Set Choose default left-click behavior.
Definition at line 528 of file kgpgsettings.h.
| static int KGpgSettings::leftClick |
( |
|
) |
[inline, static] |
Get Choose default left-click behavior.
Definition at line 538 of file kgpgsettings.h.
| static void KGpgSettings::setEncryptedDropEvent |
( |
int |
v |
) |
[inline, static] |
| static int KGpgSettings::encryptedDropEvent |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setUnencryptedDropEvent |
( |
int |
v |
) |
[inline, static] |
| static int KGpgSettings::unencryptedDropEvent |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setSignMenu |
( |
int |
v |
) |
[inline, static] |
Set Show the "sign file" service menu.
Definition at line 585 of file kgpgsettings.h.
| static int KGpgSettings::signMenu |
( |
|
) |
[inline, static] |
Get Show the "sign file" service menu.
Definition at line 595 of file kgpgsettings.h.
| static void KGpgSettings::setDecryptMenu |
( |
int |
v |
) |
[inline, static] |
Set Show the "decrypt file" service menu.
Definition at line 604 of file kgpgsettings.h.
| static int KGpgSettings::decryptMenu |
( |
|
) |
[inline, static] |
Get Show the "decrypt file" service menu.
Definition at line 614 of file kgpgsettings.h.
| static void KGpgSettings::setShowSystray |
( |
bool |
v |
) |
[inline, static] |
| static bool KGpgSettings::showSystray |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setShowTipOfDay |
( |
bool |
v |
) |
[inline, static] |
| static bool KGpgSettings::showTipOfDay |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setColorGood |
( |
const QColor & |
v |
) |
[inline, static] |
| static QColor KGpgSettings::colorGood |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setColorRev |
( |
const QColor & |
v |
) |
[inline, static] |
| static QColor KGpgSettings::colorRev |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setColorUnknown |
( |
const QColor & |
v |
) |
[inline, static] |
| static QColor KGpgSettings::colorUnknown |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setColorBad |
( |
const QColor & |
v |
) |
[inline, static] |
| static QColor KGpgSettings::colorBad |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setColorUltimate |
( |
const QColor & |
v |
) |
[inline, static] |
Set Color used for ulitmately trusted keys.
Definition at line 737 of file kgpgsettings.h.
| static QColor KGpgSettings::colorUltimate |
( |
|
) |
[inline, static] |
Get Color used for ulitmately trusted keys.
Definition at line 747 of file kgpgsettings.h.
| static void KGpgSettings::setColorMarginal |
( |
const QColor & |
v |
) |
[inline, static] |
Set Color used for marginally trusted keys.
Definition at line 756 of file kgpgsettings.h.
| static QColor KGpgSettings::colorMarginal |
( |
|
) |
[inline, static] |
Get Color used for marginally trusted keys.
Definition at line 766 of file kgpgsettings.h.
| static void KGpgSettings::setColorExpired |
( |
const QColor & |
v |
) |
[inline, static] |
| static QColor KGpgSettings::colorExpired |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setFont |
( |
const QFont & |
v |
) |
[inline, static] |
| static QFont KGpgSettings::font |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setUseProxy |
( |
bool |
v |
) |
[inline, static] |
| static bool KGpgSettings::useProxy |
( |
|
) |
[inline, static] |
| static QString KGpgSettings::defaultKey |
( |
|
) |
[inline, static] |
| static void KGpgSettings::setDefaultKey |
( |
const QString & |
_defaultKey |
) |
[inline, static] |
Friends And Related Function Documentation
friend class KGpgSettingsHelper [friend] |
Member Data Documentation