KCalendarCore::RecurrenceRule::WDayPos

Search for usage in LXR

KCalendarCore::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
 

Detailed Description

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

Definition at line 56 of file recurrencerule.h.

Constructor & Destructor Documentation

◆ WDayPos()

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

Definition at line 2185 of file recurrencerule.cpp.

Member Function Documentation

◆ day()

short RecurrenceRule::WDayPos::day ( ) const

Definition at line 2196 of file recurrencerule.cpp.

◆ operator!=()

bool RecurrenceRule::WDayPos::operator!= ( const RecurrenceRule::WDayPos & pos2) const

Definition at line 170 of file recurrencerule.cpp.

◆ operator==()

bool RecurrenceRule::WDayPos::operator== ( const RecurrenceRule::WDayPos & pos2) const

Definition at line 165 of file recurrencerule.cpp.

◆ pos()

int RecurrenceRule::WDayPos::pos ( ) const

Definition at line 2206 of file recurrencerule.cpp.

◆ setDay()

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

Definition at line 2191 of file recurrencerule.cpp.

◆ setPos()

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

Definition at line 2201 of file recurrencerule.cpp.

Member Data Documentation

◆ mDay

short KCalendarCore::RecurrenceRule::WDayPos::mDay
protected

Definition at line 69 of file recurrencerule.h.

◆ mPos

int KCalendarCore::RecurrenceRule::WDayPos::mPos
protected

Definition at line 70 of file recurrencerule.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:47 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.