update doc
This commit is contained in:
parent
20edffb7a9
commit
d925e55206
|
@ -71,9 +71,7 @@ widgets:
|
|||
| core 重要程度/文件名称 | 代码简介 | 推荐学习时间 |
|
||||
| --- | --- | --- |
|
||||
| ★★★ wnd.cpp | UI元素的基本类,定义所有的UI元素信息、绘制及管理办法 | 1.5小时 |
|
||||
| ★★ cmd_target.cpp | 映射UI消息及用户自定义的消息 | 0.5小时 |
|
||||
| ★★ display.cpp | 生成显示设备,设定surface的数目,一个surface对应一个滑动页面 | 0.5小时 |
|
||||
| ★★ surface.cpp| 实现像素点的绘制,并对各个图层(layer)进行管理 | 0.5小时 |
|
||||
| word.cpp | 显示文字 | < 1小时 |
|
||||
| bitmap.cpp | 绘制位图,支持16 bits和32 bits | < 0.5小时 |
|
||||
| rect.cpp | UI元素的位置信息 | < 0.5小时 |
|
||||
|
|
|
@ -72,9 +72,7 @@ Rendering include rendering method and graphic management.
|
|||
| core Importance/File name | Introduction | Time cost |
|
||||
| --- | --- | --- |
|
||||
| ★★★ wnd.cpp | Basic class for widgets; connect/disconnect widgets; response user on_touch, on_key action | 1.5 hour |
|
||||
| ★★ cmd_target.cpp | map/dispatch GUI/user custom message | 0.5 hour |
|
||||
| ★★ display.cpp | Initialize display device, create surface, | 0.5 hour |
|
||||
| ★★ surface.cpp| Draw piexel/line/rect, and multi-layer management | 0.5 hour |
|
||||
| word.cpp | Draw text | < 1 hour |
|
||||
| bitmap.cpp | Draw bitmap | < 0.5 hour |
|
||||
| rect.cpp | Rect for basic use(e.g, widgets location) | < 0.5 hour |
|
||||
|
|
Loading…
Reference in New Issue