]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
pimpl not needed here
[lyx.git] / src / insets / InsetERT.h
index d576b1f201b8ad7e7d80e9f33a7db49e8dbc3466..bb6fc4c8eadde2b0821b1f7bed531fbaa8bb3c24 100644 (file)
@@ -48,8 +48,6 @@ public:
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
-       void read(Buffer const & buf, Lexer & lex);
-       ///
        virtual docstring const editMessage() const;
        ///
        bool insetAllowed(InsetCode code) const;
@@ -65,14 +63,10 @@ public:
        ///
        void validate(LaTeXFeatures &) const {}
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
-       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        bool showInsetDialog(BufferView *) const;
        ///
-       void getDrawFont(Font &) const;
-       ///
        bool forceDefaultParagraphs(idx_type) const { return true; }
        /// should paragraph indendation be ommitted in any case?
        bool neverIndent(Buffer const &) const { return true; }
@@ -82,6 +76,7 @@ protected:
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
+
 private:
        virtual Inset * clone() const;
        ///