X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathPhantom.h;h=63b8ea28de772844ef04f35b64132e74d3dcb258;hb=999831043e6da50b3095a2dfec7000d4209e586c;hp=cbc01b0435ca056b9904ff383b19dba85d69785f;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathPhantom.h b/src/mathed/InsetMathPhantom.h index cbc01b0435..63b8ea28de 100644 --- a/src/mathed/InsetMathPhantom.h +++ b/src/mathed/InsetMathPhantom.h @@ -23,7 +23,13 @@ public: enum Kind { phantom, vphantom, - hphantom + hphantom, + smash, + smasht, + smashb, + mathclap, + mathllap, + mathrlap }; /// explicit InsetMathPhantom(Buffer * buf, Kind); @@ -39,6 +45,14 @@ public: void infoize(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_PHANTOM_CODE; } + /// Nothing for now + void mathmlize(MathStream &) const {} + /// Nothing for HTML + void htmlize(HtmlStream &) const {} + /// request "external features" + void validate(LaTeXFeatures & features) const; + /// Does the contents appear in LaTeX output? + bool visibleContents() const; private: ///