|
Blender V5.0
|
#include <deg_builder_key.h>
Public Member Functions | |
RNA path | |
| RNAPathKey (ID *id, const char *path, RNAPointerSource source) | |
| RNAPathKey (const PointerRNA &target_prop, const char *rna_path_from_target_prop, RNAPointerSource source) | |
| RNAPathKey (ID *id, const PointerRNA &ptr, PropertyRNA *prop, RNAPointerSource source) | |
| std::string | identifier () const |
Public Attributes | |
| ID * | id |
| PointerRNA | ptr |
| PropertyRNA * | prop |
| RNAPointerSource | source |
Definition at line 165 of file deg_builder_key.h.
| blender::deg::RNAPathKey::RNAPathKey | ( | ID * | id, |
| const char * | path, | ||
| RNAPointerSource | source ) |
Definition at line 71 of file deg_builder_key.cc.
References id, PointerRNA_NULL, prop, ptr, RNA_id_pointer_create(), RNA_path_resolve_full(), and source.
| blender::deg::RNAPathKey::RNAPathKey | ( | const PointerRNA & | target_prop, |
| const char * | rna_path_from_target_prop, | ||
| RNAPointerSource | source ) |
Definition at line 88 of file deg_builder_key.cc.
References id, PointerRNA_NULL, prop, ptr, RNA_path_resolve_full(), and source.
| blender::deg::RNAPathKey::RNAPathKey | ( | ID * | id, |
| const PointerRNA & | ptr, | ||
| PropertyRNA * | prop, | ||
| RNAPointerSource | source ) |
| std::string blender::deg::RNAPathKey::identifier | ( | ) | const |
Definition at line 101 of file deg_builder_key.cc.
References id, prop, and RNA_property_identifier().
| ID* blender::deg::RNAPathKey::id |
Definition at line 174 of file deg_builder_key.h.
Referenced by blender::deg::DepsgraphRelationBuilder::build_driver_data(), identifier(), RNAPathKey(), RNAPathKey(), and RNAPathKey().
| PropertyRNA* blender::deg::RNAPathKey::prop |
Definition at line 176 of file deg_builder_key.h.
Referenced by blender::deg::DepsgraphRelationBuilder::build_driver_data(), blender::deg::DepsgraphRelationBuilder::get_node(), identifier(), RNAPathKey(), RNAPathKey(), and RNAPathKey().
| PointerRNA blender::deg::RNAPathKey::ptr |
| RNAPointerSource blender::deg::RNAPathKey::source |
Definition at line 177 of file deg_builder_key.h.
Referenced by blender::deg::DepsgraphRelationBuilder::get_node(), RNAPathKey(), RNAPathKey(), and RNAPathKey().