]> git.lyx.org Git - features.git/blobdiff - src/insets/insetert.h
This should clean up the language stuff a bit and a small new check for
[features.git] / src / insets / insetert.h
index eed211de9943f4d3ad3a60dc28dc5ca9b815200b..546b6fe46e3402eba3c223514c365ab8364b8bd2 100644 (file)
@@ -30,8 +30,14 @@ public:
        ///
        InsetERT();
        ///
+       InsetERT(InsetERT const &, bool same_id = false);
+       ///
+       Inset * clone(Buffer const &, bool same_id = false) const;
+       ///
        InsetERT(string const & contents, bool collapsed);
        ///
+       Inset::Code lyxCode() const { return Inset::ERT_CODE; }
+       ///
        void read(Buffer const * buf, LyXLex & lex);
        ///
        void write(Buffer const * buf, std::ostream & os) const;
@@ -63,6 +69,9 @@ public:
        ///
        UpdatableInset::RESULT localDispatch(BufferView *, kb_action,
                                             string const &);
+       ///
+       bool checkInsertChar(LyXFont &);
+
 private:
        ///
        void init();