]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormText.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormText.h
index 94cd5b8f44b68d2f0d56e6e417091318c67fc847..af8f543e05ffa8f5892edead10df4c7c14a693a9 100644 (file)
@@ -6,23 +6,24 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMTEXT_H
 #define FORMTEXT_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlCommand;
 struct FD_text;
 
-
 class FormText : public FormController<ControlCommand, FormView<FD_text> > {
 public:
        ///
-       FormText(Dialog &, string const & title);
+       FormText(Dialog &, std::string const & title, std::string const & label);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -30,6 +31,12 @@ private:
        virtual void build();
        /// Update dialog before/whilst showing it.
        virtual void update();
+
+       ///
+       std::string const label_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTEXT_H