Version: 2.9.4
Public Member Functions
wxDateEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/dateevt.h>

Inheritance diagram for wxDateEvent:

Detailed Description

This event class holds information about a date change and is used together with wxDatePickerCtrl.

It also serves as a base class for wxCalendarEvent.

Library:  wxAdvanced
Category:  Events

Public Member Functions

 wxDateEvent ()
 wxDateEvent (wxWindow *win, const wxDateTime &dt, wxEventType type)
const wxDateTimeGetDate () const
 Returns the date.
void SetDate (const wxDateTime &date)
 Sets the date carried by the event, normally only used by the library internally.

List of all members.


Constructor & Destructor Documentation

wxDateEvent::wxDateEvent ( )
wxDateEvent::wxDateEvent ( wxWindow win,
const wxDateTime dt,
wxEventType  type 
)

Member Function Documentation

const wxDateTime& wxDateEvent::GetDate ( ) const

Returns the date.

void wxDateEvent::SetDate ( const wxDateTime date)

Sets the date carried by the event, normally only used by the library internally.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines