• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

kleopatra

  • sources
  • kde-4.12
  • kdepim
  • kleopatra
  • kcfg
smimevalidationpreferences.h
Go to the documentation of this file.
1 // This file is generated by kconfig_compiler from smimevalidationpreferences.kcfg.
2 // All changes you do to this file will be lost.
3 #ifndef KLEO_SMIMEVALIDATIONPREFERENCES_H
4 #define KLEO_SMIMEVALIDATIONPREFERENCES_H
5 
6 #include <kglobal.h>
7 #include <kconfigskeleton.h>
8 #include <kdebug.h>
9 
10 namespace Kleo {
11 
12 class SMimeValidationPreferences : public KConfigSkeleton
13 {
14  public:
15 
16  SMimeValidationPreferences( );
17  ~SMimeValidationPreferences();
18 
22  void setRefreshInterval( uint v )
23  {
24 
25  if (v > 24)
26  {
27  kDebug() << "setRefreshInterval: value " << v << " is greater than the maximum value of 24";
28  v = 24;
29  }
30 
31  if (!isImmutable( QString::fromLatin1( "RefreshInterval" ) ))
32  mRefreshInterval = v;
33  }
34 
38  uint refreshInterval() const
39  {
40  return mRefreshInterval;
41  }
42 
43  protected:
44 
45  // SMime Validation
46  uint mRefreshInterval;
47 
48  private:
49 };
50 
51 }
52 
53 #endif
54 
Kleo::SMimeValidationPreferences
Definition: smimevalidationpreferences.h:12
KConfigSkeleton
Kleo::SMimeValidationPreferences::refreshInterval
uint refreshInterval() const
Get Certificate refresh interval (in hours).
Definition: smimevalidationpreferences.h:38
Kleo::SMimeValidationPreferences::~SMimeValidationPreferences
~SMimeValidationPreferences()
Definition: smimevalidationpreferences.cpp:19
Kleo::SMimeValidationPreferences::mRefreshInterval
uint mRefreshInterval
Definition: smimevalidationpreferences.h:46
Kleo::SMimeValidationPreferences::SMimeValidationPreferences
SMimeValidationPreferences()
Definition: smimevalidationpreferences.cpp:8
Kleo::SMimeValidationPreferences::setRefreshInterval
void setRefreshInterval(uint v)
Set Certificate refresh interval (in hours).
Definition: smimevalidationpreferences.h:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kleopatra

Skip menu "kleopatra"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal