25 #ifndef WKEYBOARDHANDLER_H 
   26 #define WKEYBOARDHANDLER_H 
   32 #include <osg/Viewport> 
   33 #include <osgGA/GUIEventHandler> 
   34 #include <osgViewer/Viewer> 
   36 #include "WMPointConnector.h" 
   62     bool handle( 
const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa );
 
The keyboard handler for the keyboard events of WMPointConnector.
 
bool m_isCtrl
Whether ctrl is pressed or not.
 
WMPointConnector * m_connector
The WMPointConnector this handler belongs to.
 
WKeyboardHandler(WMPointConnector *connector)
Constructs one WKeyboardHandler.
 
bool handle(const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &aa)
The callback for the event listener.
 
bool m_isShift
Whether shift is pressed or not.
 
This module connects the points in a point dataset.