]> Creatis software - clitk.git/commitdiff
Add EmitKeyPressed
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 16 Jul 2012 14:27:46 +0000 (16:27 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 16 Jul 2012 14:27:46 +0000 (16:27 +0200)
vv/vvSlicerManager.cxx

index 8bcc290ae2b8339c04610de6a3e1a38a5a6acce5..422220c63db9b9e8e1c8debeaba9b3223fc07306 100644 (file)
@@ -427,6 +427,14 @@ void vvSlicerManager::EmitMousePositionUpdated(int slicer)
 //----------------------------------------------------------------------------
 
 
+//----------------------------------------------------------------------------
+void vvSlicerManager::EmitKeyPressed(std::string KeyPress)
+{
+  emit KeyPressedSignal(KeyPress);
+}
+//----------------------------------------------------------------------------
+
+
 //----------------------------------------------------------------------------
 void vvSlicerManager::SetSliceOrientation(int slicer, int orientation)
 {