]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlIndex.h
Controller-view split of Graphics and Index popups.
[lyx.git] / src / frontends / controllers / ControlIndex.h
1 /* This file is part of
2  * ====================================================== 
3  *
4  *           LyX, The Document Processor
5  *
6  *           Copyright 2001 The LyX Team.
7  *
8  * ======================================================
9  *
10  * \file ControlIndex.h
11  * \author Angus Leeming <a.leeming@ic.ac.uk>
12  */
13
14 #ifndef CONTROLINDEX_H
15 #define CONTROLINDEX_H
16
17 #ifdef __GNUG__
18 #pragma interface
19 #endif
20
21 #include "ControlCommand.h"
22
23 /** A controller for Index dialogs.
24  */
25 class ControlIndex : public ControlCommand {
26 public:
27         ///
28         ControlIndex(LyXView &, Dialogs &);
29 };
30
31 #endif // CONTROLINDEX_H