]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Fix crash after undo following replacement of a multicell selection (#8973).
[lyx.git] / src / insets / InsetGraphics.h
index bee9fe08845962be7d8e375c7b3ef050c893fc32..d6ccfe2331ab6b42ddd4097f01b431d0029275c8 100644 (file)
@@ -74,7 +74,8 @@ private:
         */
        void latex(otexstream &, OutputParams const &) const;
        ///
-       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;
        ///
@@ -85,6 +86,8 @@ private:
        void validate(LaTeXFeatures & features) const;
        /// returns LyX code associated with the inset. Used for TOC, ...)
        InsetCode lyxCode() const { return GRAPHICS_CODE; }
+       ///
+       docstring layoutName() const { return from_ascii("Graphics"); }
        /// Get the inset parameters, used by the GUIndependent dialog.
        InsetGraphicsParams const & params() const;
        ///
@@ -96,7 +99,7 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        std::string contextMenuName() const;
        /// Force inset into LTR environment if surroundings are RTL