• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/

Lines Matching refs:date

3 // Purpose:     generic implementation of date-picker control
25 // wxCalendarCtrl: a control allowing the user to pick a date interactively
35 const wxDateTime& date = wxDefaultDateTime,
43 const wxDateTime& date = wxDefaultDateTime,
53 // set/get the current date
56 bool SetDate(const wxDateTime& date); // we need to be able to control if the event should be sent in SetDateAndNotify(...)
62 bool SetLowerDateLimit(const wxDateTime& date = wxDefaultDateTime);
64 bool SetUpperDateLimit(const wxDateTime& date = wxDefaultDateTime);
98 // highlight colour is used for the currently selected date
144 // returns one of wxCAL_HITTEST_XXX constants and fills either date or wd
145 // with the corresponding value (none for NOWHERE, the date for DAY and wd
148 wxDateTime *date = NULL,
195 // set the date and send the notification
196 void SetDateAndNotify(const wxDateTime& date);
198 // get the week (row, in range 1..6) for the given date
199 size_t GetWeek(const wxDateTime& date) const;
201 // get the date from which we start drawing days
204 // is this date shown?
205 bool IsDateShown(const wxDateTime& date) const;
207 // is this date in the given range?
208 bool IsDateInRange(const wxDateTime& date) const;
214 // redraw the given date
215 void RefreshDate(const wxDateTime& date);
217 // change the date inside the same month/year
218 void ChangeDay(const wxDateTime& date);
268 // Get the "coordinates" for the date relative to the month currently displayed.
270 // if the date isn't visible (-1, -1) is put in (day, week) and false is returned
271 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;
287 // the date-range