]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Remove zombie noncopyable.hpp dependency
[lyx.git] / src / insets / InsetScript.h
index e558a76294a2d69eb8f887a42a1f3e1042b106af..11864d305c4a39e01d37939ad7ed6ef8fff83751 100644 (file)
@@ -80,22 +80,17 @@ public:
        ///
        void read(Lexer & lex);
        ///
-       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;
-       ///
-       void latex(otexstream &, OutputParams const &) const;
+       bool neverIndent() const { return true; }
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) 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 +104,7 @@ public:
        ///
        Inset * clone() const { return new InsetScript(*this); }
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        //@}
 
        /// \name Public functions inherited from InsetText class