]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlIndex.h
Really dull and boring header shit
[lyx.git] / src / frontends / controllers / ControlIndex.h
1 // -*- C++ -*-
2 /**
3  * \file ControlIndex.h
4  * Read the file COPYING
5  *
6  * \author Angus Leeming
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #ifndef CONTROLINDEX_H
12 #define CONTROLINDEX_H
13
14 #ifdef __GNUG__
15 #pragma interface
16 #endif
17
18 #include "ControlCommand.h"
19
20 /** A controller for Index dialogs.
21  */
22 class ControlIndex : public ControlCommand {
23 public:
24         ///
25         ControlIndex(LyXView &, Dialogs &);
26 };
27
28 #endif // CONTROLINDEX_H