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
|
Get AlarmsLastChecked.
Definition at line 75 of file knotesglobalconfig.h. |
|
Get CheckInterval.
Definition at line 56 of file knotesglobalconfig.h. |
|
Get KnownHosts.
Definition at line 151 of file knotesglobalconfig.h. |
|
Get MailAction.
Definition at line 37 of file knotesglobalconfig.h. |
|
Get The port KNotes will listen on and send notes to.
Definition at line 113 of file knotesglobalconfig.h. |
|
Get ReceiveNotes.
Definition at line 94 of file knotesglobalconfig.h. |
|
Get SenderID.
Definition at line 132 of file knotesglobalconfig.h. |
|
Set AlarmsLastChecked.
Definition at line 65 of file knotesglobalconfig.h. |
|
Set CheckInterval.
Definition at line 46 of file knotesglobalconfig.h. |
|
Set KnownHosts.
Definition at line 141 of file knotesglobalconfig.h. |
|
Set MailAction.
Definition at line 27 of file knotesglobalconfig.h. |
|
Set The port KNotes will listen on and send notes to.
Definition at line 103 of file knotesglobalconfig.h. |
|
Set ReceiveNotes.
Definition at line 84 of file knotesglobalconfig.h. |
|
Set SenderID.
Definition at line 122 of file knotesglobalconfig.h. |
|
Set Style.
Definition at line 160 of file knotesglobalconfig.h. |
|
Get Style.
Definition at line 170 of file knotesglobalconfig.h. |
The documentation for this class was generated from the following files: