]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormTexinfo.h
index 1bf5af0bb8637a0220e9f8db4b2c8b9ff95ce3b0..017555acd9a069ad899e5f4a8fd09a69484e06c8 100644 (file)
@@ -1,29 +1,27 @@
 // -*- 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
 #define FORMTEXINFO_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #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,13 +32,7 @@ private:
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
        ///
-       string const getMinimalTooltip(FL_OBJECT const *) const;
-       ///
-       string const getVerboseTooltip(FL_OBJECT const *) const;
-       ///
        void updateStyles(ControlTexinfo::texFileSuffix);
-       /// Fdesign generated method
-       FD_form_texinfo * build_texinfo();
        ///
        ControlTexinfo::texFileSuffix activeStyle;
 };