Searched refs:GetDate (Results 1 - 10 of 10) 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.tex29 \membersection{wxDateEvent::GetDate}\label{wxdateeventgetdate}
31 \constfunc{const wxDateTime\&}{GetDate}{\void}
H A Dcalctrl.tex143 \membersection{wxCalendarCtrl::GetDate}\label{wxcalendarctrlgetdate}
145 \constfunc{const wxDateTime\&}{GetDate}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddateevt.h34 const wxDateTime& GetDate() const { return m_date; } function in class:wxDateEvent
H A Dcalctrl.h197 : wxDateEvent(cal, cal->GetDate(), type)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp219 m_combo->SetText(GetDate().Format(m_format));
226 SendDateEvent(GetDate());
233 const wxDateTime& dtOld = GetDate();
322 if ( GetDate().IsValid() )
323 m_combo->SetText(GetDate().Format(m_format));
339 return GetStringValueFor(GetDate());
480 return m_popup->GetDate();
H A Dcalctrl.cpp112 wxPROPERTY( Date,wxDateTime, SetDate , GetDate, , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
296 m_comboMonth->SetSelection(GetDate().GetMonth());
311 GetDate().Format(_T("%Y")),
315 -4300, 10000, GetDate().GetYear());
H A Ddatavgen.cpp541 wxDateTime date = event.GetDate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp150 wxDateTime GetDate() const { return m_datePicker->GetValue(); } function in class:MyDialog
482 wxDateTime dt = m_panel->GetCal()->GetDate();
500 dt = dlg.GetDate();
557 event.GetDate().FormatISODate().c_str());
563 s.Printf(wxT("Selected date: %s"), event.GetDate().FormatISODate().c_str());
596 m_calendar->GetDate(),
704 const wxDateTime dt = event.GetDate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcalctrl.h57 const wxDateTime& GetDate() const { return m_date; } function in class:wxCalendarCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp1319 wxDateTime date = event.GetDate();

Completed in 98 milliseconds