source: tags/cvs_2_svn/EDIT4/ed4_visualizeSAI.hxx

Last change on this file was 4809, checked in by westram, 17 years ago
  • getSaiColorString() went to ed4_extern.hxx
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1#ifndef ed4_visualizeSAI_hxx_included
2#define ed4_visualizeSAI_hxx_included
3/*=======================================================================================*/
4/*                                                                                       */
5/*    File       : ed4_visualizeSAI.hxx                                                  */
6/*    Purpose    : To Visualise the Sequence Associated Information (SAI) in the Editor  */
7/*    Time-stamp : Tue Apr 1 2003                                                        */
8/*    Author     : Yadhu Kumar (yadhu@mikro.biologie.tu-muenchen.de)                     */
9/*    web site   : http://www.arb-home.de/                                               */
10/*                                                                                       */
11/*        Copyright Department of Microbiology (Technical University Munich)             */
12/*                                                                                       */
13/*=======================================================================================*/
14
15
16/* --------------------------------------------------------- */
17
18#define AWAR_SAI_CLR_TAB                "saicolors/"
19#define AWAR_SAI_SELECT                 AWAR_SAI_CLR_TAB "select" // current visualized SAI
20#define AWAR_SAI_CLR_DEF                AWAR_SAI_CLR_TAB "clr_trans_tab/" // container for definitions
21#define AWAR_SAI_ENABLE                 AWAR_SAI_CLR_TAB "enable" // global enable of visualization
22#define AWAR_SAI_ALL_SPECIES            AWAR_SAI_CLR_TAB "all_species" // 1 = all / 0 = marked
23#define AWAR_SAI_AUTO_SELECT            AWAR_SAI_CLR_TAB "auto_select" // 1 = auto select / 0 = manual select
24#define AWAR_SAI_CLR_TRANS_TABLE        AWAR_SAI_CLR_TAB "clr_trans_table" // current translation table
25#define AWAR_SAI_CLR_TRANS_TAB_NAMES    AWAR_SAI_CLR_TAB "clr_trans_tab_names" // ;-seperated list of existing translation tables
26#define AWAR_SAI_CLR_TRANS_TAB_REL      AWAR_SAI_CLR_TAB "sai_relation/" // container to store trans tables for each SAI
27#define AWAR_SAI_CLR_DEFAULTS_CREATED   AWAR_SAI_CLR_TAB "defaults_created" // whether defaults have been created (create only once)
28
29#define AWAR_SAI_CLR_TRANS_TAB_NEW_NAME "tmp/sai/clr_trans_tab_new_name" // textfield to enter translation table name
30#define AWAR_SAI_CLR                    "tmp/sai/color_0" // the definition of the current translation table (number runs from 0 to 9)
31#define AWAR_SAI_CLR_COUNT              10
32
33#define ED4_VIS_CREATE  1
34#define ED4_VIS_COPY    0
35
36/* --------------------------------------------------------- */
37
38void ED4_createVisualizeSAI_Awars(AW_root *aw_root, AW_default aw_def); // create awars
39AW_window  *ED4_createVisualizeSAI_window(AW_root *aw_root);
40
41#endif
Note: See TracBrowser for help on using the repository browser.