]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlBibitem.h
to much stuff for my liking...
[lyx.git] / src / frontends / controllers / ControlBibitem.h
1 // -*- C++ -*-
2 /* This file is part of
3  * ====================================================== 
4  *
5  *           LyX, The Document Processor
6  *
7  *           Copyright 2001 The LyX Team.
8  *
9  * ======================================================
10  *
11  * \file ControlBibitem.h
12  * \author John Levon, moz@compsoc.man.ac.uk
13  * \author Angus Leeming <a.leeming@ic.ac.uk>
14  */
15
16 #ifndef CONTROLBIBITEM_H
17 #define CONTROLBIBITEM_H
18
19 #ifdef __GNUG__
20 #pragma interface
21 #endif
22
23 #include "ControlCommand.h"
24
25 /** A controller for Bibitem dialogs.
26  */
27 class ControlBibitem : public ControlCommand {
28 public:
29         ///
30         ControlBibitem(LyXView &, Dialogs &);
31
32 private:
33         /// Dispatch the changed parameters to the kernel.
34         virtual void applyParamsToInset();
35         /// not needed.
36         virtual void applyParamsNoInset() {}
37 };
38
39 #endif // CONTROLBIBITEM_H