]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetert.h
index ef23eb1f6cf7f782ad7017e84dfb5a72601a4787..162e8950dcaed15744ee0963140e4c91a5b964d7 100644 (file)
@@ -32,22 +32,18 @@ public:
        ///
        InsetERT(BufferParams const &, CollapseStatus status = Open);
        ///
-       InsetERT(InsetERT const &);
-       ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        InsetERT(BufferParams const &,
                 Language const *, std::string const & contents, CollapseStatus status);
        ///
        ~InsetERT();
        ///
-       InsetOld::Code lyxCode() const { return InsetOld::ERT_CODE; }
+       InsetBase::Code lyxCode() const { return InsetBase::ERT_CODE; }
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
        std::string const editMessage() const;
        ///
-       bool insetAllowed(InsetOld::Code code) const;
+       bool insetAllowed(InsetBase::Code code) const;
        ///
        int latex(Buffer const &, std::ostream &,
                  OutputParams const &) const;
@@ -71,13 +67,17 @@ public:
        ///
        void getDrawFont(LyXFont &) const;
        ///
-       bool forceDefaultParagraphs(InsetOld const *) const { return true; }
+       bool forceDefaultParagraphs(idx_type) const { return true; }
+       /// should paragraph indendation be ommitted in any case?
+       bool neverIndent() const { return true; }
 protected:
+       InsetERT(InsetERT const &);
+       ///
+       virtual void doDispatch(LCursor & cur, FuncRequest & cmd);
        ///
-       virtual
-       DispatchResult
-       priv_dispatch(FuncRequest const &, idx_type &, pos_type &);
+       bool getStatus(LCursor & cur, FuncRequest const & cmd, FuncStatus &) const;
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        void init();
        ///