Blender
V4.3
source
blender
python
generic
idprop_py_ui_api.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
struct
IDProperty
;
12
13
extern
PyTypeObject
BPy_IDPropertyUIManager_Type
;
14
15
struct
BPy_IDPropertyUIManager
{
16
PyObject_VAR_HEAD
17
IDProperty
*
property
;
18
};
19
20
void
IDPropertyUIData_Init_Types
();
IDPropertyUIData_Init_Types
void IDPropertyUIData_Init_Types()
Definition
idprop_py_ui_api.cc:1061
BPy_IDPropertyUIManager_Type
PyTypeObject BPy_IDPropertyUIManager_Type
Definition
idprop_py_ui_api.cc:1008
BPy_IDPropertyUIManager
Definition
idprop_py_ui_api.hh:15
BPy_IDPropertyUIManager::property
PyObject_VAR_HEAD IDProperty * property
Definition
idprop_py_ui_api.hh:17
IDProperty
Definition
DNA_ID.h:151
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0