Searched refs:m_date (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddateevt.h29 m_date(dt)
34 const wxDateTime& GetDate() const { return m_date; }
35 void SetDate(const wxDateTime &date) { m_date = date; }
41 wxDateTime m_date; member in class:wxDateEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp215 m_date = date.IsValid() ? date : wxDateTime::Today();
223 m_staticYear = new wxStaticText(GetParent(), wxID_ANY, m_date.Format(_T("%Y")),
228 m_staticMonth = new wxStaticText(GetParent(), wxID_ANY, m_date.Format(_T("%B")),
475 bool sameMonth = m_date.GetMonth() == date.GetMonth(),
476 sameYear = m_date.GetYear() == date.GetYear();
490 m_date = date;
495 m_comboMonth->SetSelection(m_date.GetMonth());
500 m_spinYear->SetValue(m_date.Format(_T("%Y")));
525 if ( m_date != date )
529 wxDateTime dateOld = m_date;
[all...]
H A Ddatavgen.cpp560 m_date = value.GetDateTime();
568 wxString tmp = m_date.FormatDate();
577 wxString tmp = m_date.FormatDate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddatectrl.cpp261 m_date = dt;
262 if ( m_date.IsValid() )
263 m_date.ResetTime();
276 wxASSERT_MSG( m_date.IsValid() == dt.IsValid() &&
277 (!dt.IsValid() || dt == m_date),
278 _T("bug in wxDatePickerCtrl: m_date not in sync") );
281 return m_date;
350 if ( (m_date.IsValid() != dt.IsValid()) ||
351 (m_date.IsValid() && dt != m_date) )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddatectrl.h64 wxDateTime m_date; member in class:wxDatePickerCtrl
/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; }
285 wxDateTime m_date; member in class:wxCalendarCtrl
H A Ddataview.h204 wxDateTime m_date; member in class:wxDataViewDateRenderer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp95 wxStaticText *m_date; member in class:MyPanel
534 m_date = new wxStaticText(this, wxID_ANY, date);
547 m_sizer->Add(m_date, 0, wxALIGN_CENTER | wxALL, 10 );
565 m_date->SetLabel(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddataview.h178 wxDateTime m_date; member in class:wxDataViewDateRenderer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp1336 m_date = value.GetDateTime();
1344 wxString tmp = m_date.FormatDate();
1353 wxString tmp = m_date.FormatDate();

Completed in 142 milliseconds