所需E币: 5
时间: 2020-1-10 09:50
大小: 134.95KB
mtk窗口绘制机制关于窗体(categoryscreen)mtk的控件和窗体绘制机制以及控件、窗体的事件响应机制一、entryfunction在文档里面我们看到下面的条款:以下引自:writeapplicationsusingpixtelMMIplatform.pdfBeforedisplaythenewscreenoverpreviousscreenthefollowingmustbeexecuted:1.savethecontentsofpreviousscreen.保存前面那个窗体的内容;2.getthebuffertostorethecontentsofscreentodisplayed.获得足够的缓存空间来保存当前要显示的窗体的内容。3.getdisplayattributeforthefollowingscreen,i.e.itemtodisplayaslists,circularmenuetc.获得下一个要显示的窗体的属性;4.retrievenumberofsubmenuitemstobedisplayed.获取要显示的子菜单条目的个数;5.settheparentofnewscreentobedisplayed.设置要被显示的新窗体的父窗体;6.setthesubmenuitemtobedisplayedhighlighted,onnextscreen.设置下一级子菜单要被高亮显示的条目;7.setthefunctiontobeexecutedonpressingrightorleftsoftkey.设置按下左右软件的执行函数;8.set……