]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormTexinfo.h
index b514a3ea61154d32af9cb5c51996e29d46cf9765..6027ecd0d0f7cd1a1e0fecc9cde76f504a32efe9 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormTexinfo.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 Herbert Voss <voss@perce.de>
+ * \author Herbert Voss
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMTEXINFO_H
 #include "FormBase.h"
 #include "ControlTexinfo.h"
 
-struct FD_form_texinfo;
+struct FD_texinfo;
 
-class FormTexinfo : public FormCB<ControlTexinfo, FormDB<FD_form_texinfo> > {
+class FormTexinfo : public FormCB<ControlTexinfo, FormDB<FD_texinfo> > {
 public:
        ///
-       FormTexinfo(ControlTexinfo &);
-
+       FormTexinfo();
 private:
        /// not needed
        virtual void apply() {}
@@ -34,15 +35,7 @@ private:
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
        ///
-       string const getTooltip(FL_OBJECT *);
-       ///
-       void feedback(FL_OBJECT *);
-       ///
-       void clear_feedback();
-       ///
        void updateStyles(ControlTexinfo::texFileSuffix);
-       /// Fdesign generated method
-       FD_form_texinfo * build_texinfo();
        ///
        ControlTexinfo::texFileSuffix activeStyle;
 };