X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetScript.h;h=96597d2dac4adf50cc41ea8c98f1e4adda657931;hb=3934f4a36f0402612206cfc0abe0b0b62166214b;hp=c9ac1d30e0abebfa3c50c326587586c068242df4;hpb=1ef605f6254ef3f3b8cec5440a2e67e6f23a707b;p=lyx.git diff --git a/src/insets/InsetScript.h b/src/insets/InsetScript.h index c9ac1d30e0..96597d2dac 100644 --- a/src/insets/InsetScript.h +++ b/src/insets/InsetScript.h @@ -65,7 +65,7 @@ public: /// InsetCode lyxCode() const { return SCRIPT_CODE; } /// - docstring name() const; + docstring layoutName() const; /// DisplayType display() const; /// @@ -82,20 +82,10 @@ public: /// bool neverIndent() const { return true; } /// - bool forcePlainLayout(idx_type = 0) const { return true; } - /// - bool allowParagraphCustomization(idx_type = 0) const { return false; } - /// - virtual void validate(LaTeXFeatures &) const; - /// - int latex(otexstream &, OutputParams const &) const; - /// int plaintext(odocstream &, OutputParams const &) const; /// int docbook(odocstream &, OutputParams const &) const; /// - docstring xhtml(XHTMLStream &, OutputParams const &) const; - /// void edit(Cursor & cur, bool front, EntryDirection entry_from = ENTRY_DIRECTION_IGNORE); /// @@ -109,7 +99,7 @@ public: /// Inset * clone() const { return new InsetScript(*this); } /// - docstring contextMenuName() const; + std::string contextMenuName() const; //@} /// \name Public functions inherited from InsetText class