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

Public Member Functions | |
| DailyRule (bool readOnly, QWidget *parent) | |
Public Member Functions inherited from DayWeekRule | |
| DayWeekRule (const QString &freqText, const QString &freqWhatsThis, const QString &daysWhatsThis, bool readOnly, QWidget *parent) | |
| QBitArray | days () const |
| virtual void | saveState () |
| void | setDay (int dayOfWeek) |
| void | setDays (bool) |
| void | setDays (const QBitArray &days) |
| virtual bool | stateChanged () const |
| virtual QWidget * | validate (QString &errorMessage) |
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) | |
Additional Inherited Members | |
Signals inherited from Rule | |
| void | changed () |
| void | frequencyChanged () |
Detailed Description
Definition at line 112 of file recurrenceedit_p.h.
Constructor & Destructor Documentation
| DailyRule::DailyRule | ( | bool | readOnly, |
| QWidget * | parent | ||
| ) |
Definition at line 1313 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