]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetfloat.h
index 53f6e742beffb043e40c009f1dead14affe8e650..633d0a75330087d20e321948541b1ef4a254adc6 100644 (file)
@@ -19,7 +19,7 @@
 
 struct InsetFloatParams {
        ///
-       InsetFloatParams() : wide(false) {}
+       InsetFloatParams() : wide(false), sideways(false) {}
        ///
        void write(std::ostream & os) const;
        ///
@@ -30,6 +30,8 @@ struct InsetFloatParams {
        std::string placement;
        ///
        bool wide;
+       ///
+       bool sideways;
 };
 
 
@@ -72,6 +74,8 @@ public:
        ///
        void wide(bool w, BufferParams const &);
        ///
+       void sideways(bool s, BufferParams const &);
+       ///
        void addToToc(lyx::toc::TocList &, Buffer const &) const;
        ///
        bool  showInsetDialog(BufferView *) const;