source: tags/ms_r16q3/EDIT4/ed4_visualizeSAI.hxx

Last change on this file was 14408, checked in by westram, 9 years ago
  • remove some dead mail-addresses

[Note: test commit from DAV-WC to new server]

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1// =======================================================================================
2/*                                                                                       */
3//    File       : ed4_visualizeSAI.hxx
4//    Purpose    : Visualize the Sequence Associated Information (SAI) in the Editor
5//    Author     : Yadhu Kumar
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
23const char *ED4_getSaiColorString(AW_root *awr, int start, int end);
24
25#else
26#error ed4_visualizeSAI.hxx included twice
27#endif // ED4_VISUALIZESAI_HXX
Note: See TracBrowser for help on using the repository browser.