|
Blender V5.0
|
#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 597 of file NOD_node_declaration.hh.
|
protected |
Definition at line 599 of file NOD_node_declaration.hh.
|
inline |
Definition at line 605 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 1023 of file node_declaration.cc.
References decl_, and PanelDeclarationBuilder().
Referenced by blender::nodes::node_composite_glare_cc::cmp_node_glare_declare(), and blender::nodes::node_composite_keying_cc::cmp_node_keying_declare().
| PanelDeclarationBuilder & blender::nodes::PanelDeclarationBuilder::description | ( | std::string | value = "" | ) |
Definition at line 1010 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 1016 of file node_declaration.cc.
References decl_, and PanelDeclarationBuilder().
Referenced by blender::nodes::node_composite_keying_cc::cmp_node_keying_declare().
|
friend |
Definition at line 602 of file NOD_node_declaration.hh.
References NodeDeclarationBuilder.
Referenced by NodeDeclarationBuilder, and PanelDeclarationBuilder().
|
protected |
Definition at line 600 of file NOD_node_declaration.hh.
Referenced by default_closed(), description(), PanelDeclarationBuilder(), and translation_context().