Searched refs:IFWL_MonthCalendar (Results 1 – 3 of 3) sorted by relevance
10 class IFWL_MonthCalendar; variable115 class IFWL_MonthCalendar : public IFWL_Widget {117 static IFWL_MonthCalendar* Create(const CFWL_WidgetImpProperties& properties,128 IFWL_MonthCalendar();
22 IFWL_MonthCalendar* IFWL_MonthCalendar::Create( in Create()25 IFWL_MonthCalendar* pMonthCalendar = new IFWL_MonthCalendar; in Create()32 IFWL_MonthCalendar::IFWL_MonthCalendar() {} in IFWL_MonthCalendar() function in IFWL_MonthCalendar33 int32_t IFWL_MonthCalendar::CountSelect() { in CountSelect()36 FX_BOOL IFWL_MonthCalendar::GetSelect(int32_t& iYear, in GetSelect()43 FX_BOOL IFWL_MonthCalendar::SetSelect(int32_t iYear, in SetSelect()
36 class IFWL_DateTimeCalender : public IFWL_MonthCalendar {