Blender V5.0
blender::ui::bonecollections::ArmatureBoneCollection Struct Reference

Public Member Functions

 ArmatureBoneCollection ()=default
 ArmatureBoneCollection (bArmature *armature, int bcoll_index)
const BoneCollectionbcoll () const
BoneCollectionbcoll ()

Public Attributes

bArmaturearmature
int bcoll_index

Detailed Description

Bone collection and the Armature that owns it.

Definition at line 55 of file interface_template_bone_collection_tree.cc.

Constructor & Destructor Documentation

◆ ArmatureBoneCollection() [1/2]

blender::ui::bonecollections::ArmatureBoneCollection::ArmatureBoneCollection ( )
default

◆ ArmatureBoneCollection() [2/2]

blender::ui::bonecollections::ArmatureBoneCollection::ArmatureBoneCollection ( bArmature * armature,
int bcoll_index )
inline

Definition at line 60 of file interface_template_bone_collection_tree.cc.

References armature, and bcoll_index.

Member Function Documentation

◆ bcoll() [1/2]

BoneCollection & blender::ui::bonecollections::ArmatureBoneCollection::bcoll ( )
inline

Definition at line 69 of file interface_template_bone_collection_tree.cc.

References armature, and bcoll_index.

◆ bcoll() [2/2]

const BoneCollection & blender::ui::bonecollections::ArmatureBoneCollection::bcoll ( ) const
inline

Member Data Documentation

◆ armature

bArmature* blender::ui::bonecollections::ArmatureBoneCollection::armature

◆ bcoll_index


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