ARB
RNA3D_Interface.hxx
Go to the documentation of this file.
1 // ================================================================ //
2 // //
3 // File : RNA3D_Interface.hxx //
4 // Purpose : //
5 // //
6 // Institute of Microbiology (Technical University Munich) //
7 // http://www.arb-home.de/ //
8 // //
9 // ================================================================ //
10 
11 #ifndef RNA3D_INTERFACE_HXX
12 #define RNA3D_INTERFACE_HXX
13 
14 #define WINDOW_WIDTH 950
15 #define WINDOW_HEIGHT 650
16 
17 #define ZOOM_FACTOR 0.0005f // scaling factor in z-axis (ZOOM)
18 
19 enum {
25 };
26 
27 void KeyBoardEventHandler(Widget w, XtPointer client_data, XEvent *event, char* x);
29 
30 class AW_root;
31 class AW_window;
32 class GBDATA;
33 struct ED4_plugin_host;
34 
36 
37 #else
38 #error RNA3D_Interface.hxx included twice
39 #endif // RNA3D_INTERFACE_HXX
void KeyBoardEventHandler(Widget w, XtPointer client_data, XEvent *event, char *x)
AW_window * CreateRNA3DMainWindow(AW_root *awr, GBDATA *gb_main, ED4_plugin_host &host)
void RefreshOpenGLDisplay()
GBDATA * gb_main
Definition: adname.cxx:32
struct _WidgetRec * Widget
Definition: aw_base.hxx:48