]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormRef.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormRef.h
index 62843654ce1d82d53a55d0abb7624f86ebbc0eea..622fae32b007a5f948634197b8cf7cb3c17ae3bb 100644 (file)
@@ -1,30 +1,29 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormRef.h
- * Copyright 2000-2001 the LyX Team
- * Read the file COPYING
+ * \file FormRef.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming <leeming@lyx.org>
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMREF_H
 #define FORMREF_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlRef;
 struct FD_ref;
 
 /** This class provides an XForms implementation of the FormRef Dialog.
  */
-class FormRef : public FormCB<ControlRef, FormDB<FD_ref> > {
+class FormRef : public FormController<ControlRef, FormView<FD_ref> > {
 public:
        ///
-       FormRef();
+       FormRef(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -38,6 +37,9 @@ private:
        ///
        void updateBrowser(std::vector<string> const &) const;
 
+       ///
+       void switch_go_button();
+
        ///
        bool at_ref_;
        ///