ARB
Enumerations | Functions
GEN_graphic.cxx File Reference
#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>
Include dependency graph for GEN_graphic.cxx:

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)
 

Enumeration Type Documentation

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.

Function Documentation

bool getDrawGcs ( GEN_iterator gene,
PaintWhat  what,
const string curr_gene_name,
int draw_gc,
int text_gc 
)
inline