source: tags/arb_5.2/GENOM/EXP.hxx

Last change on this file was 6005, checked in by westram, 15 years ago
  • added checks performed with all items (species, genes, experiments, …)
  • silently remove duplicated 'ARB_color' entries
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1//  ==================================================================== //
2//                                                                       //
3//    File      : EXP.hxx                                                //
4//    Purpose   :                                                        //
5//                                                                       //
6//                                                                       //
7//  Coded by Ralf Westram (coder@reallysoft.de) in September 2001        //
8//  Copyright Department of Microbiology (Technical University Munich)   //
9//                                                                       //
10//  Visit our web site at: http://www.arb-home.de/                       //
11//                                                                       //
12//                                                                       //
13//  ==================================================================== //
14
15#ifndef EXP_HXX
16#define EXP_HXX
17
18#ifndef AW_ROOT_HXX
19#include <aw_root.hxx>
20#endif
21
22class AW_window_menu_modes;
23
24// --------------------------------------------------------------------------------
25// awars:
26
27#define AWAR_EXPERIMENT_NAME "tmp/exp/name"
28#define AWAR_PROTEOM_NAME    "tmp/exp/proteom_name"
29#define AWAR_PROTEIN_NAME    "tmp/exp/protein_name"
30
31void EXP_create_awars(AW_root *aw_root, AW_default aw_def);
32GBDATA *EXP_get_current_experiment(GBDATA *gb_main, AW_root *aw_root); // get AWAR_EXPERIMENT_NAME experiment
33
34// --------------------------------------------------------------------------------
35// submenu:
36void EXP_create_experiments_submenu(AW_window_menu_modes *awm, bool submenu);
37
38// --------------------------------------------------------------------------------
39// windows:
40AW_window *EXP_create_experiment_query_window(AW_root *aw_root);
41
42struct ad_item_selector;
43ad_item_selector *EXP_get_selector(); // return EXP_item_selector
44
45#else
46#error EXP.hxx included twice
47#endif // EXP_HXX
48
Note: See TracBrowser for help on using the repository browser.