Last change
on this file was
13717,
checked in by westram, 10 years ago
|
- use typed callbacks in item interfaces
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.9 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_BASE_HXX |
---|
19 | #include <aw_base.hxx> |
---|
20 | #endif |
---|
21 | #ifndef ITEMS_H |
---|
22 | #include <items.h> |
---|
23 | #endif |
---|
24 | |
---|
25 | class AW_window_menu_modes; |
---|
26 | |
---|
27 | // -------------------------------------------------------------------------------- |
---|
28 | // awars: |
---|
29 | |
---|
30 | #define AWAR_EXPERIMENT_NAME "tmp/exp/name" |
---|
31 | #define AWAR_PROTEOM_NAME "tmp/exp/proteom_name" |
---|
32 | #define AWAR_PROTEIN_NAME "tmp/exp/protein_name" |
---|
33 | |
---|
34 | void EXP_create_awars(AW_root *aw_root, AW_default aw_def, GBDATA *gb_main); |
---|
35 | |
---|
36 | // -------------------------------------------------------------------------------- |
---|
37 | // submenu: |
---|
38 | void EXP_create_experiments_submenu(AW_window_menu_modes *awm, GBDATA *gb_main, bool submenu); |
---|
39 | |
---|
40 | // -------------------------------------------------------------------------------- |
---|
41 | // windows: |
---|
42 | AW_window *EXP_create_experiment_query_window(AW_root *aw_root, GBDATA *gb_main); |
---|
43 | |
---|
44 | ItemSelector& EXP_get_selector(); // return EXP_item_selector |
---|
45 | |
---|
46 | #else |
---|
47 | #error EXP.hxx included twice |
---|
48 | #endif // EXP_HXX |
---|
49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.