]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
de.po
[lyx.git] / src / insets / InsetIndex.h
index c0e23d8124da8c26396ee90e10a4b011b32ab33b..01bf7096b08b5d0b8f074b92103df8f2d2eb53e2 100644 (file)
@@ -13,7 +13,7 @@
 #define INSET_INDEX_H
 
 
-#include "InsetCollapsable.h"
+#include "InsetCollapsible.h"
 #include "InsetCommand.h"
 
 
@@ -35,7 +35,7 @@ public:
 
 /** Used to insert index labels
   */
-class InsetIndex : public InsetCollapsable {
+class InsetIndex : public InsetCollapsible {
 public:
        ///
        InsetIndex(Buffer *, InsetIndexParams const &);
@@ -72,7 +72,7 @@ private:
        bool neverIndent() const { return true; }
        ///
        void addToToc(DocIterator const & di, bool output_active,
-                                 UpdateType utype) const;
+                                 UpdateType utype, TocBackend & backend) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
@@ -111,6 +111,8 @@ public:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
+       void updateBuffer(ParIterator const & it, UpdateType);
+       ///
        std::string contextMenuName() const;
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;