]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
This optional argument to the InsetCollapsable constructor
[lyx.git] / src / insets / InsetFloat.h
index 604f5b9b4bc37c49d8263bc76f2f323c3caf932f..b1500f9a0ed99d9d17ea3e0ecdf57bdd59ce2a4d 100644 (file)
@@ -30,7 +30,7 @@ public:
        std::string type;
        ///
        std::string placement;
-       ///
+       /// span columns
        bool wide;
        ///
        bool sideways;
@@ -60,11 +60,13 @@ public:
        ///
        static std::string params2string(InsetFloatParams const &);
        ///
-       void setWide(bool w, BufferParams const &);
+       void setWide(bool w, BufferParams const &, bool update_label = true);
+       ///
+       void setSideways(bool s, BufferParams const &, bool update_label = true);
        ///
-       void setSideways(bool s, BufferParams const &);
+       void setSubfloat(bool s, BufferParams const &, bool update_label = true);
        ///
-       void setSubfloat(bool s, BufferParams const &);
+       void setNewLabel(BufferParams const &);
        ///
        InsetFloatParams const & params() const { return params_; }
 private: