source: tags/cvs_2_svn/NTREE/ntree.hxx

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 851 bytes
Line 
1#ifndef ntree_hxx_included
2#define ntree_hxx_included
3
4
5#define NT_AW_TRUE 1
6#define NT_AW_FALSE 0
7class AWT_graphic_tree;
8
9struct NT_global {
10    AW_root           *awr;
11    AWT_graphic_tree  *tree;
12    AW_Window_Creator  window_creator;
13    AW_BOOL            extern_quit_button;
14};
15
16extern NT_global  nt;
17extern GBDATA    *GLOBAL_gb_main;
18
19
20class NT_install_window_creator{
21    int dummy;
22public:
23    NT_install_window_creator( AW_Window_Creator wc ) {
24        nt.window_creator = wc;
25    };
26};
27
28void nt_main_startup_main_window(AW_root *aw_root);
29
30#define AWAR_EXPORT_NDS                "tmp/export_nds"
31#define AWAR_NT_REMOTE_BASE            "tmp/remote/ARB_NT"
32#define AWAR_IMPORT_PROBE_GROUP_RESULT "tmp/pg_result"
33#define AWAR_MARKED_SPECIES_COUNTER    "tmp/disp_marked_species"
34#define AWAR_NTREE_TITLE_MODE          "tmp/title_mode"
35
36#endif
Note: See TracBrowser for help on using the repository browser.