GuiPrintNomencl.{cpp,h}:
[lyx.git] / src / frontends / qt4 / GuiKeySymbol.h
blobd113f50ff2284f1069c64191316f002f1b2ea805
1 // -*- C++ -*-
2 /**
3 * \file GuiKeySymbol.h
4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
7 * \author Asger and Jürgen
8 * \author John Levon
10 * Full author contact details are available in file CREDITS.
13 #ifndef GUIKEYSYM_H
14 #define GUIKEYSYM_H
16 #include "frontends/KeySymbol.h"
18 class QKeyEvent;
20 namespace lyx {
22 /// delayed constructor
23 void setKeySymbol(KeySymbol * sym, QKeyEvent * ev);
25 /// return the LyX key state from Qt's
26 KeyModifier q_key_state(Qt::KeyboardModifiers state);
28 } // namespace lyx
30 #endif // GUIKEYSYM_H