X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommand.h;h=ba7a945339497ff849e6d87a9cb3e29c8a400948;hb=c59375d67915077a2dbf7e8bb29768dc379fb797;hp=ae6fc3ec05da3f75675f88df881ab9831da62808;hpb=a93ac274507fcd5bade2fe51826c7337152d793b;p=lyx.git diff --git a/src/insets/InsetCommand.h b/src/insets/InsetCommand.h index ae6fc3ec05..ba7a945339 100644 --- a/src/insets/InsetCommand.h +++ b/src/insets/InsetCommand.h @@ -39,6 +39,8 @@ public: /// InsetCommand(InsetCommand const & rhs); /// + InsetCommand & operator=(InsetCommand const & rhs); + /// virtual ~InsetCommand(); /// InsetCommand * asInsetCommand() { return this; } @@ -76,6 +78,8 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// + virtual void drawBackground(PainterInfo &, int, int) const {} + /// void latex(otexstream &, OutputParams const &) const; /// int plaintext(odocstringstream & ods, OutputParams const & op, @@ -85,7 +89,7 @@ public: /// bool setMouseHover(BufferView const * bv, bool mouse_hover) const; /// - bool clickable(int, int) const { return hasSettings(); } + bool clickable(BufferView const &, int, int) const { return hasSettings(); } //@} protected: @@ -95,9 +99,6 @@ protected: std::string contextMenuName() const; /// bool showInsetDialog(BufferView * bv) const; - /// - Dimension const dimension(BufferView const &) const - { return button_.dimension(); } //@} protected: