]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetBox.h
index 337c3bc34b20bb6c1888ccd28f894137723bc878..611647d6f34bdfd23e1bdb2ee44987b654c8e586 100644 (file)
@@ -79,13 +79,17 @@ public:
        bool showInsetDialog(BufferView * bv) const;
        ///
        DisplayType display() const { return Inline; }
+       //FIXME Is this the one we want? or is it:
+       //allowParagraphCustomization(idx_type)?
        ///
-       bool forceDefaultParagraphs(idx_type) const;
+       virtual bool forceEmptyLayout() const;
        ///
        bool neverIndent(Buffer const &) const { return true; }
        ///
        bool noFontChange() const { return true; }
        ///
+       bool isMacroScope(Buffer const & buf) const;
+       ///
        int latex(Buffer const &, odocstream &, OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &, OutputParams const &) const;