]>
Commit | Line | Data |
---|---|---|
1 | # This file was created automatically by SWIG 1.3.29. | |
2 | # Don't modify this file, modify the SWIG interface instead. | |
3 | ||
4 | """ | |
5 | `GLCanvas` provides an OpenGL Context on a `wx.Window`. | |
6 | """ | |
7 | ||
8 | import _glcanvas | |
9 | import new | |
10 | new_instancemethod = new.instancemethod | |
11 | def _swig_setattr_nondynamic(self,class_type,name,value,static=1): | |
12 | if (name == "thisown"): return self.this.own(value) | |
13 | if (name == "this"): | |
14 | if type(value).__name__ == 'PySwigObject': | |
15 | self.__dict__[name] = value | |
16 | return | |
17 | method = class_type.__swig_setmethods__.get(name,None) | |
18 | if method: return method(self,value) | |
19 | if (not static) or hasattr(self,name): | |
20 | self.__dict__[name] = value | |
21 | else: | |
22 | raise AttributeError("You cannot add attributes to %s" % self) | |
23 | ||
24 | def _swig_setattr(self,class_type,name,value): | |
25 | return _swig_setattr_nondynamic(self,class_type,name,value,0) | |
26 | ||
27 | def _swig_getattr(self,class_type,name): | |
28 | if (name == "thisown"): return self.this.own() | |
29 | method = class_type.__swig_getmethods__.get(name,None) | |
30 | if method: return method(self) | |
31 | raise AttributeError,name | |
32 | ||
33 | def _swig_repr(self): | |
34 | try: strthis = "proxy of " + self.this.__repr__() | |
35 | except: strthis = "" | |
36 | return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,) | |
37 | ||
38 | import types | |
39 | try: | |
40 | _object = types.ObjectType | |
41 | _newclass = 1 | |
42 | except AttributeError: | |
43 | class _object : pass | |
44 | _newclass = 0 | |
45 | del types | |
46 | ||
47 | ||
48 | def _swig_setattr_nondynamic_method(set): | |
49 | def set_attr(self,name,value): | |
50 | if (name == "thisown"): return self.this.own(value) | |
51 | if hasattr(self,name) or (name == "this"): | |
52 | set(self,name,value) | |
53 | else: | |
54 | raise AttributeError("You cannot add attributes to %s" % self) | |
55 | return set_attr | |
56 | ||
57 | ||
58 | import _core | |
59 | wx = _core | |
60 | __docfilter__ = wx.__DocFilter(globals()) | |
61 | class GLContext(_core.Object): | |
62 | """Proxy of C++ GLContext class""" | |
63 | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
64 | __repr__ = _swig_repr | |
65 | def __init__(self, *args, **kwargs): | |
66 | """ | |
67 | __init__(self, bool isRGB, GLCanvas win, wxPalette palette=wxNullPalette, | |
68 | GLContext other=None) -> GLContext | |
69 | """ | |
70 | _glcanvas.GLContext_swiginit(self,_glcanvas.new_GLContext(*args, **kwargs)) | |
71 | __swig_destroy__ = _glcanvas.delete_GLContext | |
72 | __del__ = lambda self : None; | |
73 | def SetCurrent(*args, **kwargs): | |
74 | """SetCurrent(self)""" | |
75 | return _glcanvas.GLContext_SetCurrent(*args, **kwargs) | |
76 | ||
77 | def SetColour(*args, **kwargs): | |
78 | """SetColour(self, String colour)""" | |
79 | return _glcanvas.GLContext_SetColour(*args, **kwargs) | |
80 | ||
81 | def SwapBuffers(*args, **kwargs): | |
82 | """SwapBuffers(self)""" | |
83 | return _glcanvas.GLContext_SwapBuffers(*args, **kwargs) | |
84 | ||
85 | def GetWindow(*args, **kwargs): | |
86 | """GetWindow(self) -> Window""" | |
87 | return _glcanvas.GLContext_GetWindow(*args, **kwargs) | |
88 | ||
89 | GLContext_swigregister = _glcanvas.GLContext_swigregister | |
90 | GLContext_swigregister(GLContext) | |
91 | cvar = _glcanvas.cvar | |
92 | GLCanvasNameStr = cvar.GLCanvasNameStr | |
93 | ||
94 | WX_GL_RGBA = _glcanvas.WX_GL_RGBA | |
95 | WX_GL_BUFFER_SIZE = _glcanvas.WX_GL_BUFFER_SIZE | |
96 | WX_GL_LEVEL = _glcanvas.WX_GL_LEVEL | |
97 | WX_GL_DOUBLEBUFFER = _glcanvas.WX_GL_DOUBLEBUFFER | |
98 | WX_GL_STEREO = _glcanvas.WX_GL_STEREO | |
99 | WX_GL_AUX_BUFFERS = _glcanvas.WX_GL_AUX_BUFFERS | |
100 | WX_GL_MIN_RED = _glcanvas.WX_GL_MIN_RED | |
101 | WX_GL_MIN_GREEN = _glcanvas.WX_GL_MIN_GREEN | |
102 | WX_GL_MIN_BLUE = _glcanvas.WX_GL_MIN_BLUE | |
103 | WX_GL_MIN_ALPHA = _glcanvas.WX_GL_MIN_ALPHA | |
104 | WX_GL_DEPTH_SIZE = _glcanvas.WX_GL_DEPTH_SIZE | |
105 | WX_GL_STENCIL_SIZE = _glcanvas.WX_GL_STENCIL_SIZE | |
106 | WX_GL_MIN_ACCUM_RED = _glcanvas.WX_GL_MIN_ACCUM_RED | |
107 | WX_GL_MIN_ACCUM_GREEN = _glcanvas.WX_GL_MIN_ACCUM_GREEN | |
108 | WX_GL_MIN_ACCUM_BLUE = _glcanvas.WX_GL_MIN_ACCUM_BLUE | |
109 | WX_GL_MIN_ACCUM_ALPHA = _glcanvas.WX_GL_MIN_ACCUM_ALPHA | |
110 | class GLCanvas(_core.Window): | |
111 | """Proxy of C++ GLCanvas class""" | |
112 | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
113 | __repr__ = _swig_repr | |
114 | def __init__(self, *args, **kwargs): | |
115 | """ | |
116 | __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, | |
117 | Size size=DefaultSize, long style=0, String name=GLCanvasNameStr, | |
118 | int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas | |
119 | """ | |
120 | _glcanvas.GLCanvas_swiginit(self,_glcanvas.new_GLCanvas(*args, **kwargs)) | |
121 | self._setOORInfo(self) | |
122 | ||
123 | def SetCurrent(*args, **kwargs): | |
124 | """SetCurrent(self)""" | |
125 | return _glcanvas.GLCanvas_SetCurrent(*args, **kwargs) | |
126 | ||
127 | def SetColour(*args, **kwargs): | |
128 | """SetColour(self, String colour)""" | |
129 | return _glcanvas.GLCanvas_SetColour(*args, **kwargs) | |
130 | ||
131 | def SwapBuffers(*args, **kwargs): | |
132 | """SwapBuffers(self)""" | |
133 | return _glcanvas.GLCanvas_SwapBuffers(*args, **kwargs) | |
134 | ||
135 | def GetContext(*args, **kwargs): | |
136 | """GetContext(self) -> GLContext""" | |
137 | return _glcanvas.GLCanvas_GetContext(*args, **kwargs) | |
138 | ||
139 | def SetupPixelFormat(*args, **kwargs): | |
140 | """SetupPixelFormat(self, int attribList=None)""" | |
141 | return _glcanvas.GLCanvas_SetupPixelFormat(*args, **kwargs) | |
142 | ||
143 | def SetupPalette(*args, **kwargs): | |
144 | """SetupPalette(self, wxPalette palette)""" | |
145 | return _glcanvas.GLCanvas_SetupPalette(*args, **kwargs) | |
146 | ||
147 | def CreateDefaultPalette(*args, **kwargs): | |
148 | """CreateDefaultPalette(self) -> wxPalette""" | |
149 | return _glcanvas.GLCanvas_CreateDefaultPalette(*args, **kwargs) | |
150 | ||
151 | def GetPalette(*args, **kwargs): | |
152 | """GetPalette(self) -> wxPalette""" | |
153 | return _glcanvas.GLCanvas_GetPalette(*args, **kwargs) | |
154 | ||
155 | GLCanvas_swigregister = _glcanvas.GLCanvas_swigregister | |
156 | GLCanvas_swigregister(GLCanvas) | |
157 | ||
158 | def GLCanvasWithContext(*args, **kwargs): | |
159 | """ | |
160 | GLCanvasWithContext(Window parent, GLContext shared=None, int id=-1, Point pos=DefaultPosition, | |
161 | Size size=DefaultSize, | |
162 | long style=0, String name=GLCanvasNameStr, | |
163 | int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas | |
164 | """ | |
165 | val = _glcanvas.new_GLCanvasWithContext(*args, **kwargs) | |
166 | val._setOORInfo(val) | |
167 | return val | |
168 | ||
169 | ||
170 |