mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
|
## prop\_desc\_int64\_t
|
|||
|
### 概述
|
|||
|
![image](images/prop_desc_int64_t_0.png)
|
|||
|
|
|||
|
有符号64位整数类型属性描述。
|
|||
|
|
|||
|
|
|||
|
----------------------------------
|
|||
|
### 属性
|
|||
|
<p id="prop_desc_int64_t_properties">
|
|||
|
|
|||
|
| 属性名称 | 类型 | 说明 |
|
|||
|
| -------- | ----- | ------------ |
|
|||
|
| <a href="#prop_desc_int64_t_defvalue">defvalue</a> | int64\_t | 缺省值。 |
|
|||
|
| <a href="#prop_desc_int64_t_max">max</a> | int64\_t | 最大值。 |
|
|||
|
| <a href="#prop_desc_int64_t_min">min</a> | int64\_t | 最小值。 |
|
|||
|
#### defvalue 属性
|
|||
|
-----------------------
|
|||
|
> <p id="prop_desc_int64_t_defvalue"> 缺省值。
|
|||
|
|
|||
|
|
|||
|
|
|||
|
* 类型:int64\_t
|
|||
|
|
|||
|
| 特性 | 是否支持 |
|
|||
|
| -------- | ----- |
|
|||
|
| 可直接读取 | 是 |
|
|||
|
| 可直接修改 | 否 |
|
|||
|
#### max 属性
|
|||
|
-----------------------
|
|||
|
> <p id="prop_desc_int64_t_max"> 最大值。
|
|||
|
|
|||
|
|
|||
|
|
|||
|
* 类型:int64\_t
|
|||
|
|
|||
|
| 特性 | 是否支持 |
|
|||
|
| -------- | ----- |
|
|||
|
| 可直接读取 | 是 |
|
|||
|
| 可直接修改 | 否 |
|
|||
|
#### min 属性
|
|||
|
-----------------------
|
|||
|
> <p id="prop_desc_int64_t_min"> 最小值。
|
|||
|
|
|||
|
|
|||
|
|
|||
|
* 类型:int64\_t
|
|||
|
|
|||
|
| 特性 | 是否支持 |
|
|||
|
| -------- | ----- |
|
|||
|
| 可直接读取 | 是 |
|
|||
|
| 可直接修改 | 否 |
|