kalarm
AlarmText Class Reference
#include <alarmtext.h>
Detailed Description
Definition at line 29 of file alarmtext.h.
Public Member Functions | |
| AlarmText (const QString &text=QString()) | |
| QString | body () const |
| QString | calendarText () const |
| QString | cc () const |
| QString | displayText () const |
| QString | from () const |
| bool | isEmail () const |
| bool | isEmpty () const |
| bool | isScript () const |
| unsigned long | kmailSerialNumber () const |
| void | setEmail (const QString &to, const QString &from, const QString &cc, const QString &time, const QString &subject, const QString &body, unsigned long kmailSerialNumber=0) |
| void | setScript (const QString &text) |
| void | setText (const QString &) |
| QString | subject () const |
| QString | time () const |
| QString | to () const |
Static Public Member Functions | |
| static bool | checkIfEmail (const QString &) |
| static QString | emailHeaders (const QString &, bool subjectOnly) |
| static QString | fromCalendarText (const QString &, bool &email) |
| static QString | summary (const KAEvent *, int maxLines=1, bool *truncated=0) |
| static QString | toCalendarText (const QString &) |
Constructor & Destructor Documentation
Definition at line 32 of file alarmtext.h.
Member Function Documentation
| QString AlarmText::body | ( | ) | const [inline] |
Definition at line 44 of file alarmtext.h.
| QString AlarmText::calendarText | ( | ) | const |
| QString AlarmText::cc | ( | ) | const [inline] |
Definition at line 41 of file alarmtext.h.
| bool AlarmText::checkIfEmail | ( | const QString & | text | ) | [static] |
Definition at line 111 of file alarmtext.cpp.
| QString AlarmText::displayText | ( | ) | const |
Definition at line 72 of file alarmtext.cpp.
Definition at line 145 of file alarmtext.cpp.
| QString AlarmText::from | ( | ) | const [inline] |
Definition at line 40 of file alarmtext.h.
Definition at line 168 of file alarmtext.cpp.
| bool AlarmText::isEmail | ( | ) | const [inline] |
Definition at line 46 of file alarmtext.h.
| bool AlarmText::isEmpty | ( | ) | const |
Definition at line 99 of file alarmtext.cpp.
| bool AlarmText::isScript | ( | ) | const [inline] |
Definition at line 47 of file alarmtext.h.
| unsigned long AlarmText::kmailSerialNumber | ( | ) | const [inline] |
Definition at line 48 of file alarmtext.h.
| void AlarmText::setEmail | ( | const QString & | to, | |
| const QString & | from, | |||
| const QString & | cc, | |||
| const QString & | time, | |||
| const QString & | subject, | |||
| const QString & | body, | |||
| unsigned long | kmailSerialNumber = 0 | |||
| ) |
Definition at line 55 of file alarmtext.cpp.
| void AlarmText::setScript | ( | const QString & | text | ) | [inline] |
Definition at line 34 of file alarmtext.h.
| void AlarmText::setText | ( | const QString & | text | ) |
Definition at line 42 of file alarmtext.cpp.
| QString AlarmText::subject | ( | ) | const [inline] |
Definition at line 43 of file alarmtext.h.
| QString AlarmText::summary | ( | const KAEvent * | event, | |
| int | maxLines = 1, |
|||
| bool * | truncated = 0 | |||
| ) | [static] |
Definition at line 262 of file alarmtext.cpp.
| QString AlarmText::time | ( | ) | const [inline] |
Definition at line 42 of file alarmtext.h.
| QString AlarmText::to | ( | ) | const [inline] |
Definition at line 39 of file alarmtext.h.
Definition at line 207 of file alarmtext.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference