awtk/docs/manual/ui_loader_xml_t.md

31 lines
712 B
Markdown
Raw Normal View History

2018-12-31 11:30:24 +08:00
## ui\_loader\_xml\_t
### 概述
![image](images/ui_loader_xml_t_0.png)
2019-11-15 11:33:43 +08:00
XML格式的UI资源加载器。
2019-01-15 14:34:05 +08:00
----------------------------------
2018-12-31 11:30:24 +08:00
### 函数
<p id="ui_loader_xml_t_methods">
| 函数名称 | 说明 |
| -------- | ------------ |
2019-11-15 11:33:43 +08:00
| <a href="#ui_loader_xml_t_xml_ui_loader">xml\_ui\_loader</a> | 获取XML格式的UI资源加载器对象。 |
2018-12-31 11:30:24 +08:00
#### xml\_ui\_loader 函数
-----------------------
* 函数功能:
2019-11-15 11:33:43 +08:00
> <p id="ui_loader_xml_t_xml_ui_loader">获取XML格式的UI资源加载器对象。
2019-10-16 09:02:32 +08:00
2018-12-31 11:30:24 +08:00
* 函数原型:
```
ui_loader_t* xml_ui_loader ();
```
* 参数说明:
| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | ui\_loader\_t* | 返回UI加载器对象。 |