|
Blender V4.5
|
#include <NOD_node_declaration.hh>
Inherits blender::nodes::DeclarationListBuilder.
Protected Types | |
| using | Self = PanelDeclarationBuilder |
Protected Attributes | |
| PanelDeclaration * | decl_ |
Friends | |
| class | NodeDeclarationBuilder |
Additional Inherited Members | |
| Public Attributes inherited from blender::nodes::DeclarationListBuilder | |
| NodeDeclarationBuilder & | node_decl_builder |
| Vector< ItemDeclaration * > & | items |
| PanelDeclaration * | parent_panel_decl = nullptr |
Definition at line 562 of file NOD_node_declaration.hh.
|
protected |
Definition at line 564 of file NOD_node_declaration.hh.
|
inline |
Definition at line 570 of file NOD_node_declaration.hh.
References decl_, blender::nodes::DeclarationListBuilder::DeclarationListBuilder(), blender::nodes::DeclarationListBuilder::items, and NodeDeclarationBuilder.
Referenced by default_closed(), description(), and translation_context().
| PanelDeclarationBuilder & blender::nodes::PanelDeclarationBuilder::default_closed | ( | bool | closed | ) |
Definition at line 907 of file node_declaration.cc.
References decl_, and PanelDeclarationBuilder().
| PanelDeclarationBuilder & blender::nodes::PanelDeclarationBuilder::description | ( | std::string | value = "" | ) |
Definition at line 894 of file node_declaration.cc.
References decl_, and PanelDeclarationBuilder().
| PanelDeclarationBuilder & blender::nodes::PanelDeclarationBuilder::translation_context | ( | std::optional< std::string > | value = std::nullopt | ) |
Definition at line 900 of file node_declaration.cc.
References decl_, and PanelDeclarationBuilder().
|
friend |
Definition at line 567 of file NOD_node_declaration.hh.
References NodeDeclarationBuilder.
Referenced by NodeDeclarationBuilder, and PanelDeclarationBuilder().
|
protected |
Definition at line 565 of file NOD_node_declaration.hh.
Referenced by default_closed(), description(), PanelDeclarationBuilder(), and translation_context().