|
Blender V5.0
|
#include <Python.h>#include "MEM_guardedalloc.h"#include "../generic/py_capi_utils.hh"#include "UI_interface_layout.hh"#include "bpy_rna.hh"#include "bpy_rna_ui.hh"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (bpy_rna_uilayout_introspect_doc, ".. method:: introspect()\n" "\n" " Return a list of dictionaries containing a textual representation of the UI layout.\n" "\n" " :rtype: list[dict[str, Any]]\n") | |
| static PyObject * | bpy_rna_uilayout_introspect (PyObject *self) |
Variables | |
| PyMethodDef | BPY_rna_uilayout_introspect_method_def |
This adds helpers to uiLayout which can't be added easily to RNA itself.
Definition in file bpy_rna_ui.cc.
|
static |
Definition at line 30 of file bpy_rna_ui.cc.
References MEM_freeN(), BPy_StructRNA::ptr, Py_DECREF(), PyC_DefaultNameSpace(), PyC_MainModule_Backup(), PyC_MainModule_Restore(), result, self, and UI_layout_introspect().
| PyDoc_STRVAR | ( | bpy_rna_uilayout_introspect_doc | , |
| ".. method:: introspect()\n" "\n" " Return a list of dictionaries containing a textual representation of the UI layout.\n" "\n" " :rtype: list]\n" | [dict[str, Any] ) |
| PyMethodDef BPY_rna_uilayout_introspect_method_def |
Definition at line 55 of file bpy_rna_ui.cc.
Referenced by BPY_rna_types_extend_capi().