ARB
GEN_nds.hxx
Go to the documentation of this file.
1 // =============================================================== //
2 // //
3 // File : GEN_nds.hxx //
4 // Purpose : //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in 2001 //
7 // Institute of Microbiology (Technical University Munich) //
8 // http://www.arb-home.de/ //
9 // //
10 // =============================================================== //
11 
12 #ifndef GEN_NDS_HXX
13 #define GEN_NDS_HXX
14 
15 #ifndef ARBDB_H
16 #include <arbdb.h>
17 #endif
18 
19 void GEN_create_nds_vars(AW_root *aw_root, AW_default awdef, GBDATA *gb_main, const DatabaseCallback& NDS_changed_callback);
22 char *GEN_make_node_text_nds(GBDATA *gbd, int mode);
23 
24 #else
25 #error GEN_nds.hxx included twice
26 #endif // GEN_NDS_HXX
AW_window * GEN_open_nds_window(AW_root *aw_root, GBDATA *gb_main)
Definition: GEN_nds.cxx:272
char * GEN_make_node_text_nds(GBDATA *gbd, int mode)
Definition: GEN_nds.cxx:78
void GEN_make_node_text_init(GBDATA *gb_main)
Definition: GEN_nds.cxx:47
GBDATA * gb_main
Definition: adname.cxx:32
void GEN_create_nds_vars(AW_root *aw_root, AW_default awdef, GBDATA *gb_main, const DatabaseCallback &NDS_changed_callback)
Definition: GEN_nds.cxx:184