26#ifndef NL_GERBVIEW_PLUGIN_H_ 
   27#define NL_GERBVIEW_PLUGIN_H_ 
   66    std::unique_ptr<NL_GERBVIEW_PLUGIN_IMPL> 
m_impl;
 
 
The class that implements the accessors and mutators required for 3D navigation in an PCB_DRAW_PANEL_...
 
void SetCanvas(EDA_DRAW_PANEL_GAL *aViewport)
Sets the viewport controlled by the SpaceMouse.
 
virtual ~NL_GERBVIEW_PLUGIN()
 
void SetFocus(bool aFocus)
Set the connection to the 3Dconnexion driver to the focus state so that 3DMouse data is routed to thi...
 
std::unique_ptr< NL_GERBVIEW_PLUGIN_IMPL > m_impl
 
NL_GERBVIEW_PLUGIN()
Initializes a new instance of the NL_GERBVIEW_PLUGIN.