]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLayout.h
Add NewlineCmd InsetLayout and Argument option
[features.git] / src / insets / InsetLayout.h
index dc46946897e4f9f9c9981816f9b50f9e914d59bc..f36afa11563a7a25ae3d7c7609831e7bc577de2e 100644 (file)
@@ -160,6 +160,8 @@ public:
        ///
        docstring passThruChars() const { return passthru_chars_; }
        ///
+       std::string newlineCmd() const { return newline_cmd_; }
+       ///
        bool parbreakIsNewline() const { return parbreakisnewline_; }
        ///
        bool isNeedProtect() const { return needprotect_; }
@@ -283,6 +285,8 @@ private:
        ///
        docstring passthru_chars_;
        ///
+       std::string newline_cmd_;
+       ///
        bool parbreakisnewline_;
        ///
        bool freespacing_;