kalarm
MonthYearRule Class Reference
#include <recurrenceeditprivate.h>

Detailed Description
Definition at line 114 of file recurrenceeditprivate.h.
Public Types | |
| enum | DayPosType { DATE, POS } |
Signals | |
| void | typeChanged (DayPosType) |
Public Member Functions | |
| int | date () const |
| int | dayOfWeek () const |
| MonthYearRule (const QString &freqText, const QString &freqWhatsThis, bool allowEveryWeek, bool readOnly, QWidget *parent) | |
| virtual void | saveState () |
| void | setDate (int dayOfMonth) |
| void | setDefaultValues (int dayOfMonth, int dayOfWeek) |
| void | setPosition (int week, int dayOfWeek) |
| void | setType (DayPosType) |
| virtual bool | stateChanged () const |
| DayPosType | type () const |
| int | week () const |
Protected Slots | |
| virtual void | clicked (QAbstractButton *) |
Protected Member Functions | |
| DayPosType | buttonType (QAbstractButton *b) const |
| virtual void | daySelected (int) |
Member Enumeration Documentation
Constructor & Destructor Documentation
| MonthYearRule::MonthYearRule | ( | const QString & | freqText, | |
| const QString & | freqWhatsThis, | |||
| bool | allowEveryWeek, | |||
| bool | readOnly, | |||
| QWidget * | parent | |||
| ) |
Definition at line 1296 of file recurrenceedit.cpp.
Member Function Documentation
| DayPosType MonthYearRule::buttonType | ( | QAbstractButton * | b | ) | const [inline, protected] |
Definition at line 135 of file recurrenceeditprivate.h.
| void MonthYearRule::clicked | ( | QAbstractButton * | button | ) | [protected, virtual, slot] |
| int MonthYearRule::date | ( | ) | const |
Definition at line 1401 of file recurrenceedit.cpp.
| int MonthYearRule::dayOfWeek | ( | ) | const |
Definition at line 1413 of file recurrenceedit.cpp.
| virtual void MonthYearRule::daySelected | ( | int | ) | [inline, protected, virtual] |
| void MonthYearRule::saveState | ( | ) | [virtual] |
Reimplemented from Rule.
Reimplemented in YearlyRule.
Definition at line 1452 of file recurrenceedit.cpp.
| void MonthYearRule::setDate | ( | int | dayOfMonth | ) |
Definition at line 1418 of file recurrenceedit.cpp.
| void MonthYearRule::setDefaultValues | ( | int | dayOfMonth, | |
| int | dayOfWeek | |||
| ) |
Definition at line 1393 of file recurrenceedit.cpp.
| void MonthYearRule::setPosition | ( | int | week, | |
| int | dayOfWeek | |||
| ) |
Definition at line 1424 of file recurrenceedit.cpp.
| void MonthYearRule::setType | ( | MonthYearRule::DayPosType | type | ) |
Definition at line 1385 of file recurrenceedit.cpp.
| bool MonthYearRule::stateChanged | ( | ) | const [virtual] |
Reimplemented from Rule.
Reimplemented in YearlyRule.
Definition at line 1468 of file recurrenceedit.cpp.
| MonthYearRule::DayPosType MonthYearRule::type | ( | ) | const |
Definition at line 1380 of file recurrenceedit.cpp.
| void MonthYearRule::typeChanged | ( | DayPosType | ) | [signal] |
| int MonthYearRule::week | ( | ) | const |
Definition at line 1407 of file recurrenceedit.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference