]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibitem.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormBibitem.h
index 82e1326d795cb7e7a6b48bc452f8fcedcc1528b8..bfcb7f8705c30afc78ecc0799fa2bac62285ae54 100644 (file)
@@ -1,33 +1,31 @@
 // -*- C++ -*-
 /**
  * \file FormBibitem.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 John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming, a.leeming@.ac.uk
+ * \author John Levon
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMBIBITEM_H
 #define FORMBIBITEM_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-class ControlBibitem;
-struct FD_form_bibitem;
+class ControlCommand;
+struct FD_bibitem;
 
 /**
  * For bibliography entry editing
  */
-class FormBibitem : public FormCB<ControlBibitem, FormDB<FD_form_bibitem> > {
+class FormBibitem : public FormController<ControlCommand, FormView<FD_bibitem> > {
 public:
        ///
-       FormBibitem(ControlBibitem &);
-
+       FormBibitem(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -37,9 +35,6 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-
-       /// Type definition from the fdesign produced header file.
-       FD_form_bibitem * build_bibitem();
 };
 
 #endif // FORMBIBITEM_H