libkdepim

KDatePickerPopup Class Reference

#include <kdatepickerpopup.h>

List of all members.


Detailed Description

This menu helps the user to select a date quickly.

This menu helps the user to select a date quicly. It offers various ways of selecting, e.g. with a KDatePicker or with words like "Tomorrow".

The available items are:

  • NoDate: A menu-item with "No Date". If choosen, the datepicker will emit a null QDate.
  • DatePicker: Show a KDatePicker-widget.
  • Words: Show items like "Today", "Tomorrow" or "Next Week".
When supplying multiple items, separate each item with a bitwise OR.

Author:
Bram Schoenmakers <bram_s@softhome.net>

Definition at line 45 of file kdatepickerpopup.h.


Public Types

enum  { NoDate = 1, DatePicker = 2, Words = 4 }

Signals

void dateChanged (QDate)

Public Member Functions

 KDatePickerPopup (int items=DatePicker, const QDate &date=QDate::currentDate(), QWidget *parent=0, const char *name=0)
KDatePicker * datePicker () const
void setDate (const QDate &date)
int items () const

Protected Slots

void slotDateChanged (QDate)
void slotToday ()
void slotTomorrow ()
void slotNextWeek ()
void slotNextMonth ()
void slotNoDate ()

Constructor & Destructor Documentation

KDatePickerPopup::KDatePickerPopup ( int  items = DatePicker,
const QDate &  date = QDate::currentDate(),
QWidget *  parent = 0,
const char *  name = 0 
)

A constructor for the KDatePickerPopup.

Parameters:
items List of all desirable items, separated with a bitwise OR.
date Initial date of datepicker-widget.
parent The object's parent.
name The object's name.

Definition at line 29 of file kdatepickerpopup.cpp.


Member Function Documentation

KDatePicker * KDatePickerPopup::datePicker (  )  const

Returns:
A pointer to the private variable mDatePicker, an instance of KDatePicker.

Definition at line 74 of file kdatepickerpopup.cpp.

int KDatePickerPopup::items (  )  const [inline]

Returns:
Returns the bitwise result of the active items in the popup.

Definition at line 77 of file kdatepickerpopup.h.

void KDatePickerPopup::dateChanged ( QDate   )  [signal]

This signal emits the new date (selected with datepicker or other menu-items).


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys