]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Fixup 572b06d6: reduce cache size for breakString
[lyx.git] / src / insets / InsetInfo.h
index 3cfdec1d3cff7d6fdff14d33a163b1b947ffb6d4..3531b41681204964af5ea1be556b3e55fc176be1 100644 (file)
@@ -203,7 +203,11 @@ public:
        void setInfo(std::string const & info);
        ///
        void updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted = false) override;
+       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
+       ///
+       void draw(PainterInfo & pi, int x, int y) const override;
+
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const override;
        ///
@@ -213,7 +217,7 @@ public:
        /// should paragraph indentation be omitted in any case?
        bool neverIndent() const override { return true; }
        ///
-       void latex(otexstream &, OutputParams const &) const override;
+       void validate(LaTeXFeatures & features) const override;
        ///
        InsetInfoParams params() const { return params_; }