]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/contrib/glcanvas/mac/glcanvas.py
1 # This file was created automatically by SWIG.
2 # Don't modify this file, modify the SWIG interface instead.
5 `GLCanvas` provides an OpenGL Context on a `wx.Window`.
10 def _swig_setattr_nondynamic(self
,class_type
,name
,value
,static
=1):
12 if isinstance(value
, class_type
):
13 self
.__dict
__[name
] = value
.this
14 if hasattr(value
,"thisown"): self
.__dict
__["thisown"] = value
.thisown
17 method
= class_type
.__swig
_setmethods
__.get(name
,None)
18 if method
: return method(self
,value
)
19 if (not static
) or hasattr(self
,name
) or (name
== "thisown"):
20 self
.__dict
__[name
] = value
22 raise AttributeError("You cannot add attributes to %s" % self
)
24 def _swig_setattr(self
,class_type
,name
,value
):
25 return _swig_setattr_nondynamic(self
,class_type
,name
,value
,0)
27 def _swig_getattr(self
,class_type
,name
):
28 method
= class_type
.__swig
_getmethods
__.get(name
,None)
29 if method
: return method(self
)
30 raise AttributeError,name
34 _object
= types
.ObjectType
36 except AttributeError:
42 def _swig_setattr_nondynamic_method(set):
43 def set_attr(self
,name
,value
):
44 if hasattr(self
,name
) or (name
in ("this", "thisown")):
47 raise AttributeError("You cannot add attributes to %s" % self
)
53 __docfilter__
= wx
.__DocFilter
(globals())
54 class GLContext(_core
.Object
):
55 """Proxy of C++ GLContext class"""
57 return "<%s.%s; proxy of C++ wxGLContext instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
58 def __init__(self
, *args
, **kwargs
):
60 __init__(self, bool isRGB, GLCanvas win, wxPalette palette=wxNullPalette,
61 GLContext other=None) -> GLContext
63 newobj
= _glcanvas
.new_GLContext(*args
, **kwargs
)
64 self
.this
= newobj
.this
67 def __del__(self
, destroy
=_glcanvas
.delete_GLContext
):
70 if self
.thisown
: destroy(self
)
73 def SetCurrent(*args
, **kwargs
):
74 """SetCurrent(self)"""
75 return _glcanvas
.GLContext_SetCurrent(*args
, **kwargs
)
77 def SetColour(*args
, **kwargs
):
78 """SetColour(self, String colour)"""
79 return _glcanvas
.GLContext_SetColour(*args
, **kwargs
)
81 def SwapBuffers(*args
, **kwargs
):
82 """SwapBuffers(self)"""
83 return _glcanvas
.GLContext_SwapBuffers(*args
, **kwargs
)
85 def GetWindow(*args
, **kwargs
):
86 """GetWindow(self) -> Window"""
87 return _glcanvas
.GLContext_GetWindow(*args
, **kwargs
)
90 class GLContextPtr(GLContext
):
91 def __init__(self
, this
):
93 if not hasattr(self
,"thisown"): self
.thisown
= 0
94 self
.__class
__ = GLContext
95 _glcanvas
.GLContext_swigregister(GLContextPtr
)
97 GLCanvasNameStr
= cvar
.GLCanvasNameStr
99 WX_GL_RGBA
= _glcanvas
.WX_GL_RGBA
100 WX_GL_BUFFER_SIZE
= _glcanvas
.WX_GL_BUFFER_SIZE
101 WX_GL_LEVEL
= _glcanvas
.WX_GL_LEVEL
102 WX_GL_DOUBLEBUFFER
= _glcanvas
.WX_GL_DOUBLEBUFFER
103 WX_GL_STEREO
= _glcanvas
.WX_GL_STEREO
104 WX_GL_AUX_BUFFERS
= _glcanvas
.WX_GL_AUX_BUFFERS
105 WX_GL_MIN_RED
= _glcanvas
.WX_GL_MIN_RED
106 WX_GL_MIN_GREEN
= _glcanvas
.WX_GL_MIN_GREEN
107 WX_GL_MIN_BLUE
= _glcanvas
.WX_GL_MIN_BLUE
108 WX_GL_MIN_ALPHA
= _glcanvas
.WX_GL_MIN_ALPHA
109 WX_GL_DEPTH_SIZE
= _glcanvas
.WX_GL_DEPTH_SIZE
110 WX_GL_STENCIL_SIZE
= _glcanvas
.WX_GL_STENCIL_SIZE
111 WX_GL_MIN_ACCUM_RED
= _glcanvas
.WX_GL_MIN_ACCUM_RED
112 WX_GL_MIN_ACCUM_GREEN
= _glcanvas
.WX_GL_MIN_ACCUM_GREEN
113 WX_GL_MIN_ACCUM_BLUE
= _glcanvas
.WX_GL_MIN_ACCUM_BLUE
114 WX_GL_MIN_ACCUM_ALPHA
= _glcanvas
.WX_GL_MIN_ACCUM_ALPHA
115 class GLCanvas(_core
.Window
):
116 """Proxy of C++ GLCanvas class"""
118 return "<%s.%s; proxy of C++ wxGLCanvas instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
119 def __init__(self
, *args
, **kwargs
):
121 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
122 Size size=DefaultSize, long style=0, String name=GLCanvasNameStr,
123 int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas
125 newobj
= _glcanvas
.new_GLCanvas(*args
, **kwargs
)
126 self
.this
= newobj
.this
129 self
._setOORInfo
(self
)
131 def SetCurrent(*args
, **kwargs
):
132 """SetCurrent(self)"""
133 return _glcanvas
.GLCanvas_SetCurrent(*args
, **kwargs
)
135 def SetColour(*args
, **kwargs
):
136 """SetColour(self, String colour)"""
137 return _glcanvas
.GLCanvas_SetColour(*args
, **kwargs
)
139 def SwapBuffers(*args
, **kwargs
):
140 """SwapBuffers(self)"""
141 return _glcanvas
.GLCanvas_SwapBuffers(*args
, **kwargs
)
143 def GetContext(*args
, **kwargs
):
144 """GetContext(self) -> GLContext"""
145 return _glcanvas
.GLCanvas_GetContext(*args
, **kwargs
)
148 class GLCanvasPtr(GLCanvas
):
149 def __init__(self
, this
):
151 if not hasattr(self
,"thisown"): self
.thisown
= 0
152 self
.__class
__ = GLCanvas
153 _glcanvas
.GLCanvas_swigregister(GLCanvasPtr
)
155 def GLCanvasWithContext(*args
, **kwargs
):
157 GLCanvasWithContext(Window parent, GLContext shared=None, int id=-1, Point pos=DefaultPosition,
158 Size size=DefaultSize,
159 long style=0, String name=GLCanvasNameStr,
160 int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas
162 val
= _glcanvas
.new_GLCanvasWithContext(*args
, **kwargs
)