]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabular.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormTabular.h
index c05e426bea191ce8704e417e20429e5fca4d6250..f61ab85fe8c8f2274dd8b232c41a404233eaac9a 100644 (file)
@@ -2,10 +2,12 @@
 /**
  * \file FormTabular.h
  * Copyright 1995 Matthias Ettrich
- * Copyright 1995-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 Jürgen Vigna, jug@sad.it
+ * \author Jürgen Vigna
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMTABULAR_H
@@ -31,12 +33,14 @@ struct FD_tabular_longtable;
  */
 class FormTabular : public FormInset {
 public:
-       friend void gui_ShowTabular(InsetTabular *, LyXView &, Dialogs &);
-       friend void gui_UpdateTabular(InsetTabular *, LyXView &, Dialogs &);
-
        /// #FormTabular x(LyXFunc ..., Dialogs ...);#
        FormTabular(LyXView &, Dialogs &);
 
+       /// Slot launching dialog to an existing inset
+       void showInset(InsetTabular *);
+       /// Slot launching dialog to an existing inset
+       void updateInset(InsetTabular *);
+
 private:
        /// Pointer to the actual instantiation of the ButtonController.
        virtual xformsBC & bc();
@@ -46,10 +50,6 @@ private:
        /// Disconnect signals. Also perform any necessary housekeeping.
        virtual void disconnect();
 
-       /// Slot launching dialog to an existing inset
-       void showInset(InsetTabular *);
-       /// Slot launching dialog to an existing inset
-       void updateInset(InsetTabular *);
        /// Update dialog before showing it
        virtual void update();
        /// Build the dialog