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>.MockClassThe
WXGLScene3DCanvasis aScene3DCanvas, awx.glcanvas.GLCanvasand aWXGLCanvasTarget. If you want to use aScene3DCanvasin yourwxapplication, 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
WXGLScene3DCanvasis no longer needed. Clears some event listeners and calls the base classdestroymethod.
-
__module__= 'fsleyes.gl.wxglscene3dcanvas'¶
-