Blender
V5.0
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
8
9
#pragma once
10
11
#include <Python.h>
12
13
struct
IDProperty
;
14
15
extern
PyTypeObject
BPy_IDPropertyUIManager_Type
;
16
17
struct
BPy_IDPropertyUIManager
{
18
PyObject_VAR_HEAD
19
IDProperty
*
property
;
20
};
21
22
void
IDPropertyUIData_Init_Types
();
BPy_IDPropertyUIManager_Type
PyTypeObject BPy_IDPropertyUIManager_Type
Definition
idprop_py_ui_api.cc:1017
IDPropertyUIData_Init_Types
void IDPropertyUIData_Init_Types()
Definition
idprop_py_ui_api.cc:1070
BPy_IDPropertyUIManager
Definition
idprop_py_ui_api.hh:17
BPy_IDPropertyUIManager::property
PyObject_VAR_HEAD IDProperty * property
Definition
idprop_py_ui_api.hh:19
IDProperty
Definition
DNA_ID.h:153
Generated on
for Blender by
doxygen
1.16.1