]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
nomenclWidest(): take (proper) formatting into account.
[lyx.git] / src / insets / InsetScript.h
index 07e5af9ab0685d855f617687f2ea050a77f00c87..3107b6255dd24c28a837bd42dc5f7d463f875204 100644 (file)
@@ -80,17 +80,16 @@ 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;
+       bool neverIndent() const { return true; }
        ///
-       void latex(otexstream &, OutputParams const &) const;
+       bool inheritFont() const { return false; }
        ///
-       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;
        ///