source: tags/svn.1.5.4/EDIT4/ed4_visualizeSAI.hxx

Last change on this file was 7811, checked in by westram, 13 years ago

merge from dev [7748] [7749] [7750]

  • comments (C→C++ style)
  • fixed umlauts in TREEGEN
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1// =======================================================================================
2/*                                                                                       */
3//    File       : ed4_visualizeSAI.hxx
4//    Purpose    : Visualize the Sequence Associated Information (SAI) in the Editor
5//    Author     : Yadhu Kumar (yadhu@mikro.biologie.tu-muenchen.de)
6//    web site   : http://www.arb-home.de/
7/*                                                                                       */
8//        Copyright Department of Microbiology (Technical University Munich)
9/*                                                                                       */
10// =======================================================================================
11
12#ifndef ED4_VISUALIZESAI_HXX
13#define ED4_VISUALIZESAI_HXX
14
15#ifndef AW_BASE_HXX
16#include <aw_base.hxx>
17#endif
18
19
20void ED4_createVisualizeSAI_Awars(AW_root *aw_root, AW_default aw_def); // create awars
21AW_window  *ED4_createVisualizeSAI_window(AW_root *aw_root);
22
23void ED4_create_SAI_selection_button(AW_window *aww, const char *cawar_name);
24
25const char *ED4_getSaiColorString(AW_root *awr, int start, int end);
26
27#else
28#error ed4_visualizeSAI.hxx included twice
29#endif // ED4_VISUALIZESAI_HXX
Note: See TracBrowser for help on using the repository browser.