Searched refs:CFWL_PushButtonTP (Results 1 – 4 of 4) sorted by relevance
18 CFWL_PushButtonTP::CFWL_PushButtonTP() : m_pThemeData(new PBThemeData) { in CFWL_PushButtonTP() function in CFWL_PushButtonTP22 CFWL_PushButtonTP::~CFWL_PushButtonTP() {} in ~CFWL_PushButtonTP()24 void CFWL_PushButtonTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()93 void CFWL_PushButtonTP::SetThemeData() { in SetThemeData()116 int32_t CFWL_PushButtonTP::GetColorID(uint32_t dwStates) const { in GetColorID()
14 class CFWL_PushButtonTP : public CFWL_WidgetTP {16 CFWL_PushButtonTP();17 ~CFWL_PushButtonTP() override;
58 std::unique_ptr<CFWL_PushButtonTP> m_pPushButtonTP;
55 m_pPushButtonTP(new CFWL_PushButtonTP), in CXFA_FWLTheme()