X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSpace.h;h=4f16f1640bf5b38b949c2a6c5c4f3e2d294e4c88;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=381562178ce34703bb51da1b44f94a1ea641b74b;hpb=5d235f5251b4ba05f0492ac6aaf995ed94aa6a16;p=lyx.git diff --git a/src/mathed/InsetMathSpace.h b/src/mathed/InsetMathSpace.h index 381562178c..4f16f1640b 100644 --- a/src/mathed/InsetMathSpace.h +++ b/src/mathed/InsetMathSpace.h @@ -28,7 +28,7 @@ public: /// explicit InsetMathSpace(std::string const & name, std::string const & length); /// - explicit InsetMathSpace(Length const & length); + explicit InsetMathSpace(Length const & length, bool const prot = false); /// InsetMathSpace const * asSpaceInset() const { return this; } /// @@ -53,13 +53,15 @@ public: /// void mathmlize(MathStream & ms) const; /// + void htmlize(HtmlStream & ms) const; + /// void write(WriteStream & os) const; /// generate something that will be understood by the Dialogs. InsetSpaceParams params() const; /// bool hasSettings() const { return true; } /// - docstring contextMenu(BufferView const &, int, int) const; + std::string contextMenuName() const; /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; ///