]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetNote.h
index 11fe68f7832a8ea841e3ec26b4f6ca0d9934524b..d234966071db6b5225373581843cceefeb847bc2 100644 (file)
@@ -62,6 +62,8 @@ public:
        /// show the note dialog
        bool showInsetDialog(BufferView * bv) const;
        ///
+       bool isMacroScope(Buffer const & buf) const;
+       ///
        int latex(Buffer const &, odocstream &, OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &, OutputParams const &) const;
@@ -75,6 +77,8 @@ public:
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        // Update the counters of this inset and of its contents
        virtual void updateLabels(Buffer const &, ParIterator const &);
+       ///
+       void addToToc(Buffer const &, ParConstIterator const &) const;
 protected:
        InsetNote(InsetNote const &);
        ///