]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormCitation.h
index 29ab3701afe0926d7dcb86de3a41f6056b412bbb..382c9fd58a2cda88d43c5ac75cc680f2b1836458 100644 (file)
 #ifndef FORMCITATION_H
 #define FORMCITATION_H
 
-
 #include "FormDialogView.h"
 #include "biblio.h"
 
-/** This class provides an XForms implementation of the Citation Dialog.
- */
+namespace lyx {
+namespace frontend {
+
 class ControlCitation;
 struct FD_citation;
 
+/** This class provides an XForms implementation of the Citation Dialog.
+ */
 class FormCitation
        : public FormController<ControlCitation, FormView<FD_citation> > {
 public:
@@ -50,16 +52,19 @@ private:
        void findBiblio(biblio::Direction const dir);
 
        ///
-       void updateBrowser(FL_OBJECT *, std::vector<string> const &) const;
+       void updateBrowser(FL_OBJECT *, std::vector<std::string> const &) const;
        ///
        void setBibButtons(State) const;
        ///
        void setCiteButtons(State) const;
 
        /// used keys (left panel)
-       std::vector<string> citekeys;
+       std::vector<std::string> citekeys;
        /// available keys (right panel)
-       std::vector<string> bibkeys;
+       std::vector<std::string> bibkeys;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMCITATION_H