]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiagram.h
Support the mathbbm font.
[lyx.git] / src / mathed / InsetMathDiagram.h
index 7ab099cec3cd76b60abc42baa53cd20bd6ad9a27..c7928ef57677818d5ea0d143df2c4bd30489f897 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef MATH_DIAGRAM_H
 #define MATH_DIAGRAM_H
 
-#include "Length.h"
 #include "InsetMathGrid.h"
 
 
@@ -23,18 +22,18 @@ namespace lyx {
 class InsetMathDiagram : public InsetMathGrid {
 public:
        ///
-       InsetMathDiagram(Buffer * buf);
+       explicit InsetMathDiagram(Buffer * buf);
        ///
        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;
        ///