|
Blender V5.0
|
#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 21 of file bonecolor.cc.
References BoneColor::palette_index.
Referenced by BoneColor(), operator!=(), operator==(), and ~BoneColor().
| BoneColor::BoneColor | ( | const BoneColor & | other | ) |
Definition at line 25 of file bonecolor.cc.
References BoneColor(), BoneColor::custom, and BoneColor::palette_index.
|
default |
References BoneColor().
| const ThemeWireColor * BoneColor::effective_color | ( | ) | const |
Definition at line 32 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 72 of file bonecolor.cc.
References BoneColor::custom, blender::get_default_hash(), and BoneColor::palette_index.
| bool BoneColor::operator!= | ( | const BoneColor & | other | ) | const |
Definition at line 67 of file bonecolor.cc.
References BoneColor().
| bool BoneColor::operator== | ( | const BoneColor & | other | ) | const |
Definition at line 46 of file bonecolor.cc.
References ThemeWireColor::active, BoneColor(), BoneColor::custom, ThemeWireColor::flag, BoneColor::palette_index, ThemeWireColor::select, and ThemeWireColor::solid.