Blender  V3.3
Public Attributes | List of all members
IDFilterEnumPropertyItem Struct Reference

#include <RNA_enum_types.h>

Public Attributes

const uint64_t flag
 
const char * identifier
 
const int icon
 
const char * name
 
const char * description
 

Detailed 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.

Member Data Documentation

◆ description

const char* IDFilterEnumPropertyItem::description

◆ flag

const uint64_t IDFilterEnumPropertyItem::flag

◆ icon

const int IDFilterEnumPropertyItem::icon

◆ identifier

const char* IDFilterEnumPropertyItem::identifier

◆ name

const char* IDFilterEnumPropertyItem::name

The documentation for this struct was generated from the following file: