X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.h;h=9155f7e11a0fa9513a324fdfeecf83d3dd124ebc;hb=21c92c8a129b5f3ff56de33bf2941a25967cffbb;hp=c519cad57922cdc453036c4c606ac50aa0eb0365;hpb=ed858d73e57ce7aa89e38c1bc4d799362edb0227;p=lyx.git diff --git a/src/mathed/InsetMathDots.h b/src/mathed/InsetMathDots.h index c519cad579..9155f7e11a 100644 --- a/src/mathed/InsetMathDots.h +++ b/src/mathed/InsetMathDots.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -25,11 +25,19 @@ public: /// explicit InsetMathDots(latexkeys const * l); /// - bool metrics(MetricsInfo & mi, Dimension & dim) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// docstring name() const; + /// request "external features" + void validate(LaTeXFeatures & features) const; + /// + InsetCode lyxCode() const { return MATH_DOTS_CODE; } + /// + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & os) const; protected: /// cache for the thing's height mutable int dh_;