|
Blender V4.3
|
#include <ANIM_bonecolor.hh>
Inherits BoneColor.
Public Member Functions | |
| BoneColor () | |
| BoneColor (const BoneColor &other) | |
| ~BoneColor () | |
| const ThemeWireColor * | effective_color () const |
| bool | operator== (const BoneColor &other) const |
| bool | operator!= (const BoneColor &other) const |
| uint64_t | hash () const |
Additional Inherited Members | |
Public Attributes inherited from BoneColor | |
| int8_t | palette_index |
| uint8_t | _pad0 [7] |
| ThemeWireColor | custom |
C++ wrapper for the DNA BoneColor struct.
Definition at line 25 of file ANIM_bonecolor.hh.
| BoneColor::BoneColor | ( | ) |
Definition at line 19 of file bonecolor.cc.
References BoneColor::palette_index.
| BoneColor::BoneColor | ( | const BoneColor & | other | ) |
Definition at line 23 of file bonecolor.cc.
References BoneColor::palette_index.
| BoneColor::~BoneColor | ( | ) |
Definition at line 28 of file bonecolor.cc.
| const ThemeWireColor * BoneColor::effective_color | ( | ) | const |
Definition at line 30 of file bonecolor.cc.
References BoneColor::custom, BoneColor::palette_index, bTheme::tarm, and UI_GetTheme().
Referenced by action_group_colors_set(), and set_ctx_bcolor().
| uint64_t BoneColor::hash | ( | ) | const |
Definition at line 70 of file bonecolor.cc.
References blender::get_default_hash(), and BoneColor::palette_index.
| bool BoneColor::operator!= | ( | const BoneColor & | other | ) | const |
Definition at line 65 of file bonecolor.cc.
| bool BoneColor::operator== | ( | const BoneColor & | other | ) | const |
Definition at line 44 of file bonecolor.cc.
References ThemeWireColor::flag, and BoneColor::palette_index.