X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetSpace.h;h=a4fd6151f90a458c9a8429573e6d0cdc735f03a1;hb=00e00b32fd1df4e3c90a63ff067400f0f7153dee;hp=8055706c41118b0f0df5599710eae187ef1611f9;hpb=8b00b355ca7012ca703c78a8be89193ac6435fcb;p=lyx.git diff --git a/src/insets/InsetSpace.h b/src/insets/InsetSpace.h index 8055706c41..a4fd6151f9 100644 --- a/src/insets/InsetSpace.h +++ b/src/insets/InsetSpace.h @@ -135,16 +135,15 @@ public: /// void toString(odocstream &) const; /// - void forOutliner(docstring &, size_t) const; + void forOutliner(docstring &, size_t const, bool const) const; /// bool hasSettings() const { return true; } /// - bool clickable(int, int) const { return true; } + bool clickable(BufferView const &, int, int) const { return true; } /// InsetCode lyxCode() const { return SPACE_CODE; } - /// is this an expandible space (rubber length)? - bool isStretchableSpace() const; - + /// does this inset try to use all available space (like \\hfill does)? + bool isHfill() const; /// should this inset be handled like a normal character? bool isChar() const { return true; } /// is this equivalent to a letter?