|
ARB
|
#include "GEN_local.hxx"#include "GEN_gene.hxx"#include "GEN_graphic.hxx"#include <arbdbt.h>#include <aw_awar.hxx>#include <aw_preset.hxx>#include <aw_msg.hxx>#include <aw_root.hxx>#include <climits>
Go to the source code of this file.
Enumerations | |
| enum | PaintWhat { PAINT_MIN, PAINT_NORMAL = PAINT_MIN, PAINT_COLORED, PAINT_MARKED, PAINT_SELECTED, PAINT_MAX = PAINT_SELECTED, PAINT_COUNT } |
Functions | |
| bool | getDrawGcs (GEN_iterator &gene, PaintWhat what, const string &curr_gene_name, int &draw_gc, int &text_gc) |
| enum PaintWhat |
| Enumerator | |
|---|---|
| PAINT_MIN | |
| PAINT_NORMAL | |
| PAINT_COLORED | |
| PAINT_MARKED | |
| PAINT_SELECTED | |
| PAINT_MAX | |
| PAINT_COUNT | |
Definition at line 139 of file GEN_graphic.cxx.
|
inline |
Definition at line 151 of file GEN_graphic.cxx.
References AW_color_groups_active(), GB_read_flag(), GBT_get_color_group(), GEN_GC_CURSOR, GEN_GC_DEFAULT, GEN_GC_FIRST_COLOR_GROUP, GEN_GC_GENE, GEN_GC_MARKED, PAINT_COLORED, PAINT_MARKED, PAINT_NORMAL, and PAINT_SELECTED.
Referenced by GEN_root::paint().
1.8.8