]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormCitation.h
index b40c33c57e9467eb9994eb35580f4f380165eb38..cef3dc4edb3642dd05b5ea7b8bca26e7569d4305 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
@@ -19,6 +20,7 @@
 #endif
 
 #include "FormBase.h"
+#include "biblio.h"
 
 /** This class provides an XForms implementation of the Citation Dialog.
  */
@@ -53,14 +55,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;