]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/GuiKeySymbol.h
Amend 4cd568d31266
[lyx.git] / src / frontends / qt / GuiKeySymbol.h
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.
6  *
7  * \author Asger and Jürgen
8  * \author John Levon
9  *
10  * Full author contact details are available in file CREDITS.
11  */
12
13 #ifndef GUIKEYSYM_H
14 #define GUIKEYSYM_H
15
16 #include "KeySymbol.h"
17 #include <QKeyEvent>
18
19 namespace lyx {
20
21 /// delayed constructor
22 void setKeySymbol(KeySymbol * sym, QKeyEvent const * ev);
23
24 /// return the LyX key state from Qt's
25 KeyModifier q_key_state(Qt::KeyboardModifiers state);
26
27 } // namespace lyx
28
29 #endif // GUIKEYSYM_H