]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insettoc.h
index 4107d128a0b76fbd1f403e31b0cab5c7f27ef1c7..37b4457ea08e50ef95d109480fa5cf78695eb216 100644 (file)
@@ -1,13 +1,13 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file insettoc.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Word Processor
- *      
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1996-2001 The LyX Team.
- * 
- * ====================================================== */
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_TOC_H
 #define INSET_TOC_H
@@ -30,9 +30,9 @@ public:
                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, int, int, mouse_button::state);
        ///
        void edit(BufferView * bv, bool front = true);
        ///
@@ -46,7 +46,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int DocBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &, bool mixcont) const;
 };
 
 #endif