X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFloatList.h;h=3d6a7a356905d0f7530fc5bd2c5e60bfae198924;hb=88e5e5fd345c280b0927ad84785657cbc9e55f77;hp=6f7844eb2658f65fdba1f499f2050877bce6ed2c;hpb=d866717ef7503a1373dd1cb3925e1ac97b079192;p=lyx.git diff --git a/src/insets/InsetFloatList.h b/src/insets/InsetFloatList.h index 6f7844eb26..3d6a7a3569 100644 --- a/src/insets/InsetFloatList.h +++ b/src/insets/InsetFloatList.h @@ -42,10 +42,15 @@ public: /// int docbook(odocstream &, OutputParams const &) const { return 0; } /// - int plaintext(odocstream &, OutputParams const & runparams) const; + int plaintext(odocstringstream & ods, OutputParams const & op, + size_t max_length = INT_MAX) const; /// docstring xhtml(XHTMLStream &, OutputParams const &) const; /// + void doDispatch(Cursor & cur, FuncRequest & cmd); + /// + bool clickable(BufferView const &, int, int) const { return true; } + /// void validate(LaTeXFeatures & features) const; //@} @@ -64,6 +69,8 @@ private: //@{ /// Inset * clone() const { return new InsetFloatList(*this); } + /// + docstring layoutName() const; //@} /// \name Private functions inherited from InsetCommand class @@ -71,9 +78,6 @@ private: /// docstring screenLabel() const; //@} - - /// - static ParamInfo param_info_; };