]> 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 1429269c89d746885b4d84d75a36eed7d7b96b79..cef3dc4edb3642dd05b5ea7b8bca26e7569d4305 100644 (file)
@@ -20,6 +20,7 @@
 #endif
 
 #include "FormBase.h"
+#include "biblio.h"
 
 /** This class provides an XForms implementation of the Citation Dialog.
  */
@@ -54,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;