]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/GuiKeySymbol.h
Move the buffer related part from GuiView::renameBuffer to Buffer::saveAs.
[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 #include "frontends/KeySymbol.h"
17
18 class QKeyEvent;
19
20 namespace lyx {
21
22 /// delayed constructor
23 void setKeySymbol(KeySymbol * sym, QKeyEvent * ev);
24
25 /// return the LyX key state from Qt's
26 KeyModifier q_key_state(Qt::KeyboardModifiers state);
27
28 } // namespace lyx
29
30 #endif // GUIKEYSYM_H