X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiagram.h;h=732cd4ee1b57d34bfd92d53d4928a7588d1a514d;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=7ab099cec3cd76b60abc42baa53cd20bd6ad9a27;hpb=65962da47b85682f20f1e060955e5cd9f3399c66;p=lyx.git diff --git a/src/mathed/InsetMathDiagram.h b/src/mathed/InsetMathDiagram.h index 7ab099cec3..732cd4ee1b 100644 --- a/src/mathed/InsetMathDiagram.h +++ b/src/mathed/InsetMathDiagram.h @@ -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; ///