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

okteta

  • sources
  • kde-4.12
  • kdesdk
  • okteta
  • kasten
  • controllers
  • view
  • info
infoviewsettings.h
Go to the documentation of this file.
1 // This file is generated by kconfig_compiler from infoviewsettings.kcfg.
2 // All changes you do to this file will be lost.
3 #ifndef KASTEN2_INFOVIEWSETTINGS_H
4 #define KASTEN2_INFOVIEWSETTINGS_H
5 
6 #include <kconfigskeleton.h>
7 #include <kdebug.h>
8 
9 namespace Kasten2 {
10 
11 class InfoViewSettings : public KConfigSkeleton
12 {
13  public:
14 
15  static InfoViewSettings *self();
16  ~InfoViewSettings();
17 
21  static
22  void setColumnsWidth( const QList<int> & v )
23  {
24  if (!self()->isImmutable( QString::fromLatin1( "ColumnsWidth" ) ))
25  self()->mColumnsWidth = v;
26  }
27 
31  static
32  QList<int> columnsWidth()
33  {
34  return self()->mColumnsWidth;
35  }
36 
40  static
41  void setStyle( const QString & v )
42  {
43  if (!self()->isImmutable( QString::fromLatin1( "Style" ) ))
44  self()->mStyle = v;
45  }
46 
50  static
51  QString style()
52  {
53  return self()->mStyle;
54  }
55 
59  static
60  void setFixedFont( const QString & v )
61  {
62  if (!self()->isImmutable( QString::fromLatin1( "FixedFont" ) ))
63  self()->mFixedFont = v;
64  }
65 
69  static
70  QString fixedFont()
71  {
72  return self()->mFixedFont;
73  }
74 
75  protected:
76  InfoViewSettings();
77  friend class InfoViewSettingsHelper;
78 
79 
80  // InfoView
81  QList<int> mColumnsWidth;
82  QString mStyle;
83  QString mFixedFont;
84 
85  private:
86 };
87 
88 }
89 
90 #endif
91 
Kasten2::InfoViewSettings::style
static QString style()
Get Style.
Definition: infoviewsettings.h:51
Kasten2::InfoViewSettings::mColumnsWidth
QList< int > mColumnsWidth
Definition: infoviewsettings.h:81
KConfigSkeleton
Kasten2::InfoViewSettings::~InfoViewSettings
~InfoViewSettings()
Definition: infoviewsettings.cpp:58
Kasten2::InfoViewSettings::mStyle
QString mStyle
Definition: infoviewsettings.h:82
Kasten2::InfoViewSettings::setColumnsWidth
static void setColumnsWidth(const QList< int > &v)
Set ColumnsWidth.
Definition: infoviewsettings.h:22
Kasten2::InfoViewSettings::fixedFont
static QString fixedFont()
Get FixedFont.
Definition: infoviewsettings.h:70
Kasten2::InfoViewSettings::columnsWidth
static QList< int > columnsWidth()
Get ColumnsWidth.
Definition: infoviewsettings.h:32
Kasten2::InfoViewSettings::setStyle
static void setStyle(const QString &v)
Set Style.
Definition: infoviewsettings.h:41
Kasten2::InfoViewSettings::setFixedFont
static void setFixedFont(const QString &v)
Set FixedFont.
Definition: infoviewsettings.h:60
Kasten2::InfoViewSettings::InfoViewSettings
InfoViewSettings()
Definition: infoviewsettings.cpp:35
Kasten2::InfoViewSettings::mFixedFont
QString mFixedFont
Definition: infoviewsettings.h:83
Kasten2::InfoViewSettings::InfoViewSettingsHelper
friend class InfoViewSettingsHelper
Definition: infoviewsettings.h:77
Kasten2::InfoViewSettings
Definition: infoviewsettings.h:11
QList< int >
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okteta

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

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