2018-12-30 11:49:59 +08:00
|
|
|
|
## style\_const\_t
|
|
|
|
|
### 概述
|
|
|
|
|
![image](images/style_const_t_0.png)
|
|
|
|
|
|
2019-12-14 13:25:56 +08:00
|
|
|
|
只读的style,从theme\_t中获取数据。
|
|
|
|
|
|
|
|
|
|
tools/theme_gen用于把XML的主题数据转换成常量数据。
|
2019-01-15 14:34:05 +08:00
|
|
|
|
----------------------------------
|
2018-12-30 11:49:59 +08:00
|
|
|
|
### 函数
|
|
|
|
|
<p id="style_const_t_methods">
|
|
|
|
|
|
|
|
|
|
| 函数名称 | 说明 |
|
|
|
|
|
| -------- | ------------ |
|
2019-11-15 11:33:43 +08:00
|
|
|
|
| <a href="#style_const_t_style_const_create">style\_const\_create</a> | 创建只读的style对象。 |
|
2018-12-30 11:53:09 +08:00
|
|
|
|
#### style\_const\_create 函数
|
2018-12-30 11:49:59 +08:00
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
|
|
* 函数功能:
|
|
|
|
|
|
2019-11-15 11:33:43 +08:00
|
|
|
|
> <p id="style_const_t_style_const_create">创建只读的style对象。
|
2019-10-16 09:02:32 +08:00
|
|
|
|
|
2018-12-30 11:49:59 +08:00
|
|
|
|
* 函数原型:
|
|
|
|
|
|
|
|
|
|
```
|
2018-12-30 11:53:09 +08:00
|
|
|
|
style_t* style_const_create ();
|
2018-12-30 11:49:59 +08:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
* 参数说明:
|
|
|
|
|
|
|
|
|
|
| 参数 | 类型 | 说明 |
|
|
|
|
|
| -------- | ----- | --------- |
|
|
|
|
|
| 返回值 | style\_t* | 返回style对象。 |
|