X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommand.h;h=f51f8c939a05452be85e4971ab5df44b3094772e;hb=1bd422355430d4753e48eee298dafaf8c1ac458f;hp=39b1cbbef36ae745633b307033de70cd3d192e85;hpb=ffe1d53cdb9db64916f15ccf7b2f38776942bf25;p=lyx.git diff --git a/src/insets/InsetCommand.h b/src/insets/InsetCommand.h index 39b1cbbef3..f51f8c939a 100644 --- a/src/insets/InsetCommand.h +++ b/src/insets/InsetCommand.h @@ -78,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,6 +87,8 @@ public: /// int docbook(odocstream &, OutputParams const & runparams) const; /// + void validate(LaTeXFeatures & features) const; + /// bool setMouseHover(BufferView const * bv, bool mouse_hover) const; /// bool clickable(BufferView const &, int, int) const { return hasSettings(); } @@ -97,9 +101,6 @@ protected: std::string contextMenuName() const; /// bool showInsetDialog(BufferView * bv) const; - /// - Dimension const dimension(BufferView const &) const - { return button_.dimension(); } //@} protected: @@ -107,7 +108,7 @@ protected: //@{ /// Build the complete LaTeX command /// \see InsetCommandParams::getCommand - docstring const getCommand(OutputParams const & rp) const + docstring const getCommand(OutputParams const & rp) const { return p_.getCommand(rp); } /// Return the command name /// \see InsetCommandParams::getCmdName