Searched refs:CFWL_ListBoxTP (Results 1 – 5 of 5) sorted by relevance
8 CFWL_ListBoxTP::CFWL_ListBoxTP() {} in CFWL_ListBoxTP() function in CFWL_ListBoxTP9 CFWL_ListBoxTP::~CFWL_ListBoxTP() {} in ~CFWL_ListBoxTP()10 FX_BOOL CFWL_ListBoxTP::IsValidWidget(IFWL_Widget* pWidget) { in IsValidWidget()15 FX_BOOL CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()61 FWL_ERR CFWL_ListBoxTP::Initialize() { in Initialize()65 FWL_ERR CFWL_ListBoxTP::Finalize() { in Finalize()69 void CFWL_ListBoxTP::DrawListBoxItem(CFX_Graphics* pGraphics, in DrawListBoxItem()
11 class CFWL_ListBoxTP; variable12 class CFWL_ListBoxTP : public CFWL_WidgetTP {14 CFWL_ListBoxTP();15 virtual ~CFWL_ListBoxTP();
92 CFWL_ListBoxTP* pListBoxTP = new CFWL_ListBoxTP; in CFWL_Theme()
53 CFWL_ListBoxTP* m_pListBoxTP;
30 m_pListBoxTP = new CFWL_ListBoxTP; in CXFA_FWLTheme()