|
Blender V4.3
|
#include "UI_interface.hh"#include <cstdio>#include <memory>#include <fmt/format.h>#include "BLT_translation.hh"#include "DNA_collection_types.h"#include "DNA_object_types.h"#include "BKE_context.hh"#include "BKE_light_linking.h"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "UI_resources.hh"#include "UI_tree_view.hh"#include "WM_api.hh"#include "ED_undo.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ui |
| namespace | blender::ui::light_linking |
Functions | |
| void | uiTemplateLightLinkingCollection (uiLayout *layout, uiLayout *context_layout, PointerRNA *ptr, const char *propname) |
| void uiTemplateLightLinkingCollection | ( | uiLayout * | layout, |
| uiLayout * | context_layout, | ||
| PointerRNA * | ptr, | ||
| const char * | propname ) |
Definition at line 358 of file interface_template_light_linking.cc.
References blender::ui::TreeViewBuilder::build_tree_view(), PointerRNA::data, printf, PROP_POINTER, ptr, RNA_property_pointer_get(), RNA_property_type(), RNA_struct_find_property(), RNA_struct_identifier(), blender::ui::AbstractView::set_context_menu_title(), blender::ui::AbstractTreeView::set_default_rows(), PointerRNA::type, UI_block_add_view(), and uiLayoutGetBlock().