From: David Sarrut Date: Mon, 16 Jul 2012 14:27:46 +0000 (+0200) Subject: Add EmitKeyPressed X-Git-Tag: v1.4.0~318 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=71c194b960c47503929844df30af58bfe087b9ab;p=clitk.git Add EmitKeyPressed --- diff --git a/vv/vvSlicerManager.cxx b/vv/vvSlicerManager.cxx index 8bcc290..422220c 100644 --- a/vv/vvSlicerManager.cxx +++ b/vv/vvSlicerManager.cxx @@ -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) {