Blender V4.3
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.

Member Function Documentation

◆ bcoll() [1/2]

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

◆ bcoll() [2/2]

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

Member Data Documentation

◆ armature

◆ bcoll_index


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