]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsMatrix.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormMathsMatrix.h
index fdbd00b27a8f02ca74ebb66560e5483dc244e10e..7dfd416e933f542fe05025a4e1e55c80b1eff856 100644 (file)
@@ -8,26 +8,27 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORM_MATHSMATRIX_H
 #define FORM_MATHSMATRIX_H
 
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-class ControlMathSub;
+
+class ControlMath;
 struct FD_maths_matrix;
 
 /**
  * This class provides an XForms implementation of the maths matrix.
  */
-class FormMathsMatrix : public FormCB<ControlMathSub, FormDB<FD_maths_matrix> >
-{
+class FormMathsMatrix
+       : public FormController<ControlMath, FormView<FD_maths_matrix> > {
 public:
        ///
-       FormMathsMatrix();
+       FormMathsMatrix(Dialog &);
        ///
        int AlignFilter(char const *, int);