ST意法半导体
直播中

陈存楼

7年用户 1153经验值
私信 关注
[问答]

如何在screenViewBase中写这两个回调?

你好
我想使用 clicklistener 和按钮回调。
如何在screenViewBase中写这两个回调?
  • screenViewBase::screenViewBase() :
  •         buttonCallback(this, &screenViewBase::buttonCallbackHandler)
  •         boxClickedCallback(this, &screenViewBase::boxClickHandler)
  • {
  • ........
  • }
像这样
我是 C++ 语言的新手




回帖(1)

李春梅

2023-1-30 10:05:32
我不知道这样做是否正确,但我是这样做的:


  • Screen1View::Screen1View():imageFadeAnimationEndedCallback(this, &Screen1View::imageFadeAnimationEndedHandler),
  • image2FadeAnimationEndedCallback(this, &Screen1View::image2FadeAnimationEndedHandler),
  • image3FadeAnimationEndedCallback(this, &Screen1View::image3FadeAnimationEndedHandler)
  • {      
举报

更多回帖

发帖
×
20
完善资料,
赚取积分