X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommandParams.h;h=7dc59fa5ee764fc0e46cf65d4d5a6008ee5fdb42;hb=3588f2f69675df8dbf829800b0ed6e4a455c68b4;hp=8d2aaa8fa246cb5268a68296ff8fc1c9f871f9b3;hpb=1178b30c542266a42e91e46900825a0722049623;p=lyx.git diff --git a/src/insets/InsetCommandParams.h b/src/insets/InsetCommandParams.h index 8d2aaa8fa2..7dc59fa5ee 100644 --- a/src/insets/InsetCommandParams.h +++ b/src/insets/InsetCommandParams.h @@ -140,16 +140,16 @@ public: void clear(); /// static bool isCompatibleCommand(InsetCode code, std::string const & s); - + /// + ParamInfo const & info() const { return info_; }; + /// + docstring prepareCommand(OutputParams const & runparams, + docstring const & command, ParamInfo::ParamHandling handling) const; private: std::string getDefaultCmd(InsetCode code); /// checks whether we need to write an empty optional parameter /// \return true if a non-empty optional parameter follows ci bool writeEmptyOptional(ParamInfo::const_iterator ci) const; - /// - docstring prepareCommand(OutputParams const & runparams, - docstring const & command, - ParamInfo::ParamHandling handling) const; /// Description of all command properties ParamInfo info_;