X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.h;h=8a84a22219076e7ab8af84d11d296683bdba1e67;hb=573500dd04f154f27318ac5ec469a337f97fe9f0;hp=f4f52716f66cd8fda1d2ff483075b016142e6c9e;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathDots.h b/src/mathed/InsetMathDots.h index f4f52716f6..8a84a22219 100644 --- a/src/mathed/InsetMathDots.h +++ b/src/mathed/InsetMathDots.h @@ -32,6 +32,12 @@ public: docstring name() const; /// request "external features" void validate(LaTeXFeatures & features) const; + /// + InsetCode lyxCode() const { return MATH_DOTS_CODE; } + /// + void mathmlize(MathStream & os) const; + /// + void htmlize(HtmlStream & os) const; protected: /// cache for the thing's height mutable int dh_;