knotes
KNotesGlobalConfig Class Reference
#include <knotesglobalconfig.h>

Detailed Description
Definition at line 11 of file knotesglobalconfig.h.
Public Member Functions | |
| ~KNotesGlobalConfig () | |
Static Public Member Functions | |
| static QDateTime | alarmsLastChecked () |
| static uint | checkInterval () |
| static QStringList | knownHosts () |
| static QString | mailAction () |
| static uint | port () |
| static bool | receiveNotes () |
| static KNotesGlobalConfig * | self () |
| static QString | senderID () |
| static void | setAlarmsLastChecked (const QDateTime &v) |
| static void | setCheckInterval (uint v) |
| static void | setKnownHosts (const QStringList &v) |
| static void | setMailAction (const QString &v) |
| static void | setPort (uint v) |
| static void | setReceiveNotes (bool v) |
| static void | setSenderID (const QString &v) |
| static void | setStyle (int v) |
| static int | style () |
Protected Member Functions | |
| KNotesGlobalConfig () | |
Protected Attributes | |
| QDateTime | mAlarmsLastChecked |
| uint | mCheckInterval |
| QStringList | mKnownHosts |
| QString | mMailAction |
| uint | mPort |
| bool | mReceiveNotes |
| QString | mSenderID |
| int | mStyle |
Classes | |
| class | EnumStyle |
Constructor & Destructor Documentation
| KNotesGlobalConfig::~KNotesGlobalConfig | ( | ) |
Definition at line 75 of file knotesglobalconfig.cpp.
| KNotesGlobalConfig::KNotesGlobalConfig | ( | ) | [protected] |
Definition at line 27 of file knotesglobalconfig.cpp.
Member Function Documentation
| static QDateTime KNotesGlobalConfig::alarmsLastChecked | ( | ) | [inline, static] |
| static uint KNotesGlobalConfig::checkInterval | ( | ) | [inline, static] |
| static QStringList KNotesGlobalConfig::knownHosts | ( | ) | [inline, static] |
| static QString KNotesGlobalConfig::mailAction | ( | ) | [inline, static] |
| static uint KNotesGlobalConfig::port | ( | ) | [inline, static] |
Get The port KNotes will listen on and send notes to.
Definition at line 113 of file knotesglobalconfig.h.
| static bool KNotesGlobalConfig::receiveNotes | ( | ) | [inline, static] |
| KNotesGlobalConfig * KNotesGlobalConfig::self | ( | ) | [static] |
Definition at line 17 of file knotesglobalconfig.cpp.
| static QString KNotesGlobalConfig::senderID | ( | ) | [inline, static] |
| static void KNotesGlobalConfig::setAlarmsLastChecked | ( | const QDateTime & | v | ) | [inline, static] |
| static void KNotesGlobalConfig::setCheckInterval | ( | uint | v | ) | [inline, static] |
| static void KNotesGlobalConfig::setKnownHosts | ( | const QStringList & | v | ) | [inline, static] |
| static void KNotesGlobalConfig::setMailAction | ( | const QString & | v | ) | [inline, static] |
| static void KNotesGlobalConfig::setPort | ( | uint | v | ) | [inline, static] |
Set The port KNotes will listen on and send notes to.
Definition at line 103 of file knotesglobalconfig.h.
| static void KNotesGlobalConfig::setReceiveNotes | ( | bool | v | ) | [inline, static] |
| static void KNotesGlobalConfig::setSenderID | ( | const QString & | v | ) | [inline, static] |
| static void KNotesGlobalConfig::setStyle | ( | int | v | ) | [inline, static] |
| static int KNotesGlobalConfig::style | ( | ) | [inline, static] |
Member Data Documentation
QDateTime KNotesGlobalConfig::mAlarmsLastChecked [protected] |
Definition at line 185 of file knotesglobalconfig.h.
uint KNotesGlobalConfig::mCheckInterval [protected] |
Definition at line 184 of file knotesglobalconfig.h.
QStringList KNotesGlobalConfig::mKnownHosts [protected] |
Definition at line 191 of file knotesglobalconfig.h.
QString KNotesGlobalConfig::mMailAction [protected] |
Definition at line 181 of file knotesglobalconfig.h.
uint KNotesGlobalConfig::mPort [protected] |
Definition at line 189 of file knotesglobalconfig.h.
bool KNotesGlobalConfig::mReceiveNotes [protected] |
Definition at line 188 of file knotesglobalconfig.h.
QString KNotesGlobalConfig::mSenderID [protected] |
Definition at line 190 of file knotesglobalconfig.h.
int KNotesGlobalConfig::mStyle [protected] |
Definition at line 194 of file knotesglobalconfig.h.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference