]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlBibitem.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / frontends / controllers / ControlBibitem.h
1 // -*- C++ -*-
2 /**
3  * \file ControlBibitem.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author John Levon
8  * \author Angus Leeming
9  *
10  * Full author contact details are available in file CREDITS
11  */
12
13 #ifndef CONTROLBIBITEM_H
14 #define CONTROLBIBITEM_H
15
16
17 #include "ControlCommand.h"
18
19 /** A controller for Bibitem dialogs.
20  */
21 class ControlBibitem : public ControlCommand {
22 public:
23         ///
24         ControlBibitem(Dialog &);
25 };
26
27 #endif // CONTROLBIBITEM_H