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

kontact

  • Kontact
  • Prefs
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
Kontact::Prefs Class Reference

#include <prefs.h>

Inheritance diagram for Kontact::Prefs:
Inheritance graph
[legend]

Public Member Functions

 ~Prefs ()
 
ItemString * activePluginItem ()
 
ItemString * forcedStartupPluginItem ()
 
ItemBool * forceStartupPluginItem ()
 
ItemString * lastVersionSeenItem ()
 
ItemInt * sidePaneIconSizeItem ()
 
ItemBool * sidePaneShowIconsItem ()
 
ItemBool * sidePaneShowTextItem ()
 
ItemIntList * sidePaneSplitterItem ()
 

Static Public Member Functions

static QString activePlugin ()
 
static QString forcedStartupPlugin ()
 
static bool forceStartupPlugin ()
 
static QString lastVersionSeen ()
 
static Prefs * self ()
 
static void setActivePlugin (const QString &v)
 
static void setForcedStartupPlugin (const QString &v)
 
static void setForceStartupPlugin (bool v)
 
static void setLastVersionSeen (const QString &v)
 
static void setSidePaneIconSize (int v)
 
static void setSidePaneShowIcons (bool v)
 
static void setSidePaneShowText (bool v)
 
static void setSidePaneSplitter (const QList< int > &v)
 
static int sidePaneIconSize ()
 
static bool sidePaneShowIcons ()
 
static bool sidePaneShowText ()
 
static QList< int > sidePaneSplitter ()
 

Public Attributes

QString mActivePlugin
 
QString mForcedStartupPlugin
 
bool mForceStartupPlugin
 
QString mLastVersionSeen
 
int mSidePaneIconSize
 
bool mSidePaneShowIcons
 
bool mSidePaneShowText
 
QList< int > mSidePaneSplitter
 

Protected Member Functions

 Prefs ()
 

Detailed Description

Definition at line 13 of file prefs.h.

Constructor & Destructor Documentation

Prefs::~Prefs ( )

Definition at line 75 of file prefs.cpp.

Prefs::Prefs ( )
protected

Definition at line 35 of file prefs.cpp.

Member Function Documentation

static QString Kontact::Prefs::activePlugin ( )
inlinestatic

Get ActivePlugin.

Definition at line 34 of file prefs.h.

ItemString* Kontact::Prefs::activePluginItem ( )
inline

Get Item object corresponding to ActivePlugin()

Definition at line 42 of file prefs.h.

static QString Kontact::Prefs::forcedStartupPlugin ( )
inlinestatic

Get ForcedStartupPlugin.

Definition at line 88 of file prefs.h.

ItemString* Kontact::Prefs::forcedStartupPluginItem ( )
inline

Get Item object corresponding to ForcedStartupPlugin()

Definition at line 96 of file prefs.h.

static bool Kontact::Prefs::forceStartupPlugin ( )
inlinestatic

Get Always start with plugin:

Definition at line 61 of file prefs.h.

ItemBool* Kontact::Prefs::forceStartupPluginItem ( )
inline

Get Item object corresponding to ForceStartupPlugin()

Definition at line 69 of file prefs.h.

static QString Kontact::Prefs::lastVersionSeen ( )
inlinestatic

Get LastVersionSeen.

Definition at line 223 of file prefs.h.

ItemString* Kontact::Prefs::lastVersionSeenItem ( )
inline

Get Item object corresponding to LastVersionSeen()

Definition at line 231 of file prefs.h.

Prefs * Prefs::self ( )
static

Definition at line 25 of file prefs.cpp.

static void Kontact::Prefs::setActivePlugin ( const QString &  v)
inlinestatic

Set ActivePlugin.

Definition at line 24 of file prefs.h.

static void Kontact::Prefs::setForcedStartupPlugin ( const QString &  v)
inlinestatic

Set ForcedStartupPlugin.

Definition at line 78 of file prefs.h.

static void Kontact::Prefs::setForceStartupPlugin ( bool  v)
inlinestatic

Set Always start with plugin:

Definition at line 51 of file prefs.h.

static void Kontact::Prefs::setLastVersionSeen ( const QString &  v)
inlinestatic

Set LastVersionSeen.

Definition at line 213 of file prefs.h.

static void Kontact::Prefs::setSidePaneIconSize ( int  v)
inlinestatic

Set SidePaneIconSize.

Definition at line 132 of file prefs.h.

static void Kontact::Prefs::setSidePaneShowIcons ( bool  v)
inlinestatic

Set SidePaneShowIcons.

Definition at line 159 of file prefs.h.

static void Kontact::Prefs::setSidePaneShowText ( bool  v)
inlinestatic

Set SidePaneShowText.

Definition at line 186 of file prefs.h.

static void Kontact::Prefs::setSidePaneSplitter ( const QList< int > &  v)
inlinestatic

Set SidePaneSplitter.

Definition at line 105 of file prefs.h.

static int Kontact::Prefs::sidePaneIconSize ( )
inlinestatic

Get SidePaneIconSize.

Definition at line 142 of file prefs.h.

ItemInt* Kontact::Prefs::sidePaneIconSizeItem ( )
inline

Get Item object corresponding to SidePaneIconSize()

Definition at line 150 of file prefs.h.

static bool Kontact::Prefs::sidePaneShowIcons ( )
inlinestatic

Get SidePaneShowIcons.

Definition at line 169 of file prefs.h.

ItemBool* Kontact::Prefs::sidePaneShowIconsItem ( )
inline

Get Item object corresponding to SidePaneShowIcons()

Definition at line 177 of file prefs.h.

static bool Kontact::Prefs::sidePaneShowText ( )
inlinestatic

Get SidePaneShowText.

Definition at line 196 of file prefs.h.

ItemBool* Kontact::Prefs::sidePaneShowTextItem ( )
inline

Get Item object corresponding to SidePaneShowText()

Definition at line 204 of file prefs.h.

static QList<int> Kontact::Prefs::sidePaneSplitter ( )
inlinestatic

Get SidePaneSplitter.

Definition at line 115 of file prefs.h.

ItemIntList* Kontact::Prefs::sidePaneSplitterItem ( )
inline

Get Item object corresponding to SidePaneSplitter()

Definition at line 123 of file prefs.h.

Member Data Documentation

QString Kontact::Prefs::mActivePlugin

Definition at line 243 of file prefs.h.

QString Kontact::Prefs::mForcedStartupPlugin

Definition at line 245 of file prefs.h.

bool Kontact::Prefs::mForceStartupPlugin

Definition at line 244 of file prefs.h.

QString Kontact::Prefs::mLastVersionSeen

Definition at line 250 of file prefs.h.

int Kontact::Prefs::mSidePaneIconSize

Definition at line 247 of file prefs.h.

bool Kontact::Prefs::mSidePaneShowIcons

Definition at line 248 of file prefs.h.

bool Kontact::Prefs::mSidePaneShowText

Definition at line 249 of file prefs.h.

QList<int> Kontact::Prefs::mSidePaneSplitter

Definition at line 246 of file prefs.h.


The documentation for this class was generated from the following files:
  • prefs.h
  • prefs.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kontact

Skip menu "kontact"
  • Main Page
  • Namespace List
  • 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