KCal::RecurrenceRule::WDayPos Class Reference

#include <recurrencerule.h>

Public Member Functions

 WDayPos (int ps=0, short dy=0)
 
short day () const
 
int pos () const
 
void setDay (short dy)
 
void setPos (int ps)
 
bool operator== (const RecurrenceRule::WDayPos &pos2) const
 

Protected Attributes

short mDay
 
int mPos
 

Detailed Description

structure for describing the n-th weekday of the month/year.

Definition at line 185 of file recurrencerule.h.

Constructor & Destructor Documentation

◆ WDayPos()

KCal::RecurrenceRule::WDayPos::WDayPos ( int  ps = 0,
short  dy = 0 
)
inline

Definition at line 187 of file recurrencerule.h.

Member Function Documentation

◆ day()

short KCal::RecurrenceRule::WDayPos::day ( ) const
inline

Definition at line 188 of file recurrencerule.h.

◆ operator==()

bool KCal::RecurrenceRule::WDayPos::operator== ( const RecurrenceRule::WDayPos pos2) const
inline

Definition at line 193 of file recurrencerule.h.

◆ pos()

int KCal::RecurrenceRule::WDayPos::pos ( ) const
inline

Definition at line 189 of file recurrencerule.h.

◆ setDay()

void KCal::RecurrenceRule::WDayPos::setDay ( short  dy)
inline

Definition at line 190 of file recurrencerule.h.

◆ setPos()

void KCal::RecurrenceRule::WDayPos::setPos ( int  ps)
inline

Definition at line 191 of file recurrencerule.h.

Member Data Documentation

◆ mDay

short KCal::RecurrenceRule::WDayPos::mDay
protected

Definition at line 197 of file recurrencerule.h.

◆ mPos

int KCal::RecurrenceRule::WDayPos::mPos
protected

Definition at line 198 of file recurrencerule.h.


The documentation for this class was generated from the following file: