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

kget

  • sources
  • kde-4.12
  • kdenetwork
  • kget
  • transfer-plugins
  • mmsthreads
mmssettings.h
Go to the documentation of this file.
1 // This file is generated by kconfig_compiler from kget_mmsfactory.kcfg.
2 // All changes you do to this file will be lost.
3 #ifndef MMSSETTINGS_H
4 #define MMSSETTINGS_H
5 
6 #include <kconfigskeleton.h>
7 #include <kdebug.h>
8 
9 class KDE_EXPORT MmsSettings : public KConfigSkeleton
10 {
11  public:
12 
13  static MmsSettings *self();
14  ~MmsSettings();
15 
19  static
20  void setThreads( int v )
21  {
22  if (!self()->isImmutable( QString::fromLatin1( "Threads" ) ))
23  self()->mThreads = v;
24  }
25 
29  static
30  int threads()
31  {
32  return self()->mThreads;
33  }
34 
35  protected:
36  MmsSettings();
37  friend class MmsSettingsHelper;
38 
39 
40  // Threads
41  int mThreads;
42 
43  private:
44 };
45 
46 #endif
47 
MmsSettings::setThreads
static void setThreads(int v)
Set Threads.
Definition: mmssettings.h:20
KConfigSkeleton
MmsSettings::threads
static int threads()
Get Threads.
Definition: mmssettings.h:30
MmsSettings::mThreads
int mThreads
Definition: mmssettings.h:41
MmsSettings
Definition: mmssettings.h:9
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kget

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

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

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