X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetArgument.h;h=5c4701d8fcc471a1c75be6929bada882970f0bd0;hb=9c0281126e5b819a6c10afa1bb585b76cdc4dca2;hp=186c6119e3d884c64790a53616ddfcf43f795cd0;hpb=a9409b47851e57afb2a9c1b1262e60c6963d9dc4;p=lyx.git diff --git a/src/insets/InsetArgument.h b/src/insets/InsetArgument.h index 186c6119e3..5c4701d8fc 100644 --- a/src/insets/InsetArgument.h +++ b/src/insets/InsetArgument.h @@ -30,9 +30,9 @@ public: InsetArgument(Buffer *, std::string const &); /// Outputting the parameter of a LaTeX command - void latexArgument(otexstream &, OutputParams const &, - docstring const&, docstring const &, - docstring const &) const; + void latexArgument(otexstream & os, OutputParams const & runparams_in, + docstring const & ldelim, docstring const & rdelim, + docstring const & presetarg) const; std::string name() const { return name_; } @@ -77,6 +77,8 @@ public: /// FontInfo getLabelfont() const; /// + ColorCode labelColor() const; + /// void setButtonLabel(); //@} @@ -97,6 +99,8 @@ private: std::string decoration_; /// bool pass_thru_; + /// + docstring pass_thru_chars_; protected: /// \name Protected functions inherited from Inset class