KDateTable Class Reference

[kdeui Index] [kdeui Hierarchy] [Headers]


Draws a calendar table More...

#include <kdatetbl.h>

Inherits: QTableView (qt)

Public Members

Public Slots

Protected Members

Signals

Private Members


Detailed Description

Draws a calendar table.


QSize sizeHint() const [public]

Returns a recommended size for the widget.

void setDate(QDate) [public slot]

Sets the currently selected date. The date isonly set if the given date is a valid one.

int dayNum(int row, int col) [private]

Returns the number of the day at position (row,col).The number is a negative one if the day is in the previous month, and it is bigger than m_date.daysInMonth() if the day is in the next month.


  • Author: Tim D. Gilman
  • Version: $Id: kdatetbl.h,v 1.7.4.1 1999/03/29 17:28:06 mirko Exp $
  • Documentation generated by root@darkstar.lst.de on Wed Sep 8 17:38:27 CEST 1999
Kdoc