]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormFloat.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormFloat.h
index e8ad23e6ad42e64382b445b35073ec9eb95c06ff..38c2932cb0d9094acaae2eaa8fd98c4270c2d532 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormFloat.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes, larsbj@lyx.org
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMFLOAT_H
@@ -15,6 +17,7 @@
 #endif
 
 #include "FormBase.h"
+#include "RadioButtonGroup.h"
 
 class ControlFloat;
 struct FD_float;
@@ -25,7 +28,7 @@ struct FD_float;
 class FormFloat : public FormCB<ControlFloat, FormDB<FD_float> > {
 public:
        ///
-       FormFloat(ControlFloat &, Dialogs &);
+       FormFloat();
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -35,6 +38,9 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
+
+       /// placement
+       RadioButtonGroup placement_;
 };
 
 #endif // FORMFLOAT_H