]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibtex.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormBibtex.h
index 08e040c635b59b07ae3e57da8bf63146b546b23e..c37bc1dae5251e5123551f219955ba309e321ead 100644 (file)
 #ifndef FORMBIBTEX_H
 #define FORMBIBTEX_H
 
-
 #include "FormDialogView.h"
-#include "RadioButtonGroup.h"
-#include <vector>
+
+namespace lyx {
+namespace frontend {
 
 class ControlBibtex;
 struct FD_bibtex;
@@ -28,11 +28,6 @@ class FormBibtex : public FormController<ControlBibtex, FormView<FD_bibtex> > {
 public:
        ///
        FormBibtex(Dialog &);
-
-       enum PathStyle {ABSOLUTE_PATH = 1,
-                       RELATIVE_PATH,
-                       NAME_ONLY};
-
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -42,22 +37,9 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-
-       ButtonPolicy::SMInput add_database();
-       ButtonPolicy::SMInput browser_add_db(string const & name);
-       ButtonPolicy::SMInput browser_selected();
-       ButtonPolicy::SMInput browser_double_click();
-       ButtonPolicy::SMInput browser_delete();
-       ButtonPolicy::SMInput set_path(PathStyle);
-       ButtonPolicy::SMInput database_browse();
-       ButtonPolicy::SMInput style_browse();
-       void browser_deactivated();
-       void input_clear();
-       void input_database();
-
-       RadioButtonGroup storage_;
-       std::vector<string> bib_files_;
-       std::vector<string> bib_files_namesonly_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMBIBTEX_H