ARB
|
Public Member Functions | |
gc_desc (int gc_, gc_type type_) | |
bool | is_color_group () const |
bool | belongs_to_range () const |
int | get_range_index () const |
int | get_color_index () const |
const char * | parse_decl (const char *decl, const char *id_prefix) |
Public Attributes | |
int | gc |
string | colorlabel |
string | key |
bool | has_font |
bool | fixed_width_font |
bool | same_line |
gc_type | type |
Definition at line 162 of file AW_preset.cxx.
Definition at line 177 of file AW_preset.cxx.
|
inline |
Definition at line 185 of file AW_preset.cxx.
References GC_TYPE_GROUP.
Referenced by AW_gc_manager::add_gc(), and AW_gc_manager::create_gc_buttons().
|
inline |
Definition at line 186 of file AW_preset.cxx.
References GC_TYPE_RANGE.
Referenced by AW_gc_manager::add_gc(), AW_gc_manager::create_gc_buttons(), get_color_index(), get_range_index(), AW_gc_manager::update_gc_color(), and AW_gc_manager::update_gc_font().
|
inline |
Definition at line 188 of file AW_preset.cxx.
References aw_assert, belongs_to_range(), and RANGE_INDEX_MASK.
Referenced by AW_gc_manager::create_gc_buttons().
|
inline |
Definition at line 189 of file AW_preset.cxx.
References aw_assert, belongs_to_range(), and RANGE_INDEX_BITS.
Referenced by AW_gc_manager::create_gc_buttons().
Definition at line 207 of file AW_preset.cxx.
References default_color(), name2ID(), NULp, offset, and string().
Referenced by AW_gc_manager::add_gc().
int gc_desc::gc |
Definition at line 167 of file AW_preset.cxx.
Referenced by AW_gc_manager::update_gc_color(), and AW_gc_manager::update_gc_font().
string gc_desc::colorlabel |
Definition at line 170 of file AW_preset.cxx.
Referenced by aw_create_font_chooser_window(), AW_create_gc_window_named(), and AW_gc_manager::create_gc_buttons().
string gc_desc::key |
Definition at line 171 of file AW_preset.cxx.
Referenced by AW_gc_manager::add_gc(), aw_create_font_chooser_window(), AW_create_gc_window_named(), create_font_button(), AW_gc_manager::create_gc_buttons(), AW_gc_manager::init_all_fonts(), AW_gc_manager::update_gc_color(), and AW_gc_manager::update_gc_font().
bool gc_desc::has_font |
Definition at line 172 of file AW_preset.cxx.
Referenced by AW_gc_manager::add_gc(), AW_gc_manager::create_gc_buttons(), AW_gc_manager::init_all_fonts(), and AW_gc_manager::update_gc_font().
bool gc_desc::fixed_width_font |
Definition at line 173 of file AW_preset.cxx.
Referenced by AW_gc_manager::add_gc(), aw_create_font_chooser_window(), and AW_create_gc_window_named().
bool gc_desc::same_line |
Definition at line 174 of file AW_preset.cxx.
Referenced by AW_gc_manager::create_gc_buttons().
gc_type gc_desc::type |
Definition at line 175 of file AW_preset.cxx.