mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
42 lines
829 B
Markdown
42 lines
829 B
Markdown
## ui\_xml\_writer\_t
|
|
### 概述
|
|
![image](images/ui_xml_writer_t_0.png)
|
|
|
|
|
|
生成XML格式的UI描述数据。
|
|
|
|
|
|
|
|
----------------------------------
|
|
### 函数
|
|
<p id="ui_xml_writer_t_methods">
|
|
|
|
| 函数名称 | 说明 |
|
|
| -------- | ------------ |
|
|
| <a href="#ui_xml_writer_t_ui_xml_writer_init">ui\_xml\_writer\_init</a> | |
|
|
#### ui\_xml\_writer\_init 函数
|
|
-----------------------
|
|
|
|
* 函数功能:
|
|
|
|
> <p id="ui_xml_writer_t_ui_xml_writer_init">
|
|
初始化ui\_xml\_writer对象。
|
|
|
|
|
|
|
|
|
|
|
|
* 函数原型:
|
|
|
|
```
|
|
ui_builder_t* ui_xml_writer_init (ui_xml_writer_t* writer, str_t* str);
|
|
```
|
|
|
|
* 参数说明:
|
|
|
|
| 参数 | 类型 | 说明 |
|
|
| -------- | ----- | --------- |
|
|
| 返回值 | ui\_builder\_t* | 返回ui\\_builder对象。 |
|
|
| writer | ui\_xml\_writer\_t* | writer对象。 |
|
|
| str | str\_t* | 保存结果的str。 |
|