]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbox.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetbox.h
index 7781a53eaffcbec2b65f1d01ffe00fab40ddb466..044f0d4330456badeb563b1585fd72ab7e13ebb8 100644 (file)
@@ -18,7 +18,8 @@
 #include "lyxlength.h"
 
 
-struct InsetBoxParams {
+class InsetBoxParams {
+public:
        ///
        InsetBoxParams(std::string const &);
        ///
@@ -75,6 +76,10 @@ public:
        ///
        bool display() const { return false; }
        ///
+       bool forceDefaultParagraphs(idx_type) const;
+       ///
+       bool neverIndent() const { return true; }
+       ///
        int latex(Buffer const &, std::ostream &,
                        OutputParams const &) const;
        ///
@@ -91,6 +96,8 @@ public:
        ///
        InsetBoxParams const & params() const { return params_; }
        ///
+       bool getStatus(LCursor &, FuncRequest const &, FuncStatus &) const;
+       ///
        enum BoxType {
                Frameless,
                Boxed,