ARB
|
Go to the source code of this file.
Macros | |
#define | AW_COLOR_GROUP_PREFIX "ColorGroup" |
#define | AW_COLOR_GROUP_NAME_LEN 50 |
#define | AW_COLOR_GROUPS GB_COLOR_GROUPS |
#define | AW_RANGE_COLORS 4096 |
#define | AW_PLANAR_COLORS 64 |
#define | AW_SPATIAL_COLORS 16 |
Functions | |
void | AW_init_color_group_defaults (const char *for_program) |
bool | AW_color_groups_active () |
const char * | AW_get_color_groups_active_awarname () |
char * | AW_get_color_group_name (AW_root *awr, int color_group) |
#define AW_COLOR_GROUP_PREFIX "ColorGroup" |
Definition at line 53 of file aw_color_groups.hxx.
Referenced by ColorGroupDef::defaultColorgroupName().
#define AW_COLOR_GROUP_NAME_LEN 50 |
Definition at line 54 of file aw_color_groups.hxx.
Referenced by color_group_name_changed_cb(), and insert_color_collapse_submenu().
#define AW_COLOR_GROUPS GB_COLOR_GROUPS |
Definition at line 55 of file aw_color_groups.hxx.
Referenced by AW_gc_manager::add_color_groups(), AW_init_color_group_defaults(), AP_TreeShader::calc_leaf_GC(), color_group_name_changed_cb(), create_colorize_window(), insert_color_collapse_submenu(), and valid_color_group().
#define AW_RANGE_COLORS 4096 |
Definition at line 67 of file aw_color_groups.hxx.
Referenced by CHECKED_RANGE_OFFSET(), AW_gc_manager::first_range_gc(), and gc_range::update_colors().
#define AW_PLANAR_COLORS 64 |
Definition at line 74 of file aw_color_groups.hxx.
Referenced by AW_displayColorRange(), FINAL_TYPE< SEQTYPE >::range_offset(), AWT_graphic_tree::show(), and gc_range::update_colors().
#define AW_SPATIAL_COLORS 16 |
Definition at line 75 of file aw_color_groups.hxx.
Referenced by FINAL_TYPE< SEQTYPE >::range_offset(), and gc_range::update_colors().
void AW_init_color_group_defaults | ( | const char * | for_program | ) |
Definition at line 1113 of file AW_preset.cxx.
References aw_assert, AW_COLOR_GROUPS, BUFSIZE, GBS_strstruct::cat(), default_colorgroup_name(), GBT_splitNdestroy_string(), GBS_strstruct::get_position(), NULp, GBS_strstruct::put(), GBS_strstruct::release(), and SEP.
Referenced by ED4_root::generate_window(), and popup_new_main_window().
bool AW_color_groups_active | ( | ) |
returns true if color groups are active
Definition at line 1163 of file AW_preset.cxx.
References aw_assert, AW_gc_manager::color_groups_initialized(), and AW_gc_manager::use_color_groups.
Referenced by getDrawGcs(), ItemShader::overlay_color_groups(), and AP_DefaultTreeShader::update_settings().
const char* AW_get_color_groups_active_awarname | ( | ) |
Definition at line 1168 of file AW_preset.cxx.
References aw_assert, AWAR_COLOR_GROUPS_USE, and AW_gc_manager::color_groups_initialized().
Referenced by global_colorgroup_use_changed_cb().
Definition at line 1173 of file AW_preset.cxx.
References aw_assert, AW_root::awar(), AW_gc_manager::color_groups_initialized(), colorgroupname_awarname(), AW_awar::read_string(), and valid_color_group().
Referenced by create_colorize_window(), and insert_color_collapse_submenu().