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

superkaramba

  • sources
  • kde-4.12
  • kdeutils
  • superkaramba
  • src
superkarambasettings.h
Go to the documentation of this file.
1 // This file is generated by kconfig_compiler from superkaramba.kcfg.
2 // All changes you do to this file will be lost.
3 #ifndef SUPERKARAMBASETTINGS_H
4 #define SUPERKARAMBASETTINGS_H
5 
6 #include <kconfigskeleton.h>
7 #include <kdebug.h>
8 
9 class SuperKarambaSettings : public KConfigSkeleton
10 {
11  public:
12 
13  static SuperKarambaSettings *self();
14  ~SuperKarambaSettings();
15 
19  static
20  void setShowSysTray( bool v )
21  {
22  if (!self()->isImmutable( QString::fromLatin1( "ShowSysTray" ) ))
23  self()->mShowSysTray = v;
24  }
25 
29  static
30  bool showSysTray()
31  {
32  return self()->mShowSysTray;
33  }
34 
38  static
39  void setUserAddedThemes( const QStringList & v )
40  {
41  if (!self()->isImmutable( QString::fromLatin1( "UserAddedThemes" ) ))
42  self()->mUserAddedThemes = v;
43  }
44 
48  static
49  QStringList userAddedThemes()
50  {
51  return self()->mUserAddedThemes;
52  }
53 
54  protected:
55  SuperKarambaSettings();
56  friend class SuperKarambaSettingsHelper;
57 
58 
59  // general
60  bool mShowSysTray;
61 
62  // themes
63  QStringList mUserAddedThemes;
64 
65  private:
66 };
67 
68 #endif
69 
SuperKarambaSettings::SuperKarambaSettingsHelper
friend class SuperKarambaSettingsHelper
Definition: superkarambasettings.h:56
SuperKarambaSettings::mUserAddedThemes
QStringList mUserAddedThemes
Definition: superkarambasettings.h:63
SuperKarambaSettings::userAddedThemes
static QStringList userAddedThemes()
Get Themes that user added to theme list.
Definition: superkarambasettings.h:49
SuperKarambaSettings::mShowSysTray
bool mShowSysTray
Definition: superkarambasettings.h:60
KConfigSkeleton
SuperKarambaSettings::~SuperKarambaSettings
~SuperKarambaSettings()
Definition: superkarambasettings.cpp:45
SuperKarambaSettings::setUserAddedThemes
static void setUserAddedThemes(const QStringList &v)
Set Themes that user added to theme list.
Definition: superkarambasettings.h:39
SuperKarambaSettings
Definition: superkarambasettings.h:9
SuperKarambaSettings::showSysTray
static bool showSysTray()
Get Show system tray icon.
Definition: superkarambasettings.h:30
SuperKarambaSettings::setShowSysTray
static void setShowSysTray(bool v)
Set Show system tray icon.
Definition: superkarambasettings.h:20
SuperKarambaSettings::SuperKarambaSettings
SuperKarambaSettings()
Definition: superkarambasettings.cpp:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

superkaramba

Skip menu "superkaramba"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • kremotecontrol
  • ktimer
  • kwallet
  • superkaramba
  • sweeper

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