kleopatra
emailoperationspreferences.h
Go to the documentation of this file.00001 // This file is generated by kconfig_compiler from emailoperationspreferences.kcfg. 00002 // All changes you do to this file will be lost. 00003 #ifndef KLEO_EMAILOPERATIONSPREFERENCES_H 00004 #define KLEO_EMAILOPERATIONSPREFERENCES_H 00005 00006 #include <kglobal.h> 00007 #include <kconfigskeleton.h> 00008 #include <kdebug.h> 00009 00010 namespace Kleo { 00011 00012 class EMailOperationsPreferences : public KConfigSkeleton 00013 { 00014 public: 00015 00016 EMailOperationsPreferences( ); 00017 ~EMailOperationsPreferences(); 00018 00022 void setQuickSignEMail( bool v ) 00023 { 00024 if (!isImmutable( QString::fromLatin1 ( "QuickSignEMail" ) )) 00025 mQuickSignEMail = v; 00026 } 00027 00031 bool quickSignEMail() const 00032 { 00033 return mQuickSignEMail; 00034 } 00035 00039 void setQuickEncryptEMail( bool v ) 00040 { 00041 if (!isImmutable( QString::fromLatin1 ( "QuickEncryptEMail" ) )) 00042 mQuickEncryptEMail = v; 00043 } 00044 00048 bool quickEncryptEMail() const 00049 { 00050 return mQuickEncryptEMail; 00051 } 00052 00056 void setDecryptVerifyPopupGeometry( const QRect & v ) 00057 { 00058 if (!isImmutable( QString::fromLatin1 ( "DecryptVerifyPopupGeometry" ) )) 00059 mDecryptVerifyPopupGeometry = v; 00060 } 00061 00065 QRect decryptVerifyPopupGeometry() const 00066 { 00067 return mDecryptVerifyPopupGeometry; 00068 } 00069 00070 protected: 00071 00072 // EMailOperations 00073 bool mQuickSignEMail; 00074 bool mQuickEncryptEMail; 00075 QRect mDecryptVerifyPopupGeometry; 00076 00077 private: 00078 }; 00079 00080 } 00081 00082 #endif 00083
KDE 4.2 API Reference