X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormRef.h;h=cd00ae9bd99e6bc9bf86b9b31aaa900a734b517a;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=4d816f03273d1482798fc47b0c623dae25966e28;hpb=a97c4f51c3763ec213ecf84b4badec0bba8c0f60;p=lyx.git diff --git a/src/frontends/xforms/FormRef.h b/src/frontends/xforms/FormRef.h index 4d816f0327..cd00ae9bd9 100644 --- a/src/frontends/xforms/FormRef.h +++ b/src/frontends/xforms/FormRef.h @@ -1,31 +1,31 @@ // -*- 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, a.leeming@ic.ac.uk + * \author Angus Leeming + * + * Full author contact details are available in file CREDITS. */ #ifndef FORMREF_H #define FORMREF_H -#ifdef __GNUG__ -#pragma interface -#endif +#include "FormDialogView.h" -#include "FormBase.h" +namespace lyx { +namespace frontend { class ControlRef; struct FD_ref; /** This class provides an XForms implementation of the FormRef Dialog. */ -class FormRef : public FormCB > { +class FormRef : public FormController > { public: /// - FormRef(ControlRef &); - + FormRef(Dialog &); private: /// Set the Params variable for the Controller. virtual void apply(); @@ -37,12 +37,18 @@ private: virtual void update(); /// - void updateBrowser(std::vector const &) const; + void updateBrowser(std::vector const &) const; + + /// + void switch_go_button(); /// bool at_ref_; /// - std::vector refs_; + std::vector refs_; }; +} // namespace frontend +} // namespace lyx + #endif // FORMREF_H