]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetcite.h
index 58a413bafd1284009a994d6985bbbccf3da1af85..d48d88e414f5694f9e5c7d501e9470c561bc00be 100644 (file)
@@ -1,11 +1,11 @@
 // -*- C++ -*-
 /* This file is part of*
- * ====================================================== 
+ * ======================================================
  *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 2000-2001 The LyX Team.
- * 
+ *
  * ====================================================== */
 
 #ifndef INSET_CITE_H
@@ -17,7 +17,7 @@
 
 #include "insetcommand.h"
 
-/** Used to insert citations  
+/** Used to insert citations
  */
 class InsetCitation : public InsetCommand {
 public:
@@ -28,16 +28,18 @@ public:
                return new InsetCitation(params(), same_id);
        }
        ///
-       string const getScreenLabel() const;
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        Inset::Code lyxCode() const { return Inset::CITE_CODE; }
-        ///
+       ///
        void edit(BufferView *, int, int, unsigned int);
        ///
+       void edit(BufferView * bv, bool front = true);
+       ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
-        ///
+       ///
        int latex(Buffer const *, std::ostream &, bool, bool) const;
        ///
        void validate(LaTeXFeatures &) const;