Version: 2.9.4
Public Member Functions
wxCalendarEvent Class Reference

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

Inheritance diagram for wxCalendarEvent:

Detailed Description

The wxCalendarEvent class is used together with wxCalendarCtrl.

Library:  wxAdvanced
Category:  Events
参照:
wxCalendarCtrl

Public Member Functions

 wxCalendarEvent ()
 wxCalendarEvent (wxWindow *win, const wxDateTime &dt, wxEventType type)
wxDateTime::WeekDay GetWeekDay () const
 Returns the week day on which the user clicked in EVT_CALENDAR_WEEKDAY_CLICKED handler.
void SetWeekDay (const wxDateTime::WeekDay day)
 Sets the week day carried by the event, normally only used by the library internally.

List of all members.


Constructor & Destructor Documentation

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

Member Function Documentation

wxDateTime::WeekDay wxCalendarEvent::GetWeekDay ( ) const

Returns the week day on which the user clicked in EVT_CALENDAR_WEEKDAY_CLICKED handler.

It doesn't make sense to call this function in other handlers.

void wxCalendarEvent::SetWeekDay ( const wxDateTime::WeekDay  day)

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines