kalarm
#include <recurrenceedit_p.h>

Public Member Functions | |
| YearlyRule (bool readOnly, QWidget *parent) | |
| KARecurrence::Feb29Type | feb29Type () const |
| QVector< int > | months () const |
| virtual void | saveState () |
| void | setDefaultValues (int dayOfMonth, int dayOfWeek, int month) |
| void | setFeb29Type (KARecurrence::Feb29Type) |
| void | setMonths (const QList< int > &months) |
| virtual bool | stateChanged () const |
| virtual QWidget * | validate (QString &errorMessage) |
Public Member Functions inherited from MonthYearRule | |
| MonthYearRule (const QString &freqText, const QString &freqWhatsThis, bool allowEveryWeek, bool readOnly, QWidget *parent) | |
| int | date () const |
| int | dayOfWeek () const |
| void | setDate (int dayOfMonth) |
| void | setDefaultValues (int dayOfMonth, int dayOfWeek) |
| void | setPosition (int week, int dayOfWeek) |
| void | setType (DayPosType) |
| DayPosType | type () const |
| int | week () const |
Public Member Functions inherited from Rule | |
| Rule (const QString &freqText, const QString &freqWhatsThis, bool time, bool readOnly, QWidget *parent) | |
| int | frequency () const |
| QVBoxLayout * | layout () const |
| void | setFrequency (int) |
| virtual void | setFrequencyFocus () |
Public Member Functions inherited from NoRule | |
| NoRule (QWidget *parent) | |
Protected Slots | |
| virtual void | clicked (QAbstractButton *) |
Protected Slots inherited from MonthYearRule | |
| virtual void | clicked (QAbstractButton *) |
Protected Member Functions | |
| virtual void | daySelected (int day) |
Protected Member Functions inherited from MonthYearRule | |
| DayPosType | buttonType (QAbstractButton *b) const |
Additional Inherited Members | |
Public Types inherited from MonthYearRule | |
| enum | DayPosType { DATE, POS } |
Signals inherited from MonthYearRule | |
| void | typeChanged (DayPosType) |
Signals inherited from Rule | |
| void | changed () |
| void | frequencyChanged () |
Detailed Description
Definition at line 186 of file recurrenceedit_p.h.
Constructor & Destructor Documentation
| YearlyRule::YearlyRule | ( | bool | readOnly, |
| QWidget * | parent | ||
| ) |
Definition at line 1552 of file recurrenceedit.cpp.
Member Function Documentation
|
protectedvirtualslot |
Definition at line 1696 of file recurrenceedit.cpp.
|
protectedvirtual |
Reimplemented from MonthYearRule.
Definition at line 1706 of file recurrenceedit.cpp.
| KARecurrence::Feb29Type YearlyRule::feb29Type | ( | ) | const |
Definition at line 1650 of file recurrenceedit.cpp.
| QVector< int > YearlyRule::months | ( | ) | const |
Definition at line 1623 of file recurrenceedit.cpp.
|
virtual |
Reimplemented from MonthYearRule.
Definition at line 1731 of file recurrenceedit.cpp.
| void YearlyRule::setDefaultValues | ( | int | dayOfMonth, |
| int | dayOfWeek, | ||
| int | month | ||
| ) |
Definition at line 1609 of file recurrenceedit.cpp.
| void YearlyRule::setFeb29Type | ( | KARecurrence::Feb29Type | type | ) |
Definition at line 1667 of file recurrenceedit.cpp.
| void YearlyRule::setMonths | ( | const QList< int > & | months | ) |
Definition at line 1635 of file recurrenceedit.cpp.
|
virtual |
Reimplemented from MonthYearRule.
Definition at line 1741 of file recurrenceedit.cpp.
|
virtual |
Reimplemented from Rule.
Definition at line 1683 of file recurrenceedit.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from