kalarm
Reminder Class Reference
#include <reminder.h>
Inheritance diagram for Reminder:

Detailed Description
Definition at line 30 of file reminder.h.
Public Member Functions | |
| void | enableOnceOnly (bool enable) |
| bool | isOnceOnly () const |
| bool | isReminder () const |
| int | minutes () const |
| Reminder (const QString &reminderWhatsThis, const QString &valueWhatsThis, bool allowHourMinute, bool showOnceOnly, QWidget *parent) | |
| void | setDateOnly (bool dateOnly) |
| void | setFocusOnCount () |
| void | setMaximum (int hourmin, int days) |
| void | setMinutes (int minutes, bool dateOnly) |
| void | setOnceOnly (bool) |
| void | setReadOnly (bool) |
Static Public Member Functions | |
| static QString | i18n_chk_FirstRecurrenceOnly () |
Protected Slots | |
| void | slotReminderToggled (bool) |
Constructor & Destructor Documentation
| Reminder::Reminder | ( | const QString & | reminderWhatsThis, | |
| const QString & | valueWhatsThis, | |||
| bool | allowHourMinute, | |||
| bool | showOnceOnly, | |||
| QWidget * | parent | |||
| ) |
Definition at line 43 of file reminder.cpp.
Member Function Documentation
| void Reminder::enableOnceOnly | ( | bool | enable | ) |
Definition at line 108 of file reminder.cpp.
| QString Reminder::i18n_chk_FirstRecurrenceOnly | ( | ) | [static] |
Definition at line 40 of file reminder.cpp.
| bool Reminder::isOnceOnly | ( | ) | const |
Definition at line 94 of file reminder.cpp.
| bool Reminder::isReminder | ( | ) | const |
Definition at line 89 of file reminder.cpp.
| int Reminder::minutes | ( | ) | const |
Definition at line 126 of file reminder.cpp.
| void Reminder::setDateOnly | ( | bool | dateOnly | ) |
Definition at line 147 of file reminder.cpp.
| void Reminder::setFocusOnCount | ( | ) |
Definition at line 155 of file reminder.cpp.
| void Reminder::setMaximum | ( | int | hourmin, | |
| int | days | |||
| ) |
Definition at line 117 of file reminder.cpp.
| void Reminder::setMinutes | ( | int | minutes, | |
| bool | dateOnly | |||
| ) |
Definition at line 134 of file reminder.cpp.
| void Reminder::setOnceOnly | ( | bool | onceOnly | ) |
Definition at line 99 of file reminder.cpp.
| void Reminder::setReadOnly | ( | bool | ro | ) |
Definition at line 78 of file reminder.cpp.
| void Reminder::slotReminderToggled | ( | bool | on | ) | [protected, slot] |
Definition at line 163 of file reminder.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference