|
Last change
on this file was
10349,
checked in by westram, 12 years ago
|
- reintegrated branch 'dbui'
- change detachment of item-infowindows (removed several hacks)
- AW_detach_information and Awar_Callback_Info are now obsolete
- generalized a bit more of item-dependant code
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | // ==================================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : EXP_local.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_LOCAL_HXX |
|---|
| 16 | #define EXP_LOCAL_HXX |
|---|
| 17 | |
|---|
| 18 | #ifndef EXP_HXX |
|---|
| 19 | #include <EXP.hxx> |
|---|
| 20 | #endif |
|---|
| 21 | |
|---|
| 22 | #define exp_assert(bed) arb_assert(bed) |
|---|
| 23 | |
|---|
| 24 | // contains the path to the experiment: "organism_name;experiment_name" |
|---|
| 25 | // writing this awar has no effect |
|---|
| 26 | #define AWAR_COMBINED_EXPERIMENT_NAME "tmp/experiment/combined_name" |
|---|
| 27 | |
|---|
| 28 | // to create new experiments: |
|---|
| 29 | #define AWAR_EXPERIMENT_DEST "tmp/experiment/dest" |
|---|
| 30 | |
|---|
| 31 | void EXP_popup_experiment_window(AW_root *aw_root, GBDATA *gb_main); |
|---|
| 32 | |
|---|
| 33 | #else |
|---|
| 34 | #error EXP_local.hxx included twice |
|---|
| 35 | #endif // EXP_LOCAL_HXX |
|---|
| 36 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.