Blender  V3.3
List of all members
blender::nodes::decl::IntBuilder Class Reference

#include <NOD_socket_declarations.hh>

Inheritance diagram for blender::nodes::decl::IntBuilder:
blender::nodes::SocketDeclarationBuilder< Int > blender::nodes::BaseSocketDeclarationBuilder

Public Member Functions

#IntBuilder Inline Methods
IntBuilder & min (int value)
 
IntBuilder & max (int value)
 
IntBuilder & default_value (int value)
 
IntBuilder & subtype (PropertySubType subtype)
 
- Public Member Functions inherited from blender::nodes::SocketDeclarationBuilder< Int >
Self & hide_label (bool value=true)
 
Self & hide_value (bool value=true)
 
Self & multi_input (bool value=true)
 
Self & description (std::string value="")
 
Self & no_muted_links (bool value=true)
 
Self & unavailable (bool value=true)
 
Self & is_attribute_name (bool value=true)
 
Self & is_default_link_socket (bool value=true)
 
Self & supports_field ()
 
Self & implicit_field ()
 
Self & field_source ()
 
Self & dependent_field ()
 
Self & dependent_field (Vector< int > input_dependencies)
 
Self & make_available (std::function< void(bNode &)> fn)
 
- Public Member Functions inherited from blender::nodes::BaseSocketDeclarationBuilder
virtual ~BaseSocketDeclarationBuilder ()=default
 

Additional Inherited Members

- Protected Types inherited from blender::nodes::SocketDeclarationBuilder< Int >
using Self = typename SocketDecl::Builder
 
- Protected Attributes inherited from blender::nodes::SocketDeclarationBuilder< Int >
Int * decl_
 

Detailed Description

Definition at line 62 of file NOD_socket_declarations.hh.

Member Function Documentation

◆ default_value()

IntBuilder & blender::nodes::decl::IntBuilder::default_value ( int  value)
inline

◆ max()

IntBuilder & blender::nodes::decl::IntBuilder::max ( int  value)
inline

◆ min()

IntBuilder & blender::nodes::decl::IntBuilder::min ( int  value)
inline

◆ subtype()

IntBuilder & blender::nodes::decl::IntBuilder::subtype ( PropertySubType  subtype)
inline

The documentation for this class was generated from the following file: