]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetInfo.h
index 7af746f33e5b3137740a232e04b8f21e2eba76a5..0cd256dbdb61daa9416d7064c6e27695f145327a 100644 (file)
@@ -109,6 +109,8 @@ public:
        ///
        std::string infoName() const { return name_; }
        ///
+       bool validate(docstring const & argument) const;
+       ///
        bool showInsetDialog(BufferView * bv) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
@@ -133,6 +135,10 @@ private:
        ///
        virtual Inset * clone() const { return new InsetInfo(*this); }
        ///
+       void error(std::string const & err);
+       ///
+       void setText(docstring const & str);
+       ///
        info_type type_;
        ///
        std::string name_;