source: tags/arb_5.0/AWT/awt_nds.hxx

Last change on this file was 6028, checked in by westram, 15 years ago
  • fixed handling of newick comments (see #153 3.)
    • comments need to be well-formed (contain the same number of opening and closing brackets). Tree writer forces well-formed comments by adding brackets. Tree reader expects well-formed comments now.
    • no longer use escaping of [ and ] in comments (that is not newick format)
    • new reader error (EOF reached in comment)
  • if tree-reader has an error, delete tree and report error
  • Tree reader and writer log to comment (what was loaded or saved)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1// =========================================================== //
2//                                                             //
3//   File      : awt_nds.hxx                                   //
4//   Purpose   :                                               //
5//                                                             //
6//   Institute of Microbiology (Technical University Munich)   //
7//   http://www.arb-home.de/                                   //
8//                                                             //
9// =========================================================== //
10
11#ifndef AWT_NDS_HXX
12#define AWT_NDS_HXX
13
14#ifndef ARBDBT_H
15#include <arbdbt.h>
16#endif
17
18#define AWAR_SELECT_ACISRT     "tmp/acisrt/select"
19#define AWAR_SELECT_ACISRT_PRE "tmp/acisrt/select_pre"
20
21const char *make_node_text_nds(GBDATA *gb_main, GBDATA * gbd, int format, GBT_TREE *species, const char *tree_name);
22void        make_node_text_init(GBDATA *gb_main);
23
24# ifndef _NO_AWT_NDS_WINDOW_FUNCTIONS
25
26AW_window *AWT_create_nds_window(AW_root *aw_root,AW_CL cgb_main);
27void       create_nds_vars(AW_root *aw_root,AW_default awdef,GBDATA *gb_main);
28void       AWT_create_select_srtaci_window(AW_window *aww,AW_CL awar_acisrt,AW_CL awar_short);
29
30# endif
31
32
33
34#else
35#error awt_nds.hxx included twice
36#endif // AWT_NDS_HXX
Note: See TracBrowser for help on using the repository browser.