]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlUrl.h
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlUrl.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 ControlUrl.h
12  * \author Angus Leeming <a.leeming@ic.ac.uk>
13  */
14
15 #ifndef CONTROLURL_H
16 #define CONTROLURL_H
17
18 #ifdef __GNUG__
19 #pragma interface
20 #endif
21
22 #include "ControlCommand.h"
23
24 /** A controller for the Url Dialog.
25  */
26 class ControlUrl : public ControlCommand 
27 {
28 public:
29         ///
30         ControlUrl(LyXView &, Dialogs &);
31 };
32
33 #endif // CONTROLURL_H