KDE PIM / Developers / API Docs / korganizer

MonthViewCell Class Reference

This class represents one day in KOrganizer's month view. More...

#include <komonthview.h>

Inherits QWidget.

List of all members.

Signals

Public Member Functions

Protected Slots

Protected Member Functions


Detailed Description

This class represents one day in KOrganizer's month view.

See also:
KOMonthView


Member Function Documentation

void MonthViewCell::setDate const QDate &   ) 
 

Sets the date of the cell.

QDate MonthViewCell::date  )  const
 

Returns:
Date of cell

void MonthViewCell::setHoliday bool   ) 
 

Make this cell show as a holiday.

void MonthViewCell::addIncidence Incidence *   ) 
 

Adds an incidence to the cell.

Sets the right text and icons for this incidence.

bool MonthViewCell::removeIncidence Incidence *   ) 
 

Removes an incidence from the cell.

Returns:
True if successful, false if deletion failed (e.g. when given incidence doesn't exist in the cell.

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