knotes
KNotesGlobalConfig Class Reference
Inheritance diagram for KNotesGlobalConfig:

Detailed Description
Definition at line 11 of file knotesglobalconfig.h.
Public Member Functions | |
~KNotesGlobalConfig () | |
Static Public Member Functions | |
static KNotesGlobalConfig * | self () |
static void | setMailAction (const QString &v) |
static QString | mailAction () |
static void | setCheckInterval (uint v) |
static uint | checkInterval () |
static void | setAlarmsLastChecked (const QDateTime &v) |
static QDateTime | alarmsLastChecked () |
static void | setReceiveNotes (bool v) |
static bool | receiveNotes () |
static void | setPort (uint v) |
static uint | port () |
static void | setSenderID (const QString &v) |
static QString | senderID () |
static void | setKnownHosts (const QStringList &v) |
static QStringList | knownHosts () |
static void | setStyle (int v) |
static int | style () |
static void | writeConfig () |
Protected Member Functions | |
KNotesGlobalConfig () | |
Protected Attributes | |
QString | mMailAction |
uint | mCheckInterval |
QDateTime | mAlarmsLastChecked |
bool | mReceiveNotes |
uint | mPort |
QString | mSenderID |
QStringList | mKnownHosts |
int | mStyle |
Static Protected Attributes | |
static KNotesGlobalConfig * | mSelf = 0 |
Classes | |
class | EnumStyle |
Member Function Documentation
static void KNotesGlobalConfig::setMailAction | ( | const QString & | v | ) | [inline, static] |
static QString KNotesGlobalConfig::mailAction | ( | ) | [inline, static] |
static void KNotesGlobalConfig::setCheckInterval | ( | uint | v | ) | [inline, static] |
static uint KNotesGlobalConfig::checkInterval | ( | ) | [inline, static] |
static void KNotesGlobalConfig::setAlarmsLastChecked | ( | const QDateTime & | v | ) | [inline, static] |
static QDateTime KNotesGlobalConfig::alarmsLastChecked | ( | ) | [inline, static] |
static void KNotesGlobalConfig::setReceiveNotes | ( | bool | v | ) | [inline, static] |
static bool KNotesGlobalConfig::receiveNotes | ( | ) | [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 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 void KNotesGlobalConfig::setSenderID | ( | const QString & | v | ) | [inline, static] |
static QString KNotesGlobalConfig::senderID | ( | ) | [inline, static] |
static void KNotesGlobalConfig::setKnownHosts | ( | const QStringList & | v | ) | [inline, static] |
static QStringList KNotesGlobalConfig::knownHosts | ( | ) | [inline, static] |
static void KNotesGlobalConfig::setStyle | ( | int | v | ) | [inline, static] |
static int KNotesGlobalConfig::style | ( | ) | [inline, static] |
The documentation for this class was generated from the following files: