Searched refs:SetDate (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddateevt.tex36 \membersection{wxDateEvent::SetDate}\label{wxdateeventsetdate}
38 \func{void}{SetDate}{\param{const wxDateTime\&}{ date}}
H A Dcalctrl.tex136 \membersection{wxCalendarCtrl::SetDate}\label{wxcalendarctrlsetdate}
138 \func{void}{SetDate}{\param{const wxDateTime\& }{date}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddateevt.h35 void SetDate(const wxDateTime &date) { m_date = date; } function in class:wxDateEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp161 SetDate(date);
200 cev.SetDate(dt);
252 SetDate(dt);
333 SetDate(dt);
H A Dcalctrl.cpp112 wxPROPERTY( Date,wxDateTime, SetDate , GetDate, , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
471 bool wxCalendarCtrl::SetDate(const wxDateTime& date) function in class:wxCalendarCtrl
557 if ( SetDate(date) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp90 void SetDate();
328 menuCal->Append(Calendar_Cal_SetDate, _T("Call &SetDate(2005-12-24)"), _T("Set date to 2005-12-24."));
446 m_panel->SetDate();
511 m_panel->GetCal()->SetDate(dt);
637 void MyPanel::SetDate() function in class:MyPanel
640 m_calendar->SetDate(date);
645 m_calendar->SetDate(wxDateTime::Today());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcalctrl.h56 bool SetDate(const wxDateTime& date); // we need to be able to control if the event should be sent in SetDateAndNotify(...)
273 // Set the flag for SetDate(): otherwise it would overwrite the year
315 // true if SetDate() is being called as the result of changing the year in

Completed in 76 milliseconds