ARB
|
Public Member Functions | |
AP_DefaultTreeShader () | |
void | init () OVERRIDE |
void | update_settings () OVERRIDE |
ShadedValue | calc_shaded_leaf_GC (GBDATA *) const OVERRIDE |
ShadedValue | calc_shaded_inner_GC (const ShadedValue &, float, const ShadedValue &) const OVERRIDE |
int | to_GC (const ShadedValue &) const OVERRIDE |
![]() | |
AP_TreeShader () | |
virtual | ~AP_TreeShader () |
bool | does_shade () const |
int | calc_leaf_GC (GBDATA *gb_node, bool is_marked) const |
int | calc_inner_GC (int left_gc, int right_gc) const |
Additional Inherited Members | |
![]() | |
bool | colorize_marked |
bool | colorize_groups |
bool | shade_species |
Definition at line 683 of file AP_Tree.cxx.
|
inline |
Definition at line 688 of file AP_Tree.cxx.
|
inlinevirtual |
Implements AP_TreeShader.
Definition at line 689 of file AP_Tree.cxx.
|
inlinevirtual |
Implements AP_TreeShader.
Definition at line 690 of file AP_Tree.cxx.
References AW_color_groups_active(), AP_TreeShader::colorize_groups, AP_TreeShader::colorize_marked, and AP_TreeShader::shade_species.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements AP_TreeShader.
Definition at line 698 of file AP_Tree.cxx.