X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetGraphics.h;h=2a04f0c33cf469d8070c7f0eb50dfc33a8373462;hb=bfddee97e191a853f0576f4fab3f095c4e9ce0de;hp=b65f53c9952515b60f1d053972cc007e7422c5c0;hpb=634a00c9dbe0a411c662b51be4fee714c4661ebf;p=lyx.git diff --git a/src/insets/InsetGraphics.h b/src/insets/InsetGraphics.h index b65f53c995..2a04f0c33c 100644 --- a/src/insets/InsetGraphics.h +++ b/src/insets/InsetGraphics.h @@ -13,10 +13,11 @@ #ifndef INSET_GRAPHICS_H #define INSET_GRAPHICS_H -#include #include "Inset.h" #include "InsetGraphicsParams.h" +#include + namespace lyx { class RenderGraphic; @@ -51,6 +52,8 @@ public: bool setParams(InsetGraphicsParams const & params); InsetGraphicsParams getParams() const { return params_;} + /// + bool clickable(int, int) const { return true; } private: /// @@ -69,7 +72,7 @@ private: #fragile == true# means, that the inset should take care about fragile commands by adding a #\protect# before. */ - int latex(odocstream &, OutputParams const &) const; + void latex(otexstream &, OutputParams const &) const; /// int plaintext(odocstream &, OutputParams const &) const; /// @@ -93,9 +96,9 @@ private: /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; /// - void addToToc(DocIterator const &); + void addToToc(DocIterator const &) const; /// - docstring contextMenu(BufferView const & bv, int x, int y) const; + docstring contextMenuName() const; /// Force inset into LTR environment if surroundings are RTL bool forceLTR() const { return true; } ///