]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibtex.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormBibtex.h
index 6b19448f10c72a9bdba292f44253f82ac92ae16f..ed050bf1d1ad55b0ab330750b456caac3fc75d54 100644 (file)
@@ -1,33 +1,31 @@
 // -*- C++ -*-
 /**
  * \file FormBibtex.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMBIBTEX_H
 #define FORMBIBTEX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlBibtex;
-struct FD_form_bibtex;
+struct FD_bibtex;
 
 /**
  * For bibtex database setting
  */
-class FormBibtex : public FormCB<ControlBibtex, FormDB<FD_form_bibtex> > {
+class FormBibtex : public FormController<ControlBibtex, FormView<FD_bibtex> > {
 public:
        ///
-       FormBibtex(ControlBibtex &);
-
+       FormBibtex(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -37,8 +35,6 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-       ///
-       FD_form_bibtex * build_bibtex();
 };
 
 #endif // FORMBIBTEX_H