Blender V4.3
blender::deg::ComponentKey Struct Reference

#include <deg_builder_key.h>

Public Member Functions

 ComponentKey ()=default
 
 ComponentKey (const ID *id, NodeType type, const char *name="")
 
Component
string identifier () const
 

Public Attributes

const IDid = nullptr
 
NodeType type = NodeType::UNDEFINED
 
const char * name = ""
 

Detailed Description

Definition at line 33 of file deg_builder_key.h.

Constructor & Destructor Documentation

◆ ComponentKey() [1/2]

blender::deg::ComponentKey::ComponentKey ( )
default

◆ ComponentKey() [2/2]

blender::deg::ComponentKey::ComponentKey ( const ID * id,
NodeType type,
const char * name = "" )
inline

Definition at line 36 of file deg_builder_key.h.

Member Function Documentation

◆ identifier()

string blender::deg::ComponentKey::identifier ( ) const

Definition at line 32 of file deg_builder_key.cc.

References id, blender::deg::nodeTypeAsString(), and result.

Member Data Documentation

◆ id

◆ name

const char* blender::deg::ComponentKey::name = ""

◆ type


The documentation for this struct was generated from the following files: