]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlIndex.h
Rob Lahaye's "iconify dialogs with main window if so desired" patch.
[lyx.git] / src / frontends / controllers / ControlIndex.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 ControlIndex.h
12  * \author Angus Leeming <a.leeming@ic.ac.uk>
13  */
14
15 #ifndef CONTROLINDEX_H
16 #define CONTROLINDEX_H
17
18 #ifdef __GNUG__
19 #pragma interface
20 #endif
21
22 #include "ControlCommand.h"
23
24 /** A controller for Index dialogs.
25  */
26 class ControlIndex : public ControlCommand {
27 public:
28         ///
29         ControlIndex(LyXView &, Dialogs &);
30 };
31
32 #endif // CONTROLINDEX_H