32 m_impl = std::make_unique<NL_3D_VIEWER_PLUGIN_IMPL>( aViewport,
"KiCAD 3D" );
static const ADVANCED_CFG & GetCfg()
Get the singleton instance's config, which is shared by all consumers.
Implement a canvas based on a wxGLCanvas.
NL_3D_VIEWER_PLUGIN(EDA_3D_CANVAS *aViewport)
Initializes a new instance of the NL_3D_VIEWER_PLUGIN.
void SetFocus(bool aFocus=true)
Set the connection to the 3Dconnexion driver to the focus state so that 3DMouse data is routed here.
std::unique_ptr< NL_3D_VIEWER_PLUGIN_IMPL > m_impl
virtual ~NL_3D_VIEWER_PLUGIN()
Declaration of the NL_3D_VIEWER_PLUGIN class.
Declaration of the NL_3D_VIEWER_PLUGIN_IMPL class.