mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
update docs
This commit is contained in:
parent
84fe038548
commit
f35e688aa9
@ -2,6 +2,7 @@
|
||||
|
||||
* 2019/10/16
|
||||
* 更新文档。
|
||||
* 修改文档中的错误(感谢俊杰提供补丁)。
|
||||
|
||||
* 2019/10/15
|
||||
* 增加fs\_file\_eof。
|
||||
|
@ -1,7 +1,6 @@
|
||||
## arg\_desc\_flags\_t
|
||||
### 概述
|
||||
参数描述范围常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="arg_desc_flags_t_consts">
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
## asset\_data\_type\_t
|
||||
### 概述
|
||||
数据资源类型定义。
|
||||
|
||||
### 常量
|
||||
<p id="asset_data_type_t_consts">
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
## asset\_font\_type\_t
|
||||
### 概述
|
||||
字体资源类型定义。
|
||||
|
||||
### 常量
|
||||
<p id="asset_font_type_t_consts">
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
## asset\_image\_type\_t
|
||||
### 概述
|
||||
图片资源类型定义。
|
||||
|
||||
### 常量
|
||||
<p id="asset_image_type_t_consts">
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
单个资源的描述信息。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 属性
|
||||
<p id="asset_info_t_properties">
|
||||
@ -20,7 +19,6 @@
|
||||
> <p id="asset_info_t_is_in_rom"> 资源是否在ROM中。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -33,7 +31,6 @@
|
||||
> <p id="asset_info_t_name"> 名称。
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -47,7 +44,6 @@
|
||||
is\_in\_rom == FALSE时才有效。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -60,7 +56,6 @@
|
||||
> <p id="asset_info_t_size"> 大小。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -73,7 +68,6 @@
|
||||
> <p id="asset_info_t_subtype"> 子类型。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -86,7 +80,6 @@
|
||||
> <p id="asset_info_t_type"> 类型。
|
||||
|
||||
|
||||
|
||||
* 类型:uint16\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -1,7 +1,6 @@
|
||||
## asset\_script\_type\_t
|
||||
### 概述
|
||||
脚本资源类型定义。
|
||||
|
||||
### 常量
|
||||
<p id="asset_script_type_t_consts">
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
## asset\_type\_t
|
||||
### 概述
|
||||
资源类型常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="asset_type_t_consts">
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
## asset\_ui\_type\_t
|
||||
### 概述
|
||||
UI资源类型定义。
|
||||
|
||||
### 常量
|
||||
<p id="asset_ui_type_t_consts">
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
```
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="assets_manager_t_methods">
|
||||
@ -63,7 +62,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -84,7 +82,6 @@ assets_manager_t* assets_manager ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -107,7 +104,6 @@ ret_t assets_manager_add (assets_manager_t* am, asset_info_t info);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -130,7 +126,6 @@ ret_t assets_manager_clear_cache (assets_manager_t* am, asset_type_t type);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -152,7 +147,6 @@ assets_manager_t* assets_manager_create (uint32_t init_nr);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -174,7 +168,6 @@ ret_t assets_manager_deinit (assets_manager_t* am);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -196,7 +189,6 @@ ret_t assets_manager_destroy (assets_manager_t* am);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -220,7 +212,6 @@ asset_info_t* assets_manager_find_in_cache (assets_manager_t* am, asset_type_t t
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -243,7 +234,6 @@ assets_manager_t* assets_manager_init (assets_manager_t* am, uint32_t init_nr);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -267,7 +257,6 @@ asset_info_t* assets_manager_load (assets_manager_t* am, asset_type_t type, char
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -291,7 +280,6 @@ ret_t assets_manager_preload (assets_manager_t* am, asset_type_t type, char* nam
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -315,7 +303,6 @@ asset_info_t* assets_manager_ref (assets_manager_t* am, asset_type_t type, char*
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -337,7 +324,6 @@ ret_t assets_manager_set (assets_manager_t* am);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -360,7 +346,6 @@ ret_t assets_manager_set_locale_info (assets_manager_t* am, locale_info_t* local
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -383,7 +368,6 @@ ret_t assets_manager_set_res_root (assets_manager_t* am, const char* res_root);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -406,7 +390,6 @@ ret_t assets_manager_set_system_info (assets_manager_t* am, system_info_t* syste
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -1,7 +1,6 @@
|
||||
## bitmap\_flag\_t
|
||||
### 概述
|
||||
位图标志常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="bitmap_flag_t_consts">
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
## bitmap\_format\_t
|
||||
### 概述
|
||||
位图格式常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="bitmap_format_t_consts">
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
位图。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="bitmap_t_methods">
|
||||
@ -38,7 +37,6 @@
|
||||
> <p id="bitmap_t_bitmap_create"> 创建图片对象(一般供脚本语言中使用)。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -59,7 +57,6 @@ bitmap_t* bitmap_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -83,7 +80,6 @@ bitmap_t* bitmap_create_ex (uint32_t w, uint32_t h, uint32_t line_length, bitmap
|
||||
> <p id="bitmap_t_bitmap_destroy"> 销毁图片。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -105,7 +101,6 @@ ret_t bitmap_destroy (bitmap_t* bitmap);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -127,7 +122,6 @@ uint32_t bitmap_get_bpp (bitmap_t* bitmap);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -149,7 +143,6 @@ ret_t bitmap_get_line_length (bitmap_t* bitmap);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -174,7 +167,6 @@ ret_t bitmap_get_pixel (bitmap_t* bitmap, uint32_t x, uint32_t y, rgba_t* rgba);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -201,7 +193,6 @@ ret_t bitmap_init (bitmap_t* bitmap, uint32_t w, uint32_t h, bitmap_format_t for
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -228,7 +219,6 @@ ret_t bitmap_init_from_rgba (bitmap_t* bitmap, uint32_t w, uint32_t h, bitmap_fo
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -247,7 +237,6 @@ ret_t bitmap_set_line_length (bitmap_t* bitmap, uint32_t line_length);
|
||||
> <p id="bitmap_t_data"> 图片数据。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -259,7 +248,6 @@ ret_t bitmap_set_line_length (bitmap_t* bitmap, uint32_t line_length);
|
||||
> <p id="bitmap_t_flags"> 标志。请参考{bitmap_flag_t}。
|
||||
|
||||
|
||||
|
||||
* 类型:uint16\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -272,7 +260,6 @@ ret_t bitmap_set_line_length (bitmap_t* bitmap, uint32_t line_length);
|
||||
> <p id="bitmap_t_format"> 格式。请参考{bitmap_format_t}。
|
||||
|
||||
|
||||
|
||||
* 类型:uint16\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -285,7 +272,6 @@ ret_t bitmap_set_line_length (bitmap_t* bitmap, uint32_t line_length);
|
||||
> <p id="bitmap_t_h"> 高度。
|
||||
|
||||
|
||||
|
||||
* 类型:wh\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -298,7 +284,6 @@ ret_t bitmap_set_line_length (bitmap_t* bitmap, uint32_t line_length);
|
||||
> <p id="bitmap_t_line_length"> 每一行实际占用的内存(也称为stride或pitch),一般情况下为w*bpp。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -311,7 +296,6 @@ ret_t bitmap_set_line_length (bitmap_t* bitmap, uint32_t line_length);
|
||||
> <p id="bitmap_t_name"> 名称。
|
||||
|
||||
|
||||
|
||||
* 类型:const char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -324,7 +308,6 @@ ret_t bitmap_set_line_length (bitmap_t* bitmap, uint32_t line_length);
|
||||
> <p id="bitmap_t_w"> 宽度。
|
||||
|
||||
|
||||
|
||||
* 类型:wh\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -9,7 +9,6 @@
|
||||
https://github.com/zlgopen/awtk/blob/master/docs/children_layouter_default.md)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="children_layouter_default_t_methods">
|
||||
@ -29,7 +28,6 @@ https://github.com/zlgopen/awtk/blob/master/docs/children_layouter_default.md)
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -50,7 +48,6 @@ children_layouter_t* children_layouter_default_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -3,7 +3,6 @@
|
||||
子控件布局算法工厂。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="children_layouter_factory_t_methods">
|
||||
@ -24,7 +23,6 @@
|
||||
> <p id="children_layouter_factory_t_children_layouter_factory"> 获取缺省的子控件布局算法工厂对象。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -45,7 +43,6 @@ children_layouter_factory_t* children_layouter_factory ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -66,7 +63,6 @@ children_layouter_factory_t* children_layouter_factory_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -89,7 +85,6 @@ children_layouter_t* children_layouter_factory_create_layouter (children_layoute
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -111,7 +106,6 @@ ret_t children_layouter_factory_destroy (children_layouter_factory_t* factory);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -135,7 +129,6 @@ ret_t children_layouter_factory_register (children_layouter_factory_t* factory,
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -9,7 +9,6 @@
|
||||
https://github.com/zlgopen/awtk/blob/master/docs/children_layouter_list_view.md)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="children_layouter_list_view_t_methods">
|
||||
@ -28,7 +27,6 @@ https://github.com/zlgopen/awtk/blob/master/docs/children_layouter_list_view.md)
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -5,7 +5,6 @@
|
||||
按特定算法对子控件进行排版布局,子类需要实现vtable中的函数。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="children_layouter_t_methods">
|
||||
@ -31,7 +30,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -54,7 +52,6 @@ children_layouter_t* children_layouter_create (const char* params);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -77,7 +74,6 @@ ret_t children_layouter_destroy (children_layouter_t* layouter);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -102,7 +98,6 @@ ret_t children_layouter_get_param (children_layouter_t* layouter, const char* na
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -127,7 +122,6 @@ ret_t children_layouter_get_param_float (children_layouter_t* layouter, const ch
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -152,7 +146,6 @@ ret_t children_layouter_get_param_int (children_layouter_t* layouter, const char
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -175,7 +168,6 @@ bool_t children_layouter_is_valid (children_layouter_t* layouter);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -199,7 +191,6 @@ ret_t children_layouter_layout (children_layouter_t* layouter, widget_t* widget)
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -224,7 +215,6 @@ ret_t children_layouter_set_param (children_layouter_t* layouter, const char* na
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -248,7 +238,6 @@ ret_t children_layouter_set_param_str (children_layouter_t* layouter, const char
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -1,7 +1,6 @@
|
||||
## clip\_board\_data\_type\_t
|
||||
### 概述
|
||||
剪切板数据类型定义。
|
||||
|
||||
### 常量
|
||||
<p id="clip_board_data_type_t_consts">
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
剪切板接口。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="clip_board_t_methods">
|
||||
@ -26,7 +25,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -47,7 +45,6 @@ ret_t clip_board ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -69,7 +66,6 @@ ret_t clip_board_clear (clip_board_t* cl);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -91,7 +87,6 @@ ret_t clip_board_destroy (clip_board_t* cl);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -116,7 +111,6 @@ ret_t clip_board_get_data (clip_board_t* cl, clip_board_data_type_t* type, void*
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -137,7 +131,6 @@ const char* clip_board_get_text ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -159,7 +152,6 @@ ret_t clip_board_set (clip_board_t* cl);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -184,7 +176,6 @@ ret_t clip_board_set_data (clip_board_t* cl, clip_board_data_type_t type, const
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -13,7 +13,6 @@
|
||||
```
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="color_parser_t_methods">
|
||||
@ -38,7 +37,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -3,7 +3,6 @@
|
||||
颜色。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="color_t_methods">
|
||||
@ -40,7 +39,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -67,7 +65,6 @@ uint8_t color_a (color_t* c);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -91,7 +88,6 @@ uint8_t color_b (color_t* c);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -116,7 +112,6 @@ color_t* color_cast (color_t* color);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -144,7 +139,6 @@ color_t* color_create (uint8_t r, uint8_t b, uint8_t g, uint8_t a);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -169,7 +163,6 @@ ret_t color_destroy (color_t* c);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -197,7 +190,6 @@ color_t* color_from_str (color_t* c, const char* str);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -219,7 +211,6 @@ uint8_t color_g (color_t* c);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -249,7 +240,6 @@ color_t color_init (uint8_t r, uint8_t g, uint8_t b, uint8_t a);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -267,7 +257,6 @@ uint8_t color_r (color_t* c);
|
||||
> <p id="color_t_color"> 颜色的数值。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -280,7 +269,6 @@ uint8_t color_r (color_t* c);
|
||||
> <p id="color_t_rgba"> 颜色的RGBA值。
|
||||
|
||||
|
||||
|
||||
* 类型:rgba\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -5,7 +5,6 @@
|
||||
可滚动的combo_box控件。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="combo_box_ex_t_methods">
|
||||
@ -22,7 +21,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -4,7 +4,6 @@
|
||||
compressor interface
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="compressor_t_methods">
|
||||
@ -26,7 +25,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -54,7 +52,6 @@ ret_t compressor_compress (compressor_t* compressor, const void* data, uint32_t
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -79,7 +76,6 @@ ret_t compressor_destroy (compressor_t* compressor);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -20,7 +20,6 @@
|
||||
```
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="darray_t_methods">
|
||||
@ -62,7 +61,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -84,7 +82,6 @@ ret_t darray_clear (darray_t* darray);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -108,7 +105,6 @@ int32_t darray_count (darray_t* darray, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -132,7 +128,6 @@ darray_t* darray_create (uint32_t capacity, tk_destroy_t destroy, tk_compare_t c
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -154,7 +149,6 @@ ret_t darray_deinit (darray_t* darray);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -176,7 +170,6 @@ ret_t darray_destroy (darray_t* darray);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -199,7 +192,6 @@ void* darray_find (darray_t* darray, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -222,7 +214,6 @@ int darray_find_index (darray_t* darray, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -246,7 +237,6 @@ ret_t darray_foreach (darray_t* darray, tk_visit_t visit, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -269,7 +259,6 @@ void* darray_head (darray_t* darray);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -294,7 +283,6 @@ darray_t* darray_init (darray_t* darray, uint32_t* capacity, tk_destroy_t destro
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -316,7 +304,6 @@ void* darray_pop (darray_t* darray);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -339,7 +326,6 @@ ret_t darray_push (darray_t* darray, void* data);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -362,7 +348,6 @@ ret_t darray_remove (darray_t* darray, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -385,7 +370,6 @@ ret_t darray_remove_all (darray_t* darray, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -408,7 +392,6 @@ ret_t darray_remove_index (darray_t* darray, uint32_t index);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -426,7 +409,6 @@ void* darray_tail (darray_t* darray);
|
||||
> <p id="darray_t_capacity"> 数组的容量大小。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -438,7 +420,6 @@ void* darray_tail (darray_t* darray);
|
||||
> <p id="darray_t_compare"> 元素比较函数。
|
||||
|
||||
|
||||
|
||||
* 类型:tk\_compare\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -450,7 +431,6 @@ void* darray_tail (darray_t* darray);
|
||||
> <p id="darray_t_destroy"> 元素销毁函数。
|
||||
|
||||
|
||||
|
||||
* 类型:tk\_destroy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -462,7 +442,6 @@ void* darray_tail (darray_t* darray);
|
||||
> <p id="darray_t_elms"> 数组中的元素。
|
||||
|
||||
|
||||
|
||||
* 类型:void**
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -474,7 +453,6 @@ void* darray_tail (darray_t* darray);
|
||||
> <p id="darray_t_size"> 数组中元素的个数。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -5,7 +5,6 @@
|
||||
> 在嵌入式平台中,在系统初始时,需要调用date\_time\_set\_impl设置实际获取系统时间的函数。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="date_time_t_methods">
|
||||
@ -37,7 +36,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -59,7 +57,6 @@ date_time_t* date_time_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -81,7 +78,6 @@ ret_t date_time_destroy (date_time_t* dt);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -106,7 +102,6 @@ date_time_t* date_time_init (date_time_t* dt);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -124,7 +119,6 @@ ret_t date_time_set_impl (date_time_get_now_t date_time_get_now);
|
||||
> <p id="date_time_t_day"> 日(1-31)。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -137,7 +131,6 @@ ret_t date_time_set_impl (date_time_get_now_t date_time_get_now);
|
||||
> <p id="date_time_t_hour"> 时(0 - 23)。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -150,7 +143,6 @@ ret_t date_time_set_impl (date_time_get_now_t date_time_get_now);
|
||||
> <p id="date_time_t_minute"> 分(0 - 59)。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -163,7 +155,6 @@ ret_t date_time_set_impl (date_time_get_now_t date_time_get_now);
|
||||
> <p id="date_time_t_month"> 月(1-12)。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -176,7 +167,6 @@ ret_t date_time_set_impl (date_time_get_now_t date_time_get_now);
|
||||
> <p id="date_time_t_second"> 秒(0 - 59)。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -189,7 +179,6 @@ ret_t date_time_set_impl (date_time_get_now_t date_time_get_now);
|
||||
> <p id="date_time_t_wday"> 星期几(0-6, Sunday = 0)。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -202,7 +191,6 @@ ret_t date_time_set_impl (date_time_get_now_t date_time_get_now);
|
||||
> <p id="date_time_t_year"> 年。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -6,7 +6,6 @@
|
||||
>对于性能不高的平台,建议将start\_alpha和end\_alpha设为相同。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="dialog_highlighter_default_t_methods">
|
||||
@ -30,7 +29,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -48,7 +46,6 @@ dialog_highlighter_t* dialog_highlighter_default_create (object_t* args);
|
||||
> <p id="dialog_highlighter_default_t_end_alpha"> 结束alpha,打开对话框的动画结束(直到对话框被关闭)时的alpha值。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
#### start\_alpha 属性
|
||||
@ -56,6 +53,5 @@ dialog_highlighter_t* dialog_highlighter_default_create (object_t* args);
|
||||
> <p id="dialog_highlighter_default_t_start_alpha"> 起始alpha,打开对话框的动画开始时的alpha值。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
对话框高亮策略工厂。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="dialog_highlighter_factory_t_methods">
|
||||
@ -24,7 +23,6 @@
|
||||
> <p id="dialog_highlighter_factory_t_dialog_highlighter_factory"> 获取缺省的对话框高亮策略工厂对象。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -45,7 +43,6 @@ dialog_highlighter_factory_t* dialog_highlighter_factory ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -66,7 +63,6 @@ dialog_highlighter_factory_t* dialog_highlighter_factory_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -90,7 +86,6 @@ dialog_highlighter_t* dialog_highlighter_factory_create_highlighter (dialog_high
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -112,7 +107,6 @@ ret_t dialog_highlighter_factory_destroy (dialog_highlighter_factory_t* factory)
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -136,7 +130,6 @@ ret_t dialog_highlighter_factory_register (dialog_highlighter_factory_t* factory
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -5,7 +5,6 @@
|
||||
> 高亮策略的基本思路是对背景进行处理,比如将背景变暗或变模糊。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="dialog_highlighter_t_methods">
|
||||
@ -37,7 +36,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -59,7 +57,6 @@ dialog_highlighter_t* dialog_highlighter_create (const dialog_highlighter_vtable
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -81,7 +78,6 @@ ret_t dialog_highlighter_destroy (dialog_highlighter_t* h);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -104,7 +100,6 @@ ret_t dialog_highlighter_draw (dialog_highlighter_t* h, float_t percent);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -126,7 +121,6 @@ bool_t dialog_highlighter_is_dynamic (dialog_highlighter_t* h);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -149,7 +143,6 @@ ret_t dialog_highlighter_prepare (dialog_highlighter_t* h, canvas_t* c);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -169,7 +162,6 @@ ret_t dialog_highlighter_set_bg (dialog_highlighter_t* h, bitmap_t* img, framebu
|
||||
> <p id="dialog_highlighter_t_canvas"> 画布。
|
||||
|
||||
|
||||
|
||||
* 类型:canvas\_t*
|
||||
|
||||
#### dialog 属性
|
||||
@ -177,7 +169,6 @@ ret_t dialog_highlighter_set_bg (dialog_highlighter_t* h, bitmap_t* img, framebu
|
||||
> <p id="dialog_highlighter_t_dialog"> 对应的对话框。
|
||||
|
||||
|
||||
|
||||
* 类型:widget\_t*
|
||||
|
||||
#### img 属性
|
||||
@ -185,6 +176,5 @@ ret_t dialog_highlighter_set_bg (dialog_highlighter_t* h, bitmap_t* img, framebu
|
||||
> <p id="dialog_highlighter_t_img"> 底层窗口的截图。
|
||||
|
||||
|
||||
|
||||
* 类型:bitmap\_t
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
@type string
|
||||
内置的对话框高亮策略。
|
||||
|
||||
### 常量
|
||||
<p id="dialog_highlighter_type_t_consts">
|
||||
|
||||
|
@ -99,7 +99,6 @@
|
||||
(https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/styles/default.xml#L324)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="dialog_t_methods">
|
||||
@ -136,7 +135,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -161,7 +159,6 @@ widget_t* dialog_cast (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -184,7 +181,6 @@ ret_t dialog_confirm (const char* title, const char* text);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -210,7 +206,6 @@ widget_t* dialog_create (widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -236,7 +231,6 @@ widget_t* dialog_create_simple (widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -258,7 +252,6 @@ widget_t* dialog_get_client (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -283,7 +276,6 @@ widget_t* dialog_get_title (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -307,7 +299,6 @@ ret_t dialog_info (const char* title, const char* text);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -330,7 +321,6 @@ bool_t dialog_is_modal (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -354,7 +344,6 @@ bool_t dialog_is_quited (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -378,7 +367,6 @@ ret_t dialog_modal (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -403,7 +391,6 @@ widget_t* dialog_open (const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -426,7 +413,6 @@ ret_t dialog_quit (widget_t* widget, uint32_t code);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -452,7 +438,6 @@ ret_t dialog_set_title (widget_t* widget, char* title);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -478,7 +463,6 @@ ret_t dialog_toast (const char* text, uint32_t duration);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -497,7 +481,6 @@ ret_t dialog_warn (const char* title, const char* text);
|
||||
> <p id="dialog_t_highlight"> 对话框高亮策略。
|
||||
|
||||
|
||||
|
||||
* 类型:const char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -1,7 +1,6 @@
|
||||
## easing\_type\_t
|
||||
### 概述
|
||||
缓动作动画常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="easing_type_t_consts">
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
事件分发器, 用于实现观察者模式。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="emitter_t_methods">
|
||||
@ -43,7 +42,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -65,7 +63,6 @@ emitter_t* emitter_cast (emitter_t* emitter);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -87,7 +84,6 @@ emitter_t* emitter_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -110,7 +106,6 @@ ret_t emitter_deinit (emitter_t* emitter);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -135,7 +130,6 @@ ret_t emitter_destroy (emitter_t* emitter);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -158,7 +152,6 @@ ret_t emitter_disable (emitter_t* emitter);
|
||||
如果当前分发的回调函数返回RET_STOP,dispatch中断分发,并返回RET_STOP,否则返回RET_OK。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -182,7 +175,6 @@ ret_t emitter_dispatch (emitter_t* emitter, event_t* e);
|
||||
如果当前分发的回调函数返回RET_STOP,dispatch中断分发,并返回RET_STOP,否则返回RET_OK。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -205,7 +197,6 @@ ret_t emitter_dispatch_simple_event (emitter_t* emitter, uint32_t type);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -227,7 +218,6 @@ ret_t emitter_enable (emitter_t* emitter);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -250,7 +240,6 @@ ret_t emitter_find (emitter_t* emitter, uint32_t id);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -272,7 +261,6 @@ emitter_t* emitter_init (emitter_t* emitter);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -295,7 +283,6 @@ ret_t emitter_off (emitter_t* emitter, uint32_t id);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -318,7 +305,6 @@ ret_t emitter_off_by_ctx (emitter_t* emitter, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -343,7 +329,6 @@ ret_t emitter_off_by_func (emitter_t* emitter, uint32_t type, event_func_t on_ev
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -368,7 +353,6 @@ uint32_t emitter_on (emitter_t* emitter, uint32_t type, event_func_t on_event, v
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -393,7 +377,6 @@ ret_t emitter_set_on_destroy (emitter_t* emitter, uint32_t id, tk_destroy_t on_d
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -411,7 +394,6 @@ uint32_t emitter_size (emitter_t* emitter);
|
||||
> <p id="emitter_t_enable"> 禁用标志。禁用时dispatch无效。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -1,7 +1,6 @@
|
||||
## event\_base\_type\_t
|
||||
### 概述
|
||||
类型常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="event_base_type_t_consts">
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
fd事件源。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="event_source_fd_t_methods">
|
||||
@ -26,7 +25,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -6,7 +6,6 @@
|
||||
idle事件源。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="event_source_idle_t_methods">
|
||||
@ -27,7 +26,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -52,7 +50,6 @@ event_source_t* event_source_idle_create (idle_manager_t* idle_manager);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -4,7 +4,6 @@
|
||||
事件源管理器。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="event_source_manager_t_methods">
|
||||
@ -30,7 +29,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -56,7 +54,6 @@ ret_t event_source_manager_add (event_source_manager_t* manager, event_source_t*
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -81,7 +78,6 @@ ret_t event_source_manager_deinit (event_source_manager_t* manager);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -106,7 +102,6 @@ ret_t event_source_manager_destroy (event_source_manager_t* manager);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -131,7 +126,6 @@ ret_t event_source_manager_dispatch (event_source_manager_t* manager);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -156,7 +150,6 @@ uint32_t event_source_manager_get_wakeup_time (event_source_manager_t* manager);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -181,7 +174,6 @@ ret_t event_source_manager_init (event_source_manager_t* manager);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -11,7 +11,6 @@
|
||||
* 对于定时器,则get_wakeup_time返回下次唤醒的时间。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="event_source_t_methods">
|
||||
@ -34,7 +33,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -59,7 +57,6 @@ ret_t event_source_check (event_source_t* source);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -84,7 +81,6 @@ ret_t event_source_dispatch (event_source_t* source);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -109,7 +105,6 @@ int32_t event_source_get_fd (event_source_t* source);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -6,7 +6,6 @@
|
||||
timer事件源。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="event_source_timer_t_methods">
|
||||
@ -26,7 +25,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
事件基类。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="event_t_methods">
|
||||
@ -32,7 +31,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -56,7 +54,6 @@ event_t* event_cast (event_t* event);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -81,7 +78,6 @@ event_t* event_create (uint32_t type, void* target);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -103,7 +99,6 @@ ret_t event_destroy (event_t* event);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -122,7 +117,6 @@ event_t event_init (uint32_t type, void* target);
|
||||
> <p id="event_t_target"> 事件发生的目标对象。
|
||||
|
||||
|
||||
|
||||
* 类型:void*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -135,7 +129,6 @@ event_t event_init (uint32_t type, void* target);
|
||||
> <p id="event_t_time"> 事件发生的时间。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -148,7 +141,6 @@ event_t event_init (uint32_t type, void* target);
|
||||
> <p id="event_t_type"> 类型。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -1,7 +1,6 @@
|
||||
## event\_type\_t
|
||||
### 概述
|
||||
类型常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="event_type_t_consts">
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="font_loader_bitmap_t_methods">
|
||||
@ -29,7 +28,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="font_loader_stb_t_methods">
|
||||
@ -26,7 +25,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
字体加载接口。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="font_loader_t_methods">
|
||||
@ -20,7 +19,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -3,7 +3,6 @@
|
||||
字体管理器,负责字体的加载和缓存管理。
|
||||
(如果使用nanovg,字体由nanovg内部管理)
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="font_manager_t_methods">
|
||||
@ -33,7 +32,6 @@
|
||||
> <p id="font_manager_t_font_manager"> 获取缺省的字体管理器。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -54,7 +52,6 @@ font_manager_t* font_manager ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -78,7 +75,6 @@ ret_t font_manager_add_font (font_manager_t* fm, char* name, font_t* font);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -100,7 +96,6 @@ font_manager_t* font_manager_create (font_loader_t* loader);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -122,7 +117,6 @@ ret_t font_manager_deinit (font_manager_t* fm);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -144,7 +138,6 @@ ret_t font_manager_destroy (font_manager_t* fm);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -168,7 +161,6 @@ font_t* font_manager_get_font (font_manager_t* fm, char* name, font_size_t size)
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -191,7 +183,6 @@ font_manager_t* font_manager_init (font_manager_t* fm, font_loader_t* loader);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -221,7 +212,6 @@ ret_t font_manager_set (font_manager_t* fm);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -244,7 +234,6 @@ ret_t font_manager_set_assets_manager (font_manager_t* imm, assets_manager_t* as
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -3,7 +3,6 @@
|
||||
代表一种字体。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="font_t_methods">
|
||||
@ -23,7 +22,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -45,7 +43,6 @@ ret_t font_destroy (font_t* font);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -69,7 +66,6 @@ int32_t font_get_baseline (font_t* font, font_size_t font_size);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -95,7 +91,6 @@ ret_t font_get_glyph (font_t* font, wchar_t chr, font_size_t font_size, glyph_t*
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -4,7 +4,6 @@
|
||||
文件夹接口。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="fs_dir_t_methods">
|
||||
@ -26,7 +25,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -51,7 +49,6 @@ ret_t fs_dir_close (fs_dir_t* dir);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -77,7 +74,6 @@ ret_t fs_dir_read (fs_dir_t* dir, fs_item_t* item);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -4,7 +4,6 @@
|
||||
文件接口。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="fs_file_t_methods">
|
||||
@ -29,7 +28,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -54,7 +52,6 @@ ret_t fs_file_close (fs_file_t* file);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -79,7 +76,6 @@ bool_t fs_file_eof (fs_file_t* file);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -106,7 +102,6 @@ int32_t fs_file_read (fs_file_t* file, void* buffer, uint32_t size);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -132,7 +127,6 @@ ret_t fs_file_seek (fs_file_t* file, uint32_t offset);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -157,7 +151,6 @@ ret_t fs_file_truncate (fs_file_t* file);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -4,5 +4,4 @@
|
||||
文件系统接口。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
|
@ -11,7 +11,6 @@
|
||||
如:move(x=10, y=20)
|
||||
如:rename(old_name=aa, new_name=bb)
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="func_call_parser_t_methods">
|
||||
@ -31,7 +30,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -53,7 +51,6 @@ ret_t func_call_parser_deinit (func_call_parser_t* parser);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -77,7 +74,6 @@ func_call_parser_t* func_call_parser_init (func_call_parser_t* parser, const cha
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -101,7 +97,6 @@ ret_t func_call_parser_parse (func_call_parser_t* parser);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
函数描述。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 属性
|
||||
<p id="func_desc_t_properties">
|
||||
@ -19,7 +18,6 @@
|
||||
> <p id="func_desc_t_args"> 函数参数描述。
|
||||
|
||||
|
||||
|
||||
* 类型:arg\_desc\_t**
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -31,7 +29,6 @@
|
||||
> <p id="func_desc_t_desc"> 描述。
|
||||
|
||||
|
||||
|
||||
* 类型:const char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -43,7 +40,6 @@
|
||||
> <p id="func_desc_t_exec"> 函数指针。
|
||||
|
||||
|
||||
|
||||
* 类型:func\_exec\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -55,7 +51,6 @@
|
||||
> <p id="func_desc_t_name"> 名称。
|
||||
|
||||
|
||||
|
||||
* 类型:const char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -67,7 +62,6 @@
|
||||
> <p id="func_desc_t_return_value"> 函数返回值描述。
|
||||
|
||||
|
||||
|
||||
* 类型:value\_desc\_t*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
TK全局对象。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="global_t_methods">
|
||||
@ -25,7 +24,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -46,7 +44,6 @@ int32_t tk_get_pointer_x ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -67,7 +64,6 @@ int32_t tk_get_pointer_y ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -93,7 +89,6 @@ ret_t tk_init (wh_t w, wh_t h, app_type_t app_type, const char* app_name, const
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -114,7 +109,6 @@ bool_t tk_is_pointer_pressed ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -135,7 +129,6 @@ ret_t tk_quit ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -156,7 +149,6 @@ ret_t tk_run ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -1,7 +1,6 @@
|
||||
## glyph\_format\_t
|
||||
### 概述
|
||||
字模格式常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="glyph_format_t_consts">
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
代表一个字符的字模。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="glyph_t_methods">
|
||||
@ -35,7 +34,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -56,7 +54,6 @@ glyph_t* glyph_clone ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -77,7 +74,6 @@ glyph_t* glyph_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -95,7 +91,6 @@ ret_t glyph_destroy (glyph_t* glyph);
|
||||
> <p id="glyph_t_advance"> 占位宽度。
|
||||
|
||||
|
||||
|
||||
* 类型:uint16\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -107,7 +102,6 @@ ret_t glyph_destroy (glyph_t* glyph);
|
||||
> <p id="glyph_t_data"> 数据。
|
||||
|
||||
|
||||
|
||||
* 类型:const uint8\_t*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -119,7 +113,6 @@ ret_t glyph_destroy (glyph_t* glyph);
|
||||
> <p id="glyph_t_format"> 格式。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -131,7 +124,6 @@ ret_t glyph_destroy (glyph_t* glyph);
|
||||
> <p id="glyph_t_h"> 高度。
|
||||
|
||||
|
||||
|
||||
* 类型:uint16\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -143,7 +135,6 @@ ret_t glyph_destroy (glyph_t* glyph);
|
||||
> <p id="glyph_t_pitch"> pitch。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -155,7 +146,6 @@ ret_t glyph_destroy (glyph_t* glyph);
|
||||
> <p id="glyph_t_w"> 宽度。
|
||||
|
||||
|
||||
|
||||
* 类型:uint16\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -167,7 +157,6 @@ ret_t glyph_destroy (glyph_t* glyph);
|
||||
> <p id="glyph_t_x"> x坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:int16\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -179,7 +168,6 @@ ret_t glyph_destroy (glyph_t* glyph);
|
||||
> <p id="glyph_t_y"> y坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:int16\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="guage_pointer_t_methods">
|
||||
@ -60,7 +59,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -82,7 +80,6 @@ widget_t* guage_pointer_cast (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -108,7 +105,6 @@ widget_t* guage_pointer_create (widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -132,7 +128,6 @@ ret_t guage_pointer_set_anchor (widget_t* widget, const char* anchor_x, const ch
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -155,7 +150,6 @@ ret_t guage_pointer_set_angle (widget_t* widget, int32_t angle);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -174,7 +168,6 @@ ret_t guage_pointer_set_image (widget_t* widget, const char* image);
|
||||
> <p id="guage_pointer_t_anchor_x"> 旋转锚点x坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:float\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -192,7 +185,6 @@ ret_t guage_pointer_set_image (widget_t* widget, const char* image);
|
||||
> <p id="guage_pointer_t_anchor_y"> 旋转锚点y坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:float\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -210,7 +202,6 @@ ret_t guage_pointer_set_image (widget_t* widget, const char* image);
|
||||
> <p id="guage_pointer_t_angle"> 指针角度。12点钟方向为0度,顺时钟方向为正,单位为度。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -231,7 +222,6 @@ ret_t guage_pointer_set_image (widget_t* widget, const char* image);
|
||||
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -30,7 +30,6 @@ https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/ui/mledit.xml)
|
||||
https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/styles/default.xml)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="hscroll_label_t_methods">
|
||||
@ -54,13 +53,13 @@ https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/styles/default.xml)
|
||||
| 属性名称 | 类型 | 说明 |
|
||||
| -------- | ----- | ------------ |
|
||||
| <a href="#hscroll_label_t_duration">duration</a> | int32\_t | 完整的滚动一次需要的时间(ms),缺省5000ms。 |
|
||||
| <a href="#hscroll_label_t_ellipses">ellipses</a> | bool\_t | |
|
||||
| <a href="#hscroll_label_t_loop">loop</a> | bool\_t | |
|
||||
| <a href="#hscroll_label_t_lull">lull</a> | int32\_t | |
|
||||
| <a href="#hscroll_label_t_only_focus">only\_focus</a> | bool\_t | |
|
||||
| <a href="#hscroll_label_t_ellipses">ellipses</a> | bool\_t | 文本显示不下时,在行尾显示省略号(缺省FALSE)。 |
|
||||
| <a href="#hscroll_label_t_loop">loop</a> | bool\_t | loop是否循环滚动(缺省FALSE)。 |
|
||||
| <a href="#hscroll_label_t_lull">lull</a> | int32\_t | 滚动之间的间歇时间(ms),缺省3000ms。 |
|
||||
| <a href="#hscroll_label_t_only_focus">only\_focus</a> | bool\_t | 只有处于focus时才滚动(缺省否)。 |
|
||||
| <a href="#hscroll_label_t_text_w">text\_w</a> | int32\_t | 文本的宽度。 |
|
||||
| <a href="#hscroll_label_t_xoffset">xoffset</a> | int32\_t | 偏移量。 |
|
||||
| <a href="#hscroll_label_t_yoyo">yoyo</a> | bool\_t | |
|
||||
| <a href="#hscroll_label_t_yoyo">yoyo</a> | bool\_t | 是否往返滚动(缺省FALSE)。 |
|
||||
#### hscroll\_label\_cast 函数
|
||||
-----------------------
|
||||
|
||||
@ -70,7 +69,6 @@ https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/styles/default.xml)
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -92,7 +90,6 @@ widget_t* hscroll_label_cast (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -118,7 +115,6 @@ widget_t* hscroll_label_create (widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -141,7 +137,6 @@ ret_t hscroll_label_set_duration (widget_t* widget, int32_t duration);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -164,7 +159,6 @@ ret_t hscroll_label_set_ellipses (widget_t* widget, bool_t ellipses);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -187,7 +181,6 @@ ret_t hscroll_label_set_loop (widget_t* widget, bool_t loop);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -210,7 +203,6 @@ ret_t hscroll_label_set_lull (widget_t* widget, int32_t lull);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -233,7 +225,6 @@ ret_t hscroll_label_set_only_focus (widget_t* widget, bool_t only_focus);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -256,7 +247,6 @@ ret_t hscroll_label_set_xoffset (widget_t* widget, int32_t xoffset);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -279,7 +269,6 @@ ret_t hscroll_label_set_yoyo (widget_t* widget, bool_t yoyo);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -301,7 +290,6 @@ ret_t hscroll_label_start (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -319,7 +307,6 @@ ret_t hscroll_label_stop (widget_t* widget);
|
||||
> <p id="hscroll_label_t_duration"> 完整的滚动一次需要的时间(ms),缺省5000ms。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -332,9 +319,7 @@ ret_t hscroll_label_stop (widget_t* widget);
|
||||
| 可通过widget\_set\_prop修改 | 是 |
|
||||
#### ellipses 属性
|
||||
-----------------------
|
||||
> <p id="hscroll_label_t_ellipses">
|
||||
文本显示不下时,在行尾显示ellipses(缺省FALSE)。
|
||||
|
||||
> <p id="hscroll_label_t_ellipses"> 文本显示不下时,在行尾显示省略号(缺省FALSE)。
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
@ -351,9 +336,7 @@ ret_t hscroll_label_stop (widget_t* widget);
|
||||
| 可通过widget\_set\_prop修改 | 是 |
|
||||
#### loop 属性
|
||||
-----------------------
|
||||
> <p id="hscroll_label_t_loop">
|
||||
loop是否循环滚动(缺省FALSE)。
|
||||
|
||||
> <p id="hscroll_label_t_loop"> loop是否循环滚动(缺省FALSE)。
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
@ -370,9 +353,7 @@ ret_t hscroll_label_stop (widget_t* widget);
|
||||
| 可通过widget\_set\_prop修改 | 是 |
|
||||
#### lull 属性
|
||||
-----------------------
|
||||
> <p id="hscroll_label_t_lull">
|
||||
滚动之间的间歇时间(ms),缺省3000ms。
|
||||
|
||||
> <p id="hscroll_label_t_lull"> 滚动之间的间歇时间(ms),缺省3000ms。
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
@ -389,9 +370,7 @@ ret_t hscroll_label_stop (widget_t* widget);
|
||||
| 可通过widget\_set\_prop修改 | 是 |
|
||||
#### only\_focus 属性
|
||||
-----------------------
|
||||
> <p id="hscroll_label_t_only_focus">
|
||||
只有处于focus时才滚动(缺省否)。
|
||||
|
||||
> <p id="hscroll_label_t_only_focus"> 只有处于focus时才滚动(缺省否)。
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
@ -411,7 +390,6 @@ ret_t hscroll_label_stop (widget_t* widget);
|
||||
> <p id="hscroll_label_t_text_w"> 文本的宽度。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -427,7 +405,6 @@ ret_t hscroll_label_stop (widget_t* widget);
|
||||
> <p id="hscroll_label_t_xoffset"> 偏移量。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -440,9 +417,7 @@ ret_t hscroll_label_stop (widget_t* widget);
|
||||
| 可通过widget\_set\_prop修改 | 是 |
|
||||
#### yoyo 属性
|
||||
-----------------------
|
||||
> <p id="hscroll_label_t_yoyo">
|
||||
是否往返滚动(缺省FALSE)。
|
||||
|
||||
> <p id="hscroll_label_t_yoyo"> 是否往返滚动(缺省FALSE)。
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
@ -2,5 +2,4 @@
|
||||
### 概述
|
||||
帮助实现控件左右滚动的效果。
|
||||
|
||||
|
||||
----------------------------------
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
单个idle的信息。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="idle_info_t_methods">
|
||||
@ -32,7 +31,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -50,7 +48,6 @@ idle_info_t* idle_info_cast (idle_info_t* idle);
|
||||
> <p id="idle_info_t_ctx"> idle回调函数上下文。
|
||||
|
||||
|
||||
|
||||
* 类型:void*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -65,7 +62,6 @@ idle_info_t* idle_info_cast (idle_info_t* idle);
|
||||
> 为TK\_INVALID\_ID时表示无效idle。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -78,7 +74,6 @@ idle_info_t* idle_info_cast (idle_info_t* idle);
|
||||
> <p id="idle_info_t_on_destroy"> idle销毁时的回调函数。
|
||||
|
||||
|
||||
|
||||
* 类型:tk\_destroy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -90,7 +85,6 @@ idle_info_t* idle_info_cast (idle_info_t* idle);
|
||||
> <p id="idle_info_t_on_destroy_ctx"> idle销毁时的回调函数的上下文。
|
||||
|
||||
|
||||
|
||||
* 类型:tk\_destroy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -102,7 +96,6 @@ idle_info_t* idle_info_cast (idle_info_t* idle);
|
||||
> <p id="idle_info_t_on_idle"> idle回调函数。
|
||||
|
||||
|
||||
|
||||
* 类型:idle\_func\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -24,7 +24,6 @@
|
||||
> 在非GUI线程请用idle\_queue。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="idle_t_methods">
|
||||
@ -45,7 +44,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -68,7 +66,6 @@ uint32_t idle_add (idle_func_t on_idle, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -89,7 +86,6 @@ uint32_t idle_count ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -112,7 +108,6 @@ ret_t idle_queue (idle_func_t on_idle, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -134,7 +129,6 @@ ret_t idle_remove (uint32_t idle_id);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
设置软键盘上的action按钮的信息事件。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 属性
|
||||
<p id="im_action_button_info_event_t_properties">
|
||||
@ -18,7 +17,6 @@
|
||||
> <p id="im_action_button_info_event_t_enable"> 软键盘上的action按钮启用。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -30,7 +28,6 @@
|
||||
> <p id="im_action_button_info_event_t_text"> 软键盘上的action按钮显示的文本。
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
输入法请求显示候选字的事件。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 属性
|
||||
<p id="im_candidates_event_t_properties">
|
||||
@ -18,7 +17,6 @@
|
||||
> <p id="im_candidates_event_t_candidates"> 可选的文本,多个文本以\0分隔。如:里\0李\0力\0离\0
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -30,7 +28,6 @@
|
||||
> <p id="im_candidates_event_t_candidates_nr"> 可选的文本的个数。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
输入法提交输入的文本事件。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 属性
|
||||
<p id="im_commit_event_t_properties">
|
||||
@ -18,7 +17,6 @@
|
||||
> <p id="im_commit_event_t_replace;"> 是否替换原来的文本。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -30,7 +28,6 @@
|
||||
> <p id="im_commit_event_t_text"> 提交的文本。
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -1,7 +1,6 @@
|
||||
## image\_draw\_type\_t
|
||||
### 概述
|
||||
图片绘制方法常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="image_draw_type_t_consts">
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="image_loader_stb_t_methods">
|
||||
@ -26,7 +25,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
图片加载接口。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="image_loader_t_methods">
|
||||
@ -22,7 +21,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -47,7 +45,6 @@ ret_t image_loader_load (image_loader_t* loader, const asset_info_t* asset, bitm
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -71,7 +68,6 @@ ret_t image_loader_load_image (const asset_info_t* asset, bitmap_t* bitmap);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -94,7 +90,6 @@ ret_t image_loader_register (image_loader_t* loader);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
图片管理器。负责加载,解码和缓存图片。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="image_manager_t_methods">
|
||||
@ -33,7 +32,6 @@
|
||||
> <p id="image_manager_t_image_manager"> 获取缺省的图片管理器。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -54,7 +52,6 @@ image_manager_t* image_manager ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -75,7 +72,6 @@ image_manager_t* image_manager_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -97,7 +93,6 @@ ret_t image_manager_deinit (image_manager_t* imm);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -121,7 +116,6 @@ ret_t image_manager_destroy (image_manager_t* imm);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -145,7 +139,6 @@ ret_t image_manager_get_bitmap (image_manager_t* imm, char* name, bitmap_t* imag
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -167,7 +160,6 @@ image_manager_t* image_manager_init (image_manager_t* imm);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -198,7 +190,6 @@ ret_t image_manager_set (image_manager_t* imm);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -221,7 +212,6 @@ ret_t image_manager_set_assets_manager (image_manager_t* imm, assets_manager_t*
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -244,7 +234,6 @@ ret_t image_manager_unload_bitmap (image_manager_t* imm, bitmap_t* image);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -267,7 +256,6 @@ ret_t image_manager_unload_unused (image_manager_t* imm, uint32_t time_delta_s);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -1,7 +1,6 @@
|
||||
## indicator\_default\_paint\_t
|
||||
### 概述
|
||||
指示器默认绘制的类型。
|
||||
|
||||
### 常量
|
||||
<p id="indicator_default_paint_t_consts">
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="input_engine_null_t_methods">
|
||||
@ -28,7 +27,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="input_engine_pinyin_t_methods">
|
||||
@ -28,7 +27,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -11,7 +11,6 @@
|
||||
![image](images/input_engine_t_0.png)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="input_engine_t_methods">
|
||||
@ -36,7 +35,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -57,7 +55,6 @@ input_engine_t* input_engine_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -79,7 +76,6 @@ ret_t input_engine_destroy (input_engine_t* engine);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -102,7 +98,6 @@ ret_t input_engine_input (input_engine_t* engine, int key);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="input_method_default_t_methods">
|
||||
@ -30,7 +29,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="input_method_null_t_methods">
|
||||
@ -28,7 +27,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="input_method_sdl_t_methods">
|
||||
@ -27,7 +26,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -50,7 +48,6 @@ ret_t children_layouter_register_builtins ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -16,7 +16,6 @@
|
||||
> 输入类型请参考:[input\_type](input_type_t.md)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="input_method_t_methods">
|
||||
@ -55,7 +54,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -76,7 +74,6 @@ input_method_t* input_method ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -99,7 +96,6 @@ ret_t input_method_commit_text (input_method_t* im, char* text);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -123,7 +119,6 @@ ret_t input_method_commit_text_ex (input_method_t* im, bool_t replace, char* tex
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -144,7 +139,6 @@ input_method_t* input_method_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -166,7 +160,6 @@ ret_t input_method_destroy (input_method_t* im);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -189,7 +182,6 @@ ret_t input_method_dispatch (input_method_t* im, event_t* e);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -211,7 +203,6 @@ ret_t input_method_dispatch_action (input_method_t* im);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -235,7 +226,6 @@ ret_t input_method_dispatch_candidates (input_method_t* im, char* strs, uint32_t
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -258,7 +248,6 @@ ret_t input_method_dispatch_key (input_method_t* im, uint32_t key);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -281,7 +270,6 @@ ret_t input_method_dispatch_to_widget (input_method_t* im, event_t* e);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -304,7 +292,6 @@ ret_t input_method_off (input_method_t* im, uint32_t id);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -329,7 +316,6 @@ uint32_t input_method_on (input_method_t* im, event_type_t type, event_func_t on
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -352,7 +338,6 @@ ret_t input_method_request (input_method_t* im, widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -374,7 +359,6 @@ ret_t input_method_set (input_method_t* im);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -394,7 +378,6 @@ ret_t input_method_update_action_button_info (input_method_t* im, char* text, bo
|
||||
> <p id="input_method_t_action_button_enable"> 软键盘的上的action按钮是否可用。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -406,7 +389,6 @@ ret_t input_method_update_action_button_info (input_method_t* im, char* text, bo
|
||||
> <p id="input_method_t_action_button_enable"> 软键盘的上的action按钮文本。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -418,7 +400,6 @@ ret_t input_method_update_action_button_info (input_method_t* im, char* text, bo
|
||||
> <p id="input_method_t_input_type"> 当前输入的类型。
|
||||
|
||||
|
||||
|
||||
* 类型:input\_type\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -1,7 +1,6 @@
|
||||
## input\_type\_t
|
||||
### 概述
|
||||
输入类型常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="input_type_t_consts">
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
## key\_code\_t
|
||||
### 概述
|
||||
key code。
|
||||
|
||||
### 常量
|
||||
<p id="key_code_t_consts">
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
按键事件。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="key_event_t_methods">
|
||||
@ -40,7 +39,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -62,7 +60,6 @@ key_event_t* key_event_cast (event_t* event);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -83,7 +80,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_alt"> alt键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -96,7 +92,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_capslock"> capslock键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -110,7 +105,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
cmd/win键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -124,7 +118,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
ctrl键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -137,7 +130,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_key"> 键值。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -150,7 +142,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_lalt"> left alt键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -163,7 +154,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_lctrl"> left ctrl键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -176,7 +166,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_lshift"> left shift键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -189,7 +178,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_menu"> menu键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -202,7 +190,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_ralt"> right alt键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -215,7 +202,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_rctrl"> right ctrl键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -228,7 +214,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_rshift"> right shift键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -241,7 +226,6 @@ event_t* key_event_init (key_event_t* event, void* target, uint32_t type, int32_
|
||||
> <p id="key_event_t_shift"> shift键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -35,7 +35,6 @@ https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/ui/mledit.xml)
|
||||
https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/styles/default.xml#L556)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="line_number_t_methods">
|
||||
@ -57,7 +56,6 @@ https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/styles/default.xml#
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -79,7 +77,6 @@ widget_t* line_number_cast (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -105,7 +102,6 @@ widget_t* line_number_create (widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -128,7 +124,6 @@ ret_t line_number_set_bottom_margin (widget_t* widget, int32_t bottom_margin);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -151,7 +146,6 @@ ret_t line_number_set_line_height (widget_t* widget, int32_t line_height);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -174,7 +168,6 @@ ret_t line_number_set_top_margin (widget_t* widget, int32_t top_margin);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -3,7 +3,6 @@
|
||||
本地化信息。提供字符串翻译数据管理,当前语言改变的事件通知等等。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="locale_info_t_methods">
|
||||
@ -35,7 +34,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -56,7 +54,6 @@ locale_info_t* locale_info ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -80,7 +77,6 @@ ret_t locale_info_change (locale_info_t* locale_info, char* language, char* coun
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -103,7 +99,6 @@ locale_info_t* locale_info_create (char* language, char* country);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -125,7 +120,6 @@ ret_t locale_info_destroy (locale_info_t* locale_info);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -148,7 +142,6 @@ ret_t locale_info_off (locale_info_t* locale_info, uint32_t id);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -173,7 +166,6 @@ uint32_t locale_info_on (locale_info_t* locale_info, event_type_t type, event_fu
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -196,7 +188,6 @@ ret_t locale_info_set (locale_info_t* locale_info);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -219,7 +210,6 @@ ret_t locale_info_set_assets_manager (locale_info_t* locale_info, assets_manager
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -238,7 +228,6 @@ char* locale_info_tr (locale_info_t* locale_info, char* text);
|
||||
> <p id="locale_info_t_country;"> 国家或地区。如:CN
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -250,7 +239,6 @@ char* locale_info_tr (locale_info_t* locale_info, char* text);
|
||||
> <p id="locale_info_t_language"> 语言。如:zh
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -27,7 +27,6 @@
|
||||
time\_clock一般不需要设置style。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="mledit_t_methods">
|
||||
@ -70,7 +69,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -92,7 +90,6 @@ widget_t* mledit_cast (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -118,7 +115,6 @@ widget_t* mledit_create (widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -141,7 +137,6 @@ ret_t mledit_set_focus (widget_t* widget, bool_t focus);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -164,7 +159,6 @@ ret_t mledit_set_input_tips (widget_t* widget, char* tips);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -187,7 +181,6 @@ ret_t mledit_set_max_lines (widget_t* widget, uint32_t max_lines);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -210,7 +203,6 @@ ret_t mledit_set_readonly (widget_t* widget, bool_t readonly);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -229,7 +221,6 @@ ret_t mledit_set_wrap_word (widget_t* widget, bool_t wrap_word);
|
||||
> <p id="mledit_t_bottom_margin"> 下边距。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -244,7 +235,6 @@ ret_t mledit_set_wrap_word (widget_t* widget, bool_t wrap_word);
|
||||
> <p id="mledit_t_left_margin"> 左边距。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -259,7 +249,6 @@ ret_t mledit_set_wrap_word (widget_t* widget, bool_t wrap_word);
|
||||
> <p id="mledit_t_max_lines"> 最大行数。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -277,7 +266,6 @@ ret_t mledit_set_wrap_word (widget_t* widget, bool_t wrap_word);
|
||||
> <p id="mledit_t_readonly"> 编辑器是否为只读。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -295,7 +283,6 @@ ret_t mledit_set_wrap_word (widget_t* widget, bool_t wrap_word);
|
||||
> <p id="mledit_t_right_margin"> 右边距。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -310,7 +297,6 @@ ret_t mledit_set_wrap_word (widget_t* widget, bool_t wrap_word);
|
||||
> <p id="mledit_t_tips"> 输入提示。
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -328,7 +314,6 @@ ret_t mledit_set_wrap_word (widget_t* widget, bool_t wrap_word);
|
||||
> <p id="mledit_t_top_margin"> 上边距。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -343,7 +328,6 @@ ret_t mledit_set_wrap_word (widget_t* widget, bool_t wrap_word);
|
||||
> <p id="mledit_t_wrap_word"> 是否自动折行。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -3,7 +3,6 @@
|
||||
命名的值。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="named_value_t_methods">
|
||||
@ -36,7 +35,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -59,7 +57,6 @@ named_value_t* named_value_cast (named_value_t* nv);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -82,7 +79,6 @@ named_value_t* named_value_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -106,7 +102,6 @@ ret_t named_value_deinit (named_value_t* nv);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -131,7 +126,6 @@ ret_t named_value_destroy (named_value_t* nv);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -155,7 +149,6 @@ value_t* named_value_get_value (named_value_t* nv);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -181,7 +174,6 @@ ret_t named_value_init (named_value_t* nv, const char* name, const value_t* valu
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -206,7 +198,6 @@ ret_t named_value_set_name (named_value_t* nv, const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -225,7 +216,6 @@ ret_t named_value_set_value (named_value_t* nv, const value_t* value);
|
||||
> <p id="named_value_t_name"> 名称。
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -238,7 +228,6 @@ ret_t named_value_set_value (named_value_t* nv, const value_t* value);
|
||||
> <p id="named_value_t_value"> 值。
|
||||
|
||||
|
||||
|
||||
* 类型:value\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -5,7 +5,6 @@
|
||||
原生窗口。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="native_window_t_methods">
|
||||
@ -26,7 +25,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -49,7 +47,6 @@ native_window_t* native_window_create (const char* params);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -71,7 +68,6 @@ canvas_t native_window_get_canvas (native_window_t* win);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -95,7 +91,6 @@ ret_t native_window_invalidate (native_window_t* win, rect_t* r);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -121,7 +116,6 @@ ret_t native_window_move (native_window_t* win, xy_t x, xy_t y, bool_t force);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -11,7 +11,6 @@
|
||||
* index 用于访问属性,-1可以用来追加新元素。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="object_array_t_methods">
|
||||
@ -42,7 +41,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -67,7 +65,6 @@ ret_t object_array_clear_props (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -91,7 +88,6 @@ object_t* object_array_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -116,7 +112,6 @@ object_t* object_array_create (object_array_t* o);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -135,7 +130,6 @@ ret_t object_array_unref (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 类型:value\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -148,7 +142,6 @@ ret_t object_array_unref (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -161,7 +154,6 @@ ret_t object_array_unref (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -8,7 +8,6 @@
|
||||
内部使用有序数组保存所有属性,可以快速查找指定名称的属性。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="object_default_t_methods">
|
||||
@ -40,7 +39,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -65,7 +63,6 @@ ret_t object_default_clear_props (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -89,7 +86,6 @@ object_t* object_default_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -114,7 +110,6 @@ object_t* object_default_create (object_default_t* o);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -141,7 +136,6 @@ value_t* object_default_find_prop (object_t* obj, tk_compare_t cmp, const void*
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -160,7 +154,6 @@ ret_t object_default_unref (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 类型:named\_value\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -173,7 +166,6 @@ ret_t object_default_unref (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -186,7 +178,6 @@ ret_t object_default_unref (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -6,7 +6,6 @@
|
||||
对象接口。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="object_t_methods">
|
||||
@ -68,7 +67,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -93,7 +91,6 @@ bool_t object_can_exec (object_t* obj, const char* name, const char* args);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -117,7 +114,6 @@ int object_compare (object_t* obj, object_t* other);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -144,7 +140,6 @@ ret_t object_copy_prop (object_t* obj, object_t* src, const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -167,7 +162,6 @@ ret_t object_create (const object_vtable_t* vt);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -191,7 +185,6 @@ ret_t object_eval (object_t* obj, const char* expr, value_t* v);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -216,7 +209,6 @@ ret_t object_exec (object_t* obj, const char* name, const char* args);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -241,7 +233,6 @@ ret_t object_foreach_prop (object_t* obj, tk_visit_t on_prop, void* ctx);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -264,7 +255,6 @@ const char* object_get_desc (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -289,7 +279,6 @@ ret_t object_get_prop (object_t* obj, const char* name, value_t* v);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -314,7 +303,6 @@ bool_t object_get_prop_bool (object_t* obj, const char* name, bool_t defval);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -339,7 +327,6 @@ bool_t object_get_prop_bool_by_path (object_t* obj, const char* path, bool_t def
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -364,7 +351,6 @@ ret_t object_get_prop_by_path (object_t* obj, const char* path, value_t* v);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -389,7 +375,6 @@ float_t object_get_prop_float (object_t* obj, const char* name, float_t defval);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -414,7 +399,6 @@ float_t object_get_prop_float_by_path (object_t* obj, const char* path, float_t
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -439,7 +423,6 @@ int32_t object_get_prop_int (object_t* obj, const char* name, int32_t defval);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -464,7 +447,6 @@ int32_t object_get_prop_int_by_path (object_t* obj, const char* path, int32_t de
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -488,7 +470,6 @@ object_t* object_get_prop_object (object_t* obj, const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -512,7 +493,6 @@ object_t* object_get_prop_object_by_path (object_t* obj, const char* path);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -536,7 +516,6 @@ void* object_get_prop_pointer (object_t* obj, const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -560,7 +539,6 @@ void* object_get_prop_pointer_by_path (object_t* obj, const char* path);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -584,7 +562,6 @@ const char* object_get_prop_str (object_t* obj, const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -608,7 +585,6 @@ const char* object_get_prop_str_by_path (object_t* obj, const char* path);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -631,7 +607,6 @@ uint32_t object_get_size (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -654,7 +629,6 @@ const char* object_get_type (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -678,7 +652,6 @@ bool_t object_has_prop (object_t* obj, const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -701,7 +674,6 @@ bool_t object_is_collection (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -724,7 +696,6 @@ ret_t object_notify_changed (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -747,7 +718,6 @@ object_t* object_ref (object_t* obj);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -771,7 +741,6 @@ ret_t object_remove_prop (object_t* obj, const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -795,7 +764,6 @@ ret_t object_set_name (object_t* obj, const char* name);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -820,7 +788,6 @@ ret_t object_set_prop (object_t* obj, const char* name, value_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -845,7 +812,6 @@ ret_t object_set_prop_bool (object_t* obj, const char* name, bool_t value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -870,7 +836,6 @@ ret_t object_set_prop_float (object_t* obj, const char* name, float_t value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -895,7 +860,6 @@ ret_t object_set_prop_int (object_t* obj, const char* name, int32_t value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -920,7 +884,6 @@ ret_t object_set_prop_object (object_t* obj, const char* name, object_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -945,7 +908,6 @@ ret_t object_set_prop_pointer (object_t* obj, const char* name, void* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -970,7 +932,6 @@ ret_t object_set_prop_str (object_t* obj, const char* name, const char* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -988,7 +949,6 @@ ret_t object_unref (object_t* obj);
|
||||
> <p id="object_t_name"> 对象的名称。
|
||||
|
||||
|
||||
|
||||
* 类型:char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -1001,7 +961,6 @@ ret_t object_unref (object_t* obj);
|
||||
> <p id="object_t_ref_count"> 引用计数。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
滚轮事件。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="orientation_event_t_methods">
|
||||
@ -28,7 +27,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -50,7 +48,6 @@ orientation_event_t* orientation_event_cast (event_t* event);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -71,7 +68,6 @@ event_t* orientation_event_init (orientation_event_t* event, void* target, uint3
|
||||
> <p id="orientation_event_t_orientation"> 屏幕方向。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -41,7 +41,6 @@
|
||||
> 更多用法请参考:[theme
|
||||
default](https://github.com/zlgopen/awtk/blob/master/demos/assets/raw/styles/default.xml#L0)
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="overlay_t_methods">
|
||||
@ -59,7 +58,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -81,7 +79,6 @@ widget_t* overlay_cast (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
绘制事件。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="paint_event_t_methods">
|
||||
@ -28,7 +27,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -50,7 +48,6 @@ paint_event_t* paint_event_cast (event_t* event);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -71,7 +68,6 @@ event_t* paint_event_init (paint_event_t* event, void* target, uint32_t type, ca
|
||||
> <p id="paint_event_t_c"> canvas。
|
||||
|
||||
|
||||
|
||||
* 类型:canvas\_t*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
点。包括一个x坐标和一个y坐标。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 属性
|
||||
<p id="point_t_properties">
|
||||
@ -16,7 +15,6 @@
|
||||
> <p id="point_t_x"> x坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:xy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -28,7 +26,6 @@
|
||||
> <p id="point_t_y"> y坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:xy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
指针事件。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="pointer_event_t_methods">
|
||||
@ -36,7 +35,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -58,7 +56,6 @@ pointer_event_t* pointer_event_cast (event_t* event);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -80,7 +77,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_alt"> alt键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -93,7 +89,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_button"> button。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -106,7 +101,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_cmd"> cmd键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -119,7 +113,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_ctrl"> ctrl键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -132,7 +125,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_menu"> menu键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -145,7 +137,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_pressed"> 指针是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -158,7 +149,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_shift"> shift键是否按下。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -171,7 +161,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_x"> x坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:xy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -184,7 +173,6 @@ event_t* pointer_event_init (pointer_event_t* event, void* target, uint32_t type
|
||||
> <p id="pointer_event_t_y"> y坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:xy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -2,5 +2,4 @@
|
||||
### 概述
|
||||
预加载资源的描述信息。
|
||||
|
||||
|
||||
----------------------------------
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
对象属性变化事件。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="prop_change_event_t_methods">
|
||||
@ -28,7 +27,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -46,7 +44,6 @@ prop_change_event_t* prop_change_event_cast (event_t* event);
|
||||
> <p id="prop_change_event_t_name"> 属性的名称。
|
||||
|
||||
|
||||
|
||||
* 类型:const char*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -59,7 +56,6 @@ prop_change_event_t* prop_change_event_cast (event_t* event);
|
||||
> <p id="prop_change_event_t_value"> 属性的值。
|
||||
|
||||
|
||||
|
||||
* 类型:const value\_t*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -1,7 +1,6 @@
|
||||
## prop\_desc\_flags\_t
|
||||
### 概述
|
||||
属性描述范围常量定义。
|
||||
|
||||
### 常量
|
||||
<p id="prop_desc_flags_t_consts">
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
rbuffer_read_string(&rbuffer, &str);
|
||||
```
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="rbuffer_t_methods">
|
||||
@ -53,7 +52,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -75,7 +73,6 @@ bool_t rbuffer_has_more (rbuffer_t* rbuffer);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -99,7 +96,6 @@ rbuffer_t* rbuffer_init (rbuffer_t* rbuffer, uint8_t* data, uint16_t capacity);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -122,7 +118,6 @@ ret_t rbuffer_peek_uint16 (rbuffer_t* rbuffer, uint16_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -145,7 +140,6 @@ ret_t rbuffer_peek_uint32 (rbuffer_t* rbuffer, uint32_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -168,7 +162,6 @@ ret_t rbuffer_peek_uint8 (rbuffer_t* rbuffer, uint8_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -192,7 +185,6 @@ ret_t rbuffer_read_binary (rbuffer_t* rbuffer, void* data, uint32_t size);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -215,7 +207,6 @@ ret_t rbuffer_read_float (rbuffer_t* rbuffer, float_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -238,7 +229,6 @@ ret_t rbuffer_read_string (rbuffer_t* rbuffer, char** str);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -261,7 +251,6 @@ ret_t rbuffer_read_uint16 (rbuffer_t* rbuffer, uint16_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -284,7 +273,6 @@ ret_t rbuffer_read_uint32 (rbuffer_t* rbuffer, uint32_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -307,7 +295,6 @@ ret_t rbuffer_read_uint8 (rbuffer_t* rbuffer, uint8_t* value);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -326,7 +313,6 @@ ret_t rbuffer_skip (rbuffer_t* rbuffer, int32_t offset);
|
||||
> <p id="rbuffer_t_capacity"> 缓存区最大容量。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -338,7 +324,6 @@ ret_t rbuffer_skip (rbuffer_t* rbuffer, int32_t offset);
|
||||
> <p id="rbuffer_t_cursor"> 当前读取位置。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -350,7 +335,6 @@ ret_t rbuffer_skip (rbuffer_t* rbuffer, int32_t offset);
|
||||
> <p id="rbuffer_t_data"> 缓存区。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
矩形。包括一个x坐标、y坐标、宽度和高度。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="rect_t_methods">
|
||||
@ -33,7 +32,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -58,7 +56,6 @@ rect_t* rect_cast (rect_t* rect);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -86,7 +83,6 @@ rect_t* rect_create (xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -111,7 +107,6 @@ ret_t rect_destroy (rect_t* r);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -133,7 +128,6 @@ rect_t* rect_set (rect_t* rect, xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
> <p id="rect_t_h"> 高度。
|
||||
|
||||
|
||||
|
||||
* 类型:wh\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -146,7 +140,6 @@ rect_t* rect_set (rect_t* rect, xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
> <p id="rect_t_w"> 宽度。
|
||||
|
||||
|
||||
|
||||
* 类型:wh\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -159,7 +152,6 @@ rect_t* rect_set (rect_t* rect, xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
> <p id="rect_t_x"> x坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:xy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -172,7 +164,6 @@ rect_t* rect_set (rect_t* rect, xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
> <p id="rect_t_y"> y坐标。
|
||||
|
||||
|
||||
|
||||
* 类型:xy\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -3,7 +3,6 @@
|
||||
颜色的四个通道。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 属性
|
||||
<p id="rgba_t_properties">
|
||||
@ -19,7 +18,6 @@
|
||||
> <p id="rgba_t_a"> alpha。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -31,7 +29,6 @@
|
||||
> <p id="rgba_t_b"> 蓝色。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -43,7 +40,6 @@
|
||||
> <p id="rgba_t_g"> 绿色。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -55,7 +51,6 @@
|
||||
> <p id="rgba_t_r"> 红色。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -52,7 +52,6 @@
|
||||
* underline 下划线(暂不支持)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="rich_text_t_methods">
|
||||
@ -77,7 +76,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -99,7 +97,6 @@ widget_t* rich_text_cast (widget_t* widget);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -125,7 +122,6 @@ widget_t* rich_text_create (widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -144,7 +140,6 @@ ret_t rich_text_set_text (widget_t* widget, char* text);
|
||||
> <p id="rich_text_t_line_gap"> 行间距。
|
||||
|
||||
|
||||
|
||||
* 类型:int32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -2,7 +2,6 @@
|
||||
### 概述
|
||||
循环缓存区。
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="ring_buffer_t_methods">
|
||||
@ -47,7 +46,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -70,7 +68,6 @@ uint32_t ring_buffer_capacity (ring_buffer_t* ring_buffer);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -94,7 +91,6 @@ ring_buffer_t* ring_buffer_create (uint32_t init_capacity, uint32_t max_capacity
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -117,7 +113,6 @@ ret_t ring_buffer_destroy (ring_buffer_t* ring_buffer);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -140,7 +135,6 @@ uint32_t ring_buffer_free_size (ring_buffer_t* ring_buffer);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -163,7 +157,6 @@ bool_t ring_buffer_is_empty (ring_buffer_t* ring_buffer);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -186,7 +179,6 @@ bool_t ring_buffer_is_full (ring_buffer_t* ring_buffer);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -211,7 +203,6 @@ uint32_t ring_buffer_peek (ring_buffer_t* ring_buffer, void* buff, uint32_t size
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -236,7 +227,6 @@ uint32_t ring_buffer_read (ring_buffer_t* ring_buffer, void* buff, uint32_t size
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -261,7 +251,6 @@ ret_t ring_buffer_read_len (ring_buffer_t* ring_buffer, void* buff, uint32_t siz
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -284,7 +273,6 @@ ret_t ring_buffer_reset (ring_buffer_t* ring_buffer);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -308,7 +296,6 @@ ret_t ring_buffer_set_read_cursor (ring_buffer_t* ring_buffer, uint32_t r);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -332,7 +319,6 @@ ret_t ring_buffer_set_read_cursor_delta (ring_buffer_t* ring_buffer, uint32_t r_
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -356,7 +342,6 @@ ret_t ring_buffer_set_write_cursor (ring_buffer_t* ring_buffer, uint32_t w);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -380,7 +365,6 @@ ret_t ring_buffer_set_write_cursor_delta (ring_buffer_t* ring_buffer, uint32_t w
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -404,7 +388,6 @@ uint32_t ring_buffer_size (ring_buffer_t* ring_buffer);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -429,7 +412,6 @@ uint32_t ring_buffer_write (ring_buffer_t* ring_buffer, const void* buff, uint32
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -449,7 +431,6 @@ ret_t ring_buffer_write_len (ring_buffer_t* ring_buffer, const void* buff, uint3
|
||||
> <p id="ring_buffer_t_capacity"> 当前容量。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -461,7 +442,6 @@ ret_t ring_buffer_write_len (ring_buffer_t* ring_buffer, const void* buff, uint3
|
||||
> <p id="ring_buffer_t_data"> 数据。
|
||||
|
||||
|
||||
|
||||
* 类型:uint8\_t*
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -473,7 +453,6 @@ ret_t ring_buffer_write_len (ring_buffer_t* ring_buffer, const void* buff, uint3
|
||||
> <p id="ring_buffer_t_full"> 是否满。
|
||||
|
||||
|
||||
|
||||
* 类型:bool\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -485,7 +464,6 @@ ret_t ring_buffer_write_len (ring_buffer_t* ring_buffer, const void* buff, uint3
|
||||
> <p id="ring_buffer_t_max_capacity"> 最大容量。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -497,7 +475,6 @@ ret_t ring_buffer_write_len (ring_buffer_t* ring_buffer, const void* buff, uint3
|
||||
> <p id="ring_buffer_t_r"> 读取位置。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
@ -509,7 +486,6 @@ ret_t ring_buffer_write_len (ring_buffer_t* ring_buffer, const void* buff, uint3
|
||||
> <p id="ring_buffer_t_w"> 写入位置。
|
||||
|
||||
|
||||
|
||||
* 类型:uint32\_t
|
||||
|
||||
| 特性 | 是否支持 |
|
||||
|
@ -9,7 +9,6 @@
|
||||
https://github.com/zlgopen/awtk/blob/master/docs/self_layouter_default.md)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="self_layouter_default_t_methods">
|
||||
@ -28,7 +27,6 @@ https://github.com/zlgopen/awtk/blob/master/docs/self_layouter_default.md)
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -3,7 +3,6 @@
|
||||
控件自身布局算法工厂。
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="self_layouter_factory_t_methods">
|
||||
@ -24,7 +23,6 @@
|
||||
> <p id="self_layouter_factory_t_self_layouter_factory"> 获取缺省的控件自身布局算法工厂对象。
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -45,7 +43,6 @@ self_layouter_factory_t* self_layouter_factory ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -66,7 +63,6 @@ self_layouter_factory_t* self_layouter_factory_create ();
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -89,7 +85,6 @@ self_layouter_t* self_layouter_factory_create_layouter (self_layouter_factory_t*
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -111,7 +106,6 @@ ret_t self_layouter_factory_destroy (self_layouter_factory_t* factory);
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
@ -135,7 +129,6 @@ ret_t self_layouter_factory_register (self_layouter_factory_t* factory, const ch
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
@ -9,7 +9,6 @@
|
||||
https://github.com/zlgopen/awtk/blob/master/docs/self_layouter_menu.md)
|
||||
|
||||
|
||||
|
||||
----------------------------------
|
||||
### 函数
|
||||
<p id="self_layouter_menu_t_methods">
|
||||
@ -28,7 +27,6 @@ https://github.com/zlgopen/awtk/blob/master/docs/self_layouter_menu.md)
|
||||
|
||||
|
||||
|
||||
|
||||
* 函数原型:
|
||||
|
||||
```
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user