]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetInclude.h
index 91ecc57955b337099a1b2e22afe470d55899c5ee..aee16c0043358f64d79744ea7f930c4a8e908321 100644 (file)
@@ -36,7 +36,7 @@ class RenderMonitoredPreview;
 class InsetInclude : public InsetCommand {
 public:
        ///
-       InsetInclude(InsetCommandParams const &);
+       InsetInclude(Buffer * buf, InsetCommandParams const &);
        ~InsetInclude();
 
        void setBuffer(Buffer & buffer);
@@ -72,7 +72,7 @@ public:
        support::FileNameList const &
                getBibfilesCache() const;
        ///
-       EDITABLE editable() const { return IS_EDITABLE; }
+       bool hasSettings() const { return true; }
        ///
        int latex(odocstream &, OutputParams const &) const;
        ///
@@ -80,15 +80,17 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       ///
        void validate(LaTeXFeatures &) const;
        ///
-       void addPreview(graphics::PreviewLoader &) const;
+       void addPreview(DocIterator const &, graphics::PreviewLoader &) const;
        ///
        void addToToc(DocIterator const &);
        ///
        void updateCommand();
        ///
-       void updateLabels(ParIterator const &);
+       void updateLabels(ParIterator const &, bool);
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///