]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetinclude.h
index 5e96daea3211a7b16cb7b38ded1a3cb085a8e482..b0aae9d27f52fea1a0665a2f289445abebc3b288 100644 (file)
@@ -34,13 +34,12 @@ public:
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
 
-       ///
-       virtual dispatch_result localDispatch(FuncRequest const & cmd);
-
        /// Override these InsetButton methods if Previewing
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
+       ///
+       virtual bool display() const;
 
        /// get the parameters
        InsetCommandParams const & params(void) const;
@@ -67,21 +66,25 @@ public:
        ///
        void read(Buffer const &, LyXLex &);
        ///
-       int latex(Buffer const &, std::ostream &, LatexRunParams const &) const;
+       int latex(Buffer const &, std::ostream &,
+                 OutputParams const &) const;
        ///
-       int ascii(Buffer const &, std::ostream &, int linelen) const;
+       int plaintext(Buffer const &, std::ostream &,
+                 OutputParams const &) const;
        ///
-       int linuxdoc(Buffer const &, std::ostream &) const;
+       int linuxdoc(Buffer const &, std::ostream &,
+                    OutputParams const &) const;
        ///
-       int docbook(Buffer const &, std::ostream &, bool mixcont) const;
+       int docbook(Buffer const &, std::ostream &,
+                   OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
        void addPreview(lyx::graphics::PreviewLoader &) const;
-
+protected:
+       ///
+       virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);
 private:
-       /// Slot receiving a signal that the preview is ready to display.
-       void statusChanged() const;
        /** Slot receiving a signal that the external file has changed
         *  and the preview should be regenerated.
         */