kalarm
MessageWin Class Reference
#include <messagewin.h>

Detailed Description
MessageWin: A window to display an alarm message.Definition at line 48 of file messagewin.h.
Public Types | |
| enum | { NO_RESCHEDULE = 0x01, NO_DEFER = 0x02, NO_INIT_VIEW = 0x04 } |
Public Member Functions | |
| KAAlarm::Type | alarmType () const |
| const DateTime & | dateTime () |
| bool | hasDefer () const |
| bool | isValid () const |
| MessageWin (const KAEvent *, const KAAlarm &, int flags) | |
| MessageWin () | |
| void | repeat (const KAAlarm &) |
| void | setRecreating () |
| virtual void | show () |
| virtual QSize | sizeHint () const |
| ~MessageWin () | |
Static Public Member Functions | |
| static MessageWin * | findEvent (const QString &eventID) |
| static int | instanceCount () |
| static void | redisplayAlarms () |
| static void | showError (const KAEvent &, const DateTime &alarmDateTime, const QStringList &errmsgs, const QString &dontShowAgain=QString()) |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *) |
| virtual void | moveEvent (QMoveEvent *) |
| virtual void | readProperties (const KConfigGroup &) |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | saveProperties (KConfigGroup &) |
| virtual void | showEvent (QShowEvent *) |
Member Enumeration Documentation
| anonymous enum |
Constructor & Destructor Documentation
| MessageWin::MessageWin | ( | ) |
Definition at line 286 of file messagewin.cpp.
Definition at line 156 of file messagewin.cpp.
| MessageWin::~MessageWin | ( | ) |
Definition at line 313 of file messagewin.cpp.
Member Function Documentation
| KAAlarm::Type MessageWin::alarmType | ( | ) | const [inline] |
Definition at line 64 of file messagewin.h.
| void MessageWin::closeEvent | ( | QCloseEvent * | ce | ) | [protected, virtual] |
| const DateTime& MessageWin::dateTime | ( | ) | [inline] |
Definition at line 63 of file messagewin.h.
| MessageWin * MessageWin::findEvent | ( | const QString & | eventID | ) | [static] |
Definition at line 1023 of file messagewin.cpp.
| bool MessageWin::hasDefer | ( | ) | const [inline] |
Definition at line 65 of file messagewin.h.
| static int MessageWin::instanceCount | ( | ) | [inline, static] |
Definition at line 69 of file messagewin.h.
| bool MessageWin::isValid | ( | ) | const [inline] |
Definition at line 66 of file messagewin.h.
| void MessageWin::moveEvent | ( | QMoveEvent * | e | ) | [protected, virtual] |
Definition at line 1363 of file messagewin.cpp.
| void MessageWin::readProperties | ( | const KConfigGroup & | config | ) | [protected, virtual] |
Definition at line 827 of file messagewin.cpp.
| void MessageWin::redisplayAlarms | ( | ) | [static] |
Definition at line 903 of file messagewin.cpp.
| void MessageWin::repeat | ( | const KAAlarm & | alarm | ) |
Definition at line 1186 of file messagewin.cpp.
| void MessageWin::resizeEvent | ( | QResizeEvent * | re | ) | [protected, virtual] |
Definition at line 1419 of file messagewin.cpp.
| void MessageWin::saveProperties | ( | KConfigGroup & | config | ) | [protected, virtual] |
Definition at line 774 of file messagewin.cpp.
| void MessageWin::setRecreating | ( | ) | [inline] |
Definition at line 62 of file messagewin.h.
| void MessageWin::show | ( | ) | [virtual] |
Definition at line 1216 of file messagewin.cpp.
| void MessageWin::showError | ( | const KAEvent & | event, | |
| const DateTime & | alarmDateTime, | |||
| const QStringList & | errmsgs, | |||
| const QString & | dontShowAgain = QString() | |||
| ) | [static] |
Definition at line 227 of file messagewin.cpp.
| void MessageWin::showEvent | ( | QShowEvent * | se | ) | [protected, virtual] |
Definition at line 1272 of file messagewin.cpp.
| QSize MessageWin::sizeHint | ( | ) | const [virtual] |
Definition at line 1236 of file messagewin.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference