X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayout.h;h=4f4f1c7899c3a3e1e6ef430103f1ff16b38c0337;hb=057d83d8ae782c9cae06a108707b82cc77315cde;hp=7991cb193ef8ddbc2245e2ad9ce1a43e858b7670;hpb=d10317978a28839ac1567f78d13abc46920f59a1;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index 7991cb193e..4f4f1c7899 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -94,6 +94,7 @@ public: docstring labelstring; docstring menustring; bool mandatory; + bool nodelims; docstring ldelim; docstring rdelim; docstring defaultarg; @@ -116,6 +117,8 @@ public: /// LaTeXArgMap const & postcommandargs() const { return postcommandargs_; } /// + LaTeXArgMap const & listpreamble() const { return listpreamble_; } + /// LaTeXArgMap const & itemargs() const { return itemargs_; } /// Returns true is the layout has arguments. If false, then an /// InsetArgument in this layout stands for the parent InsetText. @@ -484,6 +487,8 @@ private: /// LaTeXArgMap postcommandargs_; /// + LaTeXArgMap listpreamble_; + /// LaTeXArgMap itemargs_; /// bool add_to_toc_;