]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetArgument.h
Pass local font to arguments and assure pass_thru is inherited
[features.git] / src / insets / InsetArgument.h
index bff6056934e8ad2d1e23c217539ae0043cb4f5eb..1b5050db95e485ef1f052b69facce60d7e46f58b 100644 (file)
@@ -62,6 +62,8 @@ public:
        bool neverIndent() const { return true; }
        ///
        std::string contextMenuName() const;
+       ///
+       bool isPassThru() const { return pass_thru_; }
        //@}
        /// \name Public functions inherited from InsetCollapsable class
        //@{
@@ -90,6 +92,8 @@ private:
        FontInfo labelfont_;
        ///
        std::string decoration_;
+       ///
+       bool pass_thru_;
 
 protected:
        /// \name Protected functions inherited from Inset class