ARB
ad_trees.h
Go to the documentation of this file.
1 // ============================================================ //
2 // //
3 // File : ad_trees.h //
4 // Purpose : //
5 // //
6 // Institute of Microbiology (Technical University Munich) //
7 // www.arb-home.de //
8 // //
9 // ============================================================ //
10 
11 #ifndef AD_TREES_H
12 #define AD_TREES_H
13 
14 #ifndef AW_BASE_HXX
15 #include <aw_base.hxx>
16 #endif
17 
18 #define AWAR_TREE_NAME "tmp/ad_tree/tree_name" // tree selected in admin window (-> selects tree in main window)
19 #define AWAR_GROUP "tmp/ad_tree/sel_group" // selected taxonomic group (contains pointer to group-node)
20 
21 void create_trees_var(AW_root *aw_root, AW_default aw_def);
23 
24 #else
25 #error ad_trees.h included twice
26 #endif // AD_TREES_H
void popup_tree_admin_window(AW_window *aws)
Definition: ad_trees.cxx:795
void create_trees_var(AW_root *aw_root, AW_default aw_def)
Definition: ad_trees.cxx:202