libkcal
KCal::RecurrenceRule::WDayPos Class Reference
structure for describing the n-th weekday of the month/year. More...
#include <recurrencerule.h>
Public Member Functions | |
short | day () const |
bool | operator== (const RecurrenceRule::WDayPos &pos2) const |
int | pos () const |
void | setDay (short dy) |
void | setPos (int ps) |
WDayPos (int ps=0, short dy=0) | |
Protected Attributes | |
short | mDay |
int | mPos |
Detailed Description
structure for describing the n-th weekday of the month/year.
Definition at line 82 of file recurrencerule.h.
Constructor & Destructor Documentation
KCal::RecurrenceRule::WDayPos::WDayPos | ( | int | ps = 0 , |
|
short | dy = 0 | |||
) | [inline] |
Definition at line 84 of file recurrencerule.h.
Member Function Documentation
short KCal::RecurrenceRule::WDayPos::day | ( | ) | const [inline] |
Definition at line 85 of file recurrencerule.h.
bool KCal::RecurrenceRule::WDayPos::operator== | ( | const RecurrenceRule::WDayPos & | pos2 | ) | const [inline] |
Definition at line 90 of file recurrencerule.h.
int KCal::RecurrenceRule::WDayPos::pos | ( | ) | const [inline] |
Definition at line 86 of file recurrencerule.h.
void KCal::RecurrenceRule::WDayPos::setDay | ( | short | dy | ) | [inline] |
Definition at line 87 of file recurrencerule.h.
void KCal::RecurrenceRule::WDayPos::setPos | ( | int | ps | ) | [inline] |
Definition at line 88 of file recurrencerule.h.
Member Data Documentation
short KCal::RecurrenceRule::WDayPos::mDay [protected] |
Definition at line 94 of file recurrencerule.h.
int KCal::RecurrenceRule::WDayPos::mPos [protected] |
Definition at line 95 of file recurrencerule.h.
The documentation for this class was generated from the following file: