fsleyes.gl.wxglscene3dcanvas
¶
This module provides the WXGLScene3DCanvas
class, which is a
Scene3DCanvas
for use in a wx
application.
-
class
fsleyes.gl.wxglscene3dcanvas.
WXGLScene3DCanvas
(parent, overlayList, displayCtx)[source]¶ Bases:
fsleyes.gl.scene3dcanvas.Scene3DCanvas
,fsleyes.gl.WXGLCanvasTarget
,__main__.docbuilder.run.<locals>.MockClass
The
WXGLScene3DCanvas
is aScene3DCanvas
, awx.glcanvas.GLCanvas
and aWXGLCanvasTarget
. If you want to use aScene3DCanvas
in yourwx
application, then you should use aWXGLScene3DCanvas
.-
__metaclass__
= <MagicMock name='mock.siplib.wrappertype' id='4119440688'>¶
-
__init__
(parent, overlayList, displayCtx)[source]¶ Create a
WXGLScene3DCanvas
. SeeScene3DCanvas.__init__()
for details on the arguments.
-
destroy
()[source]¶ Must be called when this
WXGLScene3DCanvas
is no longer needed. Clears some event listeners and calls the base classdestroy
method.
-
__module__
= 'fsleyes.gl.wxglscene3dcanvas'¶
-