|
Blender
V3.3
|
#include <RNA_enum_types.h>
Public Attributes | |
| const uint64_t | flag |
| const char * | identifier |
| const int | icon |
| const char * | name |
| const char * | description |
For ID filters (FILTER_ID_AC, FILTER_ID_AR, ...) an int isn't enough. This version allows 64 bit integers. So can't use the regular EnumPropertyItem. Would be nice if RNA supported this itself.
Meant to be used with RNA_def_property_boolean_sdna() which supports 64 bit flags as well.
Definition at line 35 of file RNA_enum_types.h.
| const char* IDFilterEnumPropertyItem::description |
Definition at line 40 of file RNA_enum_types.h.
Referenced by rna_def_fileselect_asset_idfilter(), and rna_def_fileselect_idfilter().
| const uint64_t IDFilterEnumPropertyItem::flag |
Definition at line 36 of file RNA_enum_types.h.
Referenced by rna_def_fileselect_asset_idfilter(), and rna_def_fileselect_idfilter().
| const int IDFilterEnumPropertyItem::icon |
Definition at line 38 of file RNA_enum_types.h.
Referenced by rna_def_fileselect_asset_idfilter(), and rna_def_fileselect_idfilter().
| const char* IDFilterEnumPropertyItem::identifier |
Definition at line 37 of file RNA_enum_types.h.
Referenced by rna_def_fileselect_asset_idfilter(), and rna_def_fileselect_idfilter().
| const char* IDFilterEnumPropertyItem::name |
Definition at line 39 of file RNA_enum_types.h.
Referenced by rna_def_fileselect_asset_idfilter(), and rna_def_fileselect_idfilter().