kalarm
KAAlarmEventBase Class Reference
#include <alarmevent.h>

Detailed Description
Definition at line 60 of file alarmevent.h.
Member Enumeration Documentation
enum KAAlarmEventBase::Type [protected] |
Constructor & Destructor Documentation
| KAAlarmEventBase::~KAAlarmEventBase | ( | ) | [inline] |
Definition at line 63 of file alarmevent.h.
| KAAlarmEventBase::KAAlarmEventBase | ( | ) | [inline, protected] |
Definition at line 98 of file alarmevent.h.
| KAAlarmEventBase::KAAlarmEventBase | ( | const KAAlarmEventBase & | rhs | ) | [inline, protected] |
Definition at line 101 of file alarmevent.h.
Member Function Documentation
| bool KAAlarmEventBase::autoClose | ( | ) | const [inline] |
Definition at line 80 of file alarmevent.h.
| bool KAAlarmEventBase::beep | ( | ) | const [inline] |
Definition at line 87 of file alarmevent.h.
| const QColor& KAAlarmEventBase::bgColour | ( | ) | const [inline] |
Definition at line 75 of file alarmevent.h.
| const QString& KAAlarmEventBase::cleanText | ( | ) | const [inline] |
Definition at line 64 of file alarmevent.h.
| QString KAAlarmEventBase::command | ( | ) | const [inline] |
Definition at line 67 of file alarmevent.h.
| bool KAAlarmEventBase::commandScript | ( | ) | const [inline] |
Definition at line 81 of file alarmevent.h.
| bool KAAlarmEventBase::confirmAck | ( | ) | const [inline] |
Definition at line 82 of file alarmevent.h.
| void KAAlarmEventBase::copy | ( | const KAAlarmEventBase & | rhs | ) | [protected] |
Definition at line 4123 of file alarmevent.cpp.
| bool KAAlarmEventBase::defaultFont | ( | ) | const [inline] |
Definition at line 77 of file alarmevent.h.
| bool KAAlarmEventBase::displaying | ( | ) | const [inline] |
Definition at line 86 of file alarmevent.h.
| void KAAlarmEventBase::dumpDebug | ( | ) | const |
Definition at line 70 of file alarmevent.h.
| const EmailAddressList& KAAlarmEventBase::emailAddresses | ( | ) | const [inline] |
Definition at line 69 of file alarmevent.h.
Definition at line 73 of file alarmevent.h.
| const QStringList& KAAlarmEventBase::emailAttachments | ( | ) | const [inline] |
Definition at line 72 of file alarmevent.h.
| bool KAAlarmEventBase::emailBcc | ( | ) | const [inline] |
Definition at line 74 of file alarmevent.h.
| uint KAAlarmEventBase::emailFromId | ( | ) | const [inline] |
Definition at line 68 of file alarmevent.h.
| const QString& KAAlarmEventBase::emailSubject | ( | ) | const [inline] |
Definition at line 71 of file alarmevent.h.
| const QColor& KAAlarmEventBase::fgColour | ( | ) | const [inline] |
Definition at line 76 of file alarmevent.h.
| QString KAAlarmEventBase::fileName | ( | ) | const [inline] |
Definition at line 66 of file alarmevent.h.
| int KAAlarmEventBase::flags | ( | ) | const |
| QFont KAAlarmEventBase::font | ( | ) | const |
Definition at line 4180 of file alarmevent.cpp.
| int KAAlarmEventBase::lateCancel | ( | ) | const [inline] |
Definition at line 79 of file alarmevent.h.
| QString KAAlarmEventBase::message | ( | ) | const [inline] |
Definition at line 65 of file alarmevent.h.
| KAAlarmEventBase& KAAlarmEventBase::operator= | ( | const KAAlarmEventBase & | rhs | ) | [inline, protected] |
Definition at line 102 of file alarmevent.h.
| bool KAAlarmEventBase::repeatAtLogin | ( | ) | const [inline] |
Definition at line 83 of file alarmevent.h.
| int KAAlarmEventBase::repeatCount | ( | ) | const [inline] |
Definition at line 84 of file alarmevent.h.
| KCal::Duration KAAlarmEventBase::repeatInterval | ( | ) | const [inline] |
Definition at line 85 of file alarmevent.h.
| void KAAlarmEventBase::set | ( | int | flags | ) | [protected] |
Definition at line 4154 of file alarmevent.cpp.
Member Data Documentation
Type KAAlarmEventBase::mActionType [protected] |
Definition at line 119 of file alarmevent.h.
bool KAAlarmEventBase::mAutoClose [protected] |
Definition at line 124 of file alarmevent.h.
bool KAAlarmEventBase::mBeep [protected] |
Definition at line 126 of file alarmevent.h.
QColor KAAlarmEventBase::mBgColour [protected] |
Definition at line 109 of file alarmevent.h.
bool KAAlarmEventBase::mCommandScript [protected] |
Definition at line 125 of file alarmevent.h.
bool KAAlarmEventBase::mConfirmAck [protected] |
Definition at line 131 of file alarmevent.h.
bool KAAlarmEventBase::mDefaultFont [protected] |
Definition at line 132 of file alarmevent.h.
bool KAAlarmEventBase::mDisplaying [protected] |
Definition at line 129 of file alarmevent.h.
EmailAddressList KAAlarmEventBase::mEmailAddresses [protected] |
Definition at line 113 of file alarmevent.h.
QStringList KAAlarmEventBase::mEmailAttachments [protected] |
Definition at line 115 of file alarmevent.h.
bool KAAlarmEventBase::mEmailBcc [protected] |
Definition at line 130 of file alarmevent.h.
uint KAAlarmEventBase::mEmailFromIdentity [protected] |
Definition at line 112 of file alarmevent.h.
QString KAAlarmEventBase::mEmailSubject [protected] |
Definition at line 114 of file alarmevent.h.
QString KAAlarmEventBase::mEventID [protected] |
Definition at line 106 of file alarmevent.h.
int KAAlarmEventBase::mFadeSeconds [protected] |
Definition at line 118 of file alarmevent.h.
float KAAlarmEventBase::mFadeVolume [protected] |
Definition at line 117 of file alarmevent.h.
QColor KAAlarmEventBase::mFgColour [protected] |
Definition at line 110 of file alarmevent.h.
QFont KAAlarmEventBase::mFont [protected] |
Definition at line 111 of file alarmevent.h.
int KAAlarmEventBase::mLateCancel [protected] |
Definition at line 123 of file alarmevent.h.
DateTime KAAlarmEventBase::mNextMainDateTime [protected] |
Definition at line 108 of file alarmevent.h.
int KAAlarmEventBase::mNextRepeat [protected] |
Definition at line 122 of file alarmevent.h.
bool KAAlarmEventBase::mRepeatAtLogin [protected] |
Definition at line 128 of file alarmevent.h.
int KAAlarmEventBase::mRepeatCount [protected] |
Definition at line 120 of file alarmevent.h.
KCal::Duration KAAlarmEventBase::mRepeatInterval [protected] |
Definition at line 121 of file alarmevent.h.
bool KAAlarmEventBase::mRepeatSound [protected] |
Definition at line 127 of file alarmevent.h.
float KAAlarmEventBase::mSoundVolume [protected] |
Definition at line 116 of file alarmevent.h.
QString KAAlarmEventBase::mText [protected] |
Definition at line 107 of file alarmevent.h.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference