pdf

Analysis and discussion of MTK_11A forms and classes

  • 2013-09-29
  • 600.29KB
  • Points it Requires : 2

              MTK_11A Forms and ClassesMTK 11A TrainingMTK Forms and ClassesHarveyMSN: hai_g@hotmail.com1 MTK 11A TrainingVcpCommandPopup Class Code Example Entry: VappPhbViewerProfilePage::shareContact Code Analysis: /*Create an object of the CommandPopup class*/ VcpCommandPopup *option; VFX_OBJ_CREATE(option, VcpCommandPopup, this); /*Set the title text of the popup*/ option->setText(VFX_WSTR_RES(STR_ID_VAPP_PHB_SHARE_CONTACT)); /*Add popup item, parameters: command, string, type*/ option->addItem(VAPP_PHB_PROFILE_SHARE_BY_SMS,VFX_WSTR_RES(STR_ID_VAPP_PHB_SHARE_WITH_SMS), VCP_POPUP_BUTTON_TYPE_NORMAL); /*Register item command function*/ option->m_signalButtonClicked.connect(this, &VappPhbViewerProfilePage::onShareSelected); option->show(VFX_TRUE); 2 MTK 11A Training VcpMoreCommandPopup Class Code Example Entry: VappPhbViewerProfilePage::moreAction Code Analysis: /*Create an object of the MoreCommandPopup class*/ VcpMoreCommandPopup *option; VFX_OBJ_CREATE(option, VcpMoreCommandPopup, g……             

unfold

You Might Like

Uploader
hellopinkgirls
 

Recommended ContentMore

Popular Components

Just Take a LookMore

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
×