]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiagram.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathDiagram.h
index 7ab099cec3cd76b60abc42baa53cd20bd6ad9a27..732cd4ee1b57d34bfd92d53d4928a7588d1a514d 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef MATH_DIAGRAM_H
 #define MATH_DIAGRAM_H
 
-#include "Length.h"
 #include "InsetMathGrid.h"
 
 
@@ -27,14 +26,14 @@ public:
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
+       void draw(PainterInfo & pi, int x, int y) const;
+       ///
        InsetMathDiagram const * asDiagramInset() const { return this; }
        ///
        virtual int colsep() const;
        ///
        virtual int rowsep() const;
 
-       ///
-       void normalize();
        ///
        void write(WriteStream & os) const;
        ///