update doc

This commit is contained in:
idea4good 2021-02-19 15:58:49 +08:00
parent 20edffb7a9
commit d925e55206
2 changed files with 0 additions and 4 deletions

View File

@ -71,9 +71,7 @@ widgets:
| core 重要程度/文件名称 | 代码简介 | 推荐学习时间 | | core 重要程度/文件名称 | 代码简介 | 推荐学习时间 |
| --- | --- | --- | | --- | --- | --- |
| ★★★ wnd.cpp | UI元素的基本类定义所有的UI元素信息、绘制及管理办法 | 1.5小时 | | ★★★ wnd.cpp | UI元素的基本类定义所有的UI元素信息、绘制及管理办法 | 1.5小时 |
| ★★ cmd_target.cpp | 映射UI消息及用户自定义的消息 | 0.5小时 |
| ★★ display.cpp | 生成显示设备设定surface的数目一个surface对应一个滑动页面 | 0.5小时 | | ★★ display.cpp | 生成显示设备设定surface的数目一个surface对应一个滑动页面 | 0.5小时 |
| ★★ surface.cpp| 实现像素点的绘制并对各个图层layer进行管理 | 0.5小时 |
| word.cpp | 显示文字 | < 1小时 | | word.cpp | 显示文字 | < 1小时 |
| bitmap.cpp | 绘制位图支持16 bits和32 bits | < 0.5小时 | | bitmap.cpp | 绘制位图支持16 bits和32 bits | < 0.5小时 |
| rect.cpp | UI元素的位置信息 | < 0.5小时 | | rect.cpp | UI元素的位置信息 | < 0.5小时 |

View File

@ -72,9 +72,7 @@ Rendering include rendering method and graphic management.
| core Importance/File name | Introduction | Time cost | | 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 | | ★★★ 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 | | ★★ 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 | | word.cpp | Draw text | < 1 hour |
| bitmap.cpp | Draw bitmap | < 0.5 hour | | bitmap.cpp | Draw bitmap | < 0.5 hour |
| rect.cpp | Rect for basic use(e.g, widgets location) | < 0.5 hour | | rect.cpp | Rect for basic use(e.g, widgets location) | < 0.5 hour |