]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insettoc.h
index 01766e77eb96947f79a69a921bad777864cf2f15..413740f4860ebbfe5c9950107a255ba70a108a7d 100644 (file)
@@ -29,11 +29,13 @@ public:
        virtual Inset * clone(Buffer const &, bool same_id = false) const {
                return new InsetTOC(params(), same_id);
        }
-       ///
-       string const getScreenLabel() const;
+       ///
+       string const getScreenLabel(Buffer const *) const;
        ///
        void edit(BufferView * bv, int, int, unsigned int);
-        ///
+       ///
+       void edit(BufferView * bv, bool front = true);
+       ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        bool display() const { return true; }
@@ -44,7 +46,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int DocBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &) const;
 };
 
 #endif