ARB
Typedefs | Enumerations | Functions
gde.hxx File Reference
#include <aw_base.hxx>
#include <arb_core.h>
Include dependency graph for gde.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char uchar
 
typedef char *(* GDE_get_sequences_cb )(GBDATA **&the_species, uchar **&the_names, uchar **&the_sequences, long &numberspecies, long &maxalignlen)
 
typedef GB_ERROR(* GDE_format_alignment_cb )(GBDATA *gb_main, const char *ali_name)
 

Enumerations

enum  gde_window_type { GDE_WINDOWTYPE_DEFAULT, GDE_WINDOWTYPE_EDIT4 }
 

Functions

GB_ERROR GDE_init (AW_root *aw_root, AW_default aw_def, GBDATA *gb_main, GDE_get_sequences_cb get_sequences, GDE_format_alignment_cb format_ali, gde_window_type window_type)
 
void GDE_load_menu (AW_window *awm, AW_active, const char *menulabel)
 

Typedef Documentation

typedef unsigned char uchar

Definition at line 21 of file gde.hxx.

typedef char*(* GDE_get_sequences_cb)(GBDATA **&the_species, uchar **&the_names, uchar **&the_sequences, long &numberspecies, long &maxalignlen)

Definition at line 27 of file gde.hxx.

typedef GB_ERROR(* GDE_format_alignment_cb)(GBDATA *gb_main, const char *ali_name)

Definition at line 33 of file gde.hxx.

Enumeration Type Documentation

Enumerator
GDE_WINDOWTYPE_DEFAULT 
GDE_WINDOWTYPE_EDIT4 

Definition at line 22 of file gde.hxx.

Function Documentation

GB_ERROR GDE_init ( AW_root aw_root,
AW_default  aw_def,
GBDATA gb_main,
GDE_get_sequences_cb  get_sequences,
GDE_format_alignment_cb  format_ali,
gde_window_type  window_type 
)

Definition at line 489 of file GDE.cxx.

void GDE_load_menu ( AW_window awm,
AW_active  ,
const char menulabel 
)

Definition at line 436 of file GDE.cxx.