kalarm
MonthlyRule Class Reference
#include <recurrenceedit_p.h>
Inheritance diagram for MonthlyRule:

Public Member Functions | |
| MonthlyRule (bool readOnly, QWidget *parent) | |
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 |
| 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 |
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 () |
| virtual QWidget * | validate (QString &) |
Public Member Functions inherited from NoRule | |
| NoRule (QWidget *parent) | |
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 () |
Protected Slots inherited from MonthYearRule | |
| virtual void | clicked (QAbstractButton *) |
Protected Member Functions inherited from MonthYearRule | |
| DayPosType | buttonType (QAbstractButton *b) const |
| virtual void | daySelected (int) |
Detailed Description
Definition at line 178 of file recurrenceedit_p.h.
Constructor & Destructor Documentation
| MonthlyRule::MonthlyRule | ( | bool | readOnly, |
| QWidget * | parent | ||
| ) |
Definition at line 1540 of file recurrenceedit.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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