ARB
Main Page
Namespaces
Classes
Files
File List
File Members
PHYLO
phwin.hxx
Go to the documentation of this file.
1
// =========================================================== //
2
// //
3
// File : phwin.hxx //
4
// Purpose : //
5
// //
6
// Institute of Microbiology (Technical University Munich) //
7
// http://www.arb-home.de/ //
8
// //
9
// =========================================================== //
10
11
#ifndef PHWIN_HXX
12
#define PHWIN_HXX
13
14
#ifndef AW_WINDOW_HXX
15
#include <
aw_window.hxx
>
16
#endif
17
18
struct
PH_used_windows
{
19
PH_used_windows
();
// constructor
20
static
PH_used_windows
*
windowList
;
// List of all global needed windows and items
21
AW_window
*
phylo_main_window
;
// control window
22
23
};
24
25
void
display_status_cb
();
26
void
expose_cb
();
27
28
#else
29
#error phwin.hxx included twice
30
#endif // PHWIN_HXX
expose_cb
void expose_cb()
Definition:
PH_main.cxx:103
PH_used_windows::phylo_main_window
AW_window * phylo_main_window
Definition:
phwin.hxx:21
PH_used_windows::PH_used_windows
PH_used_windows()
Definition:
PH_main.cxx:541
PH_used_windows::windowList
static PH_used_windows * windowList
Definition:
phwin.hxx:20
PH_used_windows
Definition:
phwin.hxx:18
display_status_cb
void display_status_cb()
Definition:
PH_display.cxx:331
aw_window.hxx
AW_window
Definition:
aw_window.hxx:245
Generated by
1.8.8