]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / insets / InsetCitation.h
index 0cf4f77a15484d12ff4fae837f7a20e09ac56c4f..85f3f0ae22167621daa8fe90af23c43ca02d3600 100644 (file)
@@ -30,6 +30,8 @@ public:
        ///
        InsetCitation(InsetCommandParams const &);
        ///
+       bool isLabeled() const { return true; }
+       ///
        docstring screenLabel() const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
@@ -45,6 +47,11 @@ public:
        void textString(odocstream &) const;
        ///
        void validate(LaTeXFeatures &) const;
+       ///
+       void updateLabels(ParIterator const & it);
+       ///
+       void addToToc(ParConstIterator const &) const;
+
        ///
        static ParamInfo const & findInfo(std::string const &);
        //FIXME This is the locus of the design problem we have.