ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
OpenGLAreaP.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file OpenGLAreaP.h
1
#ifndef tools_Xt_OpenGLAreaP_h
2
#define tools_Xt_OpenGLAreaP_h
3
4
#include "
OpenGLArea.h
"
5
6
#include <X11/IntrinsicP.h>
7
#include <X11/CoreP.h>
8
#include <X11/CompositeP.h>
9
10
#include <GL/glx.h>
11
12
typedef
struct
13
{
14
void
*
extension
;
15
}
OpenGLAreaClassPart
;
16
17
typedef
struct
_OpenGLAreaClassRec
18
{
19
CoreClassPart
core_class
;
20
CompositeClassPart
composite_class
;
21
OpenGLAreaClassPart
openGLArea_class
;
22
}
OpenGLAreaClassRec
;
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
extern
OpenGLAreaClassRec
openGLAreaClassRec
;
28
#ifdef __cplusplus
29
}
30
#endif
31
32
typedef
struct
33
{
34
/*Resources :*/
35
Boolean
doubleBufferOn
;
36
XtCallbackList
paintCallback
;
37
XtCallbackList
eventCallback
;
38
39
Visual*
visual
;
40
Boolean
installColormap
;
41
GLXContext
glContext
;
42
}
OpenGLAreaPart
;
43
44
typedef
struct
_OpenGLAreaRec
45
{
46
CorePart
core
;
47
CompositePart
composite
;
48
OpenGLAreaPart
openGLArea
;
49
}
OpenGLAreaRec
;
50
51
#endif
52
/*
53
exlib_build_use Xt
54
*/
geant4
tree
geant4-10.6-release
source
analysis
g4tools
include
tools
Xt
OpenGLAreaP.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:11
using
1.8.2 with
ECCE GitHub integration