]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/GuiKeySymbol.h
Set a maximum value to zoom level
[lyx.git] / src / frontends / qt4 / 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 class QKeyEvent;
17
18 namespace lyx {
19
20 /// delayed constructor
21 void setKeySymbol(KeySymbol * sym, QKeyEvent const * ev);
22
23 /// return the LyX key state from Qt's
24 KeyModifier q_key_state(Qt::KeyboardModifiers state);
25
26 } // namespace lyx
27
28 #endif // GUIKEYSYM_H