]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
doxygen fixes
[lyx.git] / src / frontends / xforms / FormCitation.h
index 1429269c89d746885b4d84d75a36eed7d7b96b79..1797c13e05a3956eb55c92e72a478e83c1602427 100644 (file)
@@ -1,15 +1,10 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
+/**
+ * \file xforms/FormCitation.h
+ * Copyright 2000-2002 the LyX Team
+ * Read the file COPYING
  *
- *           LyX, The Document Processor
- *
- *           Copyright 2000-2001 The LyX Team.
- *
- * ======================================================
- *
- * \file FormCitation.h
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming, a.leeming@ic.ac.uk
  */
 
 #ifndef FORMCITATION_H
@@ -20,6 +15,7 @@
 #endif
 
 #include "FormBase.h"
+#include "biblio.h"
 
 /** This class provides an XForms implementation of the Citation Dialog.
  */
@@ -54,14 +50,15 @@ private:
        /// Fdesign generated method
        FD_form_citation * build_citation();
 
+       /// search for a citation
+       void findBiblio(biblio::Direction const dir);
+
        ///
        void updateBrowser(FL_OBJECT *, std::vector<string> const &) const;
        ///
        void setBibButtons(State) const;
        ///
        void setCiteButtons(State) const;
-       ///
-       void setSize(int, bool) const;
 
        ///
        std::vector<string> citekeys;