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