|
Blender V4.3
|
#include "BKE_context.hh"#include "BKE_grease_pencil.hh"#include "BLT_translation.hh"#include "DEG_depsgraph.hh"#include "UI_interface.hh"#include "UI_tree_view.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "ED_grease_pencil.hh"#include "ED_undo.hh"#include "WM_api.hh"#include "WM_message.hh"#include <fmt/format.h>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ui |
| namespace | blender::ui::greasepencil |
Functions | |
| void | uiTemplateGreasePencilLayerTree (uiLayout *layout, bContext *C) |
Definition at line 497 of file interface_template_grease_pencil_layer_tree.cc.
References blender::ui::TreeViewBuilder::build_tree_view(), blender::ed::greasepencil::from_context(), blender::ui::AbstractView::set_context_menu_title(), blender::ui::AbstractTreeView::set_default_rows(), UI_block_add_view(), and uiLayoutGetBlock().