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

kapptemplate

  • sources
  • kde-4.12
  • kdesdk
  • kapptemplate
  • templates
  • C++
  • konqplugin
  • src
C++/konqplugin/src/settings.h
Go to the documentation of this file.
1 // This file is generated by kconfig_compiler from %{APPNAMELC}.kcfg.
2 // All changes you do to this file will be lost.
3 #ifndef SETTINGS_H
4 #define SETTINGS_H
5 
6 #include <kconfigskeleton.h>
7 #include <kdebug.h>
8 
9 #include <KStandardDirs>
10 class Settings : public KConfigSkeleton
11 {
12  public:
13 
14  static Settings *self();
15  ~Settings();
16 
20  static
21  void setNewtab( int v )
22  {
23  if (!self()->isImmutable( QString::fromLatin1( "newtab" ) ))
24  self()->mNewtab = v;
25  }
26 
30  static
31  int newtab()
32  {
33  return self()->mNewtab;
34  }
35 
36  protected:
37  Settings();
38  friend class SettingsHelper;
39 
40 
41  // Preferences
42  int mNewtab;
43 
44  private:
45 };
46 
47 #endif
48 
Settings::mNewtab
int mNewtab
Definition: C++/konqplugin/src/settings.h:42
Settings::~Settings
~Settings()
Definition: C++/akonadiresource/settings.cpp:41
KConfigSkeleton
Settings::setNewtab
static void setNewtab(int v)
Set New Tab content behaviour.
Definition: C++/konqplugin/src/settings.h:21
Settings::Settings
Settings()
Definition: C++/akonadiresource/settings.cpp:29
Settings::newtab
static int newtab()
Get New Tab content behaviour.
Definition: C++/konqplugin/src/settings.h:31
Settings
Definition: C++/akonadiresource/settings.h:9
Settings::SettingsHelper
friend class SettingsHelper
Definition: C++/akonadiresource/settings.h:45
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kapptemplate

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

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

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