UF_LAYER_category_info_s
(查看源代码)
定义在: uf_layer.h
也被称为:
UF_LAYER_category_info_t
UF_LAYER_category_info_p_t
Data Members
name [ MAX_ENTITY_NAME_SIZE+1 ]
char
The name of this category.
layer_mask [ UF_LAYER_MAX_LAYER ]
logical
A logical for each layer, does
it belong to this category or not.
layer_mask[0] is TRUE if layer 1
belongs to the category, otherwise
it is false. layer_mask[1] applies
to layer 2, and so on.
descr [ UF_LAYER_CAT_DESC_LEN+1 ]
char
This is the description of this
layer category.