]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetnote.h
index df864c130e06e70dfa8a63e1276298ba714323a0..e6bf5f4dff83ec2385bc94b5753021f0a1b70db3 100644 (file)
@@ -1,20 +1,17 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file insetnote.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Angus Leeming
  *
- *           Copyright 2001 The LyX Team.
- *
- *======================================================
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef INSETNOTE_H
 #define INSETNOTE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcollapsable.h"
 
@@ -26,11 +23,9 @@ public:
        ///
        InsetNote(BufferParams const &);
        ///
-       InsetNote(InsetNote const &, bool same_id = false);
+       InsetNote(InsetNote const &);
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
-       /// constructor with initial contents
-       InsetNote(Buffer const *, string const & contents, bool collapsed);
+       Inset * clone() const;
        ///
        string const editMessage() const;
        ///
@@ -38,7 +33,8 @@ public:
        ///
        void write(Buffer const *, std::ostream &) const;
        ///
-       int latex(Buffer const *, std::ostream &, bool, bool) const
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const
                { return 0; }
        ///
        int linuxdoc(Buffer const *, std::ostream &) const