KCalCore Library
KCalCore::RecurrenceRule::WDayPos Class Reference
#include <recurrencerule.h>
Public Member Functions | |
WDayPos (int ps=0, short dy=0) | |
short | day () const |
bool | operator!= (const RecurrenceRule::WDayPos &pos2) const |
bool | operator== (const RecurrenceRule::WDayPos &pos2) const |
int | pos () const |
void | setDay (short dy) |
void | setPos (int ps) |
Protected Attributes | |
short | mDay |
int | mPos |
Friends | |
KCALCORE_EXPORT QDataStream & | operator<< (QDataStream &out, const KCalCore::RecurrenceRule::WDayPos &) |
KCALCORE_EXPORT QDataStream & | operator>> (QDataStream &in, KCalCore::RecurrenceRule::WDayPos &) |
Detailed Description
structure for describing the n-th weekday of the month/year.
Definition at line 68 of file recurrencerule.h.
Friends And Related Function Documentation
|
friend |
RecurrenceRule::WDayPos serializer and deserializer.
- Since
- 4.12
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:58 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:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.