Searched refs:CFWL_PushButton (Results 1 – 3 of 3) sorted by relevance
11 CFWL_PushButton* CFWL_PushButton::Create() { in Create()12 return new CFWL_PushButton; in Create()14 FWL_ERR CFWL_PushButton::Initialize(const CFWL_WidgetProperties* pProperties) { in Initialize()30 FWL_ERR CFWL_PushButton::GetCaption(CFX_WideString& wsCaption) { in GetCaption()34 FWL_ERR CFWL_PushButton::SetCaption(const CFX_WideStringC& wsCaption) { in SetCaption()38 CFX_DIBitmap* CFWL_PushButton::GetPicture() { in GetPicture()41 FWL_ERR CFWL_PushButton::SetPicture(CFX_DIBitmap* pBitmap) { in SetPicture()45 CFWL_PushButton::CFWL_PushButton() {} in CFWL_PushButton() function in CFWL_PushButton46 CFWL_PushButton::~CFWL_PushButton() {} in ~CFWL_PushButton()47 FWL_ERR CFWL_PushButton::CFWL_PushButtonDP::GetCaption( in GetCaption()[all …]
12 class CFWL_PushButton; variable14 class CFWL_PushButton : public CFWL_Widget {16 static CFWL_PushButton* Create();22 CFWL_PushButton();23 virtual ~CFWL_PushButton();
51 CFWL_PushButton* pPushButton = CFWL_PushButton::Create(); in LoadWidget()