X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetArgument.h;h=3e200e3b1c173bc1dfbecd74b7b35fe8364f42d3;hb=3391fed36a574fb729f243888258d1b6d45b0251;hp=fb7e290aeb738c13fe47f69370a761eb2ad6dd4b;hpb=c0000cc405063044fb4eca3f04ab35f69fe3dd74;p=features.git diff --git a/src/insets/InsetArgument.h b/src/insets/InsetArgument.h index fb7e290aeb..3e200e3b1c 100644 --- a/src/insets/InsetArgument.h +++ b/src/insets/InsetArgument.h @@ -81,6 +81,9 @@ public: /// void setButtonLabel(); //@} + /// + void addToToc(DocIterator const & dit, bool output_active, + UpdateType utype, TocBackend & backend) const; //override private: /// @@ -105,6 +108,8 @@ private: bool pass_thru_; /// docstring pass_thru_chars_; + /// The type of Toc this is the caption of, empty otherwise. + std::string caption_of_toc_; protected: /// \name Protected functions inherited from Inset class