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

Public Attributes

PointerRNA dataptr
 
PropertyRNAprop
 
PointerRNA active_dataptr
 
PropertyRNAactiveprop
 
const char * item_dyntip_propname
 
int active_item_idx
 

Detailed Description

The validated data that was passed to uiTemplateList (typically through Python). Populated through ui_template_list_data_retrieve().

Definition at line 39 of file interface_template_list.cc.

Member Data Documentation

◆ active_dataptr

PointerRNA TemplateListInputData::active_dataptr

◆ active_item_idx

int TemplateListInputData::active_item_idx

◆ activeprop

PropertyRNA* TemplateListInputData::activeprop

◆ dataptr

PointerRNA TemplateListInputData::dataptr

◆ item_dyntip_propname

const char* TemplateListInputData::item_dyntip_propname

◆ prop

PropertyRNA* TemplateListInputData::prop

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