X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommand.h;h=3ea57c98dc3ade79ca92ebfad310aaa20ce08a5e;hb=bfddee97e191a853f0576f4fab3f095c4e9ce0de;hp=653a4a0b101a7ac76864d7b27dabdbad984f030d;hpb=222b3580d21a8ce2d8c499db4de885e9b8a94d88;p=lyx.git diff --git a/src/insets/InsetCommand.h b/src/insets/InsetCommand.h index 653a4a0b10..3ea57c98dc 100644 --- a/src/insets/InsetCommand.h +++ b/src/insets/InsetCommand.h @@ -76,7 +76,7 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - int latex(odocstream &, OutputParams const &) const; + void latex(otexstream &, OutputParams const &) const; /// int plaintext(odocstream &, OutputParams const &) const; /// @@ -85,8 +85,13 @@ public: bool setMouseHover(BufferView const * bv, bool mouse_hover) const; /// bool clickable(int, int) const { return hasSettings(); } + //@} + +protected: + /// \name Methods relaying to the InsetCommandParams p_ + //@{ /// - docstring contextMenu(BufferView const & bv, int x, int y) const; + docstring contextMenuName() const; /// bool showInsetDialog(BufferView * bv) const; ///