]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfloat.h
read the Changelog
[features.git] / src / insets / insetfloat.h
index 997c99f73a695fdd40bea3649e4b0fcd4d6fe402..62e51aae9eed9e80d70e31ef877700f3159ad1c3 100644 (file)
@@ -26,10 +26,7 @@ class Painter;
 class InsetFloat : public InsetCollapsable {
 public:
        ///
-       explicit
-       InsetFloat();
-       ///
-       ~InsetFloat() {}
+       InsetFloat(string const &);
        ///
        void Write(Buffer const * buf, std::ostream & os) const;
        ///
@@ -45,18 +42,20 @@ public:
        ///
        const char * EditMessage() const;
        ///
-       bool InsertInset(BufferView *, Inset * inset);
-       ///
        bool InsertInsetAllowed(Inset * inset) const;
        ///
-//     LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
-       ///
        void InsetButtonRelease(BufferView * bv, int x, int y, int button);
+       ///
+       void wide(bool w);
+       ///
+       bool wide() const;
 private:
        ///
        string floatType;
        ///
        string floatPlacement;
+       ///
+       bool wide_;
 };
 
 #endif