Searched refs:CFWL_MonthCalendarTP (Results 1 – 5 of 5) sorted by relevance
51 CFWL_MonthCalendarTP::CFWL_MonthCalendarTP() { in CFWL_MonthCalendarTP() function in CFWL_MonthCalendarTP55 CFWL_MonthCalendarTP::~CFWL_MonthCalendarTP() { in ~CFWL_MonthCalendarTP()58 FX_BOOL CFWL_MonthCalendarTP::IsValidWidget(IFWL_Widget* pWidget) { in IsValidWidget()63 FX_DWORD CFWL_MonthCalendarTP::SetThemeID(IFWL_Widget* pWidget, in SetThemeID()71 FX_BOOL CFWL_MonthCalendarTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()136 FX_BOOL CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()151 void* CFWL_MonthCalendarTP::GetCapacity(CFWL_ThemePart* pThemePart, in GetCapacity()359 FWL_ERR CFWL_MonthCalendarTP::Initialize() { in Initialize()363 FWL_ERR CFWL_MonthCalendarTP::Finalize() { in Finalize()367 FX_BOOL CFWL_MonthCalendarTP::DrawTotalBK(CFWL_ThemeBackground* pParams, in DrawTotalBK()[all …]
10 class CFWL_MonthCalendarTP; variable11 class CFWL_MonthCalendarTP : public CFWL_WidgetTP {13 CFWL_MonthCalendarTP();14 virtual ~CFWL_MonthCalendarTP();
99 CFWL_MonthCalendarTP* pMonthCalendarTP = new CFWL_MonthCalendarTP; in CFWL_Theme()
58 CFWL_MonthCalendarTP* m_pMonthCalendarTP;
35 m_pMonthCalendarTP = new CFWL_MonthCalendarTP; in CXFA_FWLTheme()