X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFlex.h;h=82770026c33249b4e7cd549199b100bbf10adb17;hb=9b530e59c2b74828f3a68f3bb7ee3dee0365cdc0;hp=bae49b26c0fc9ec7ca38dc11032e9fc1556f1c10;hpb=f176a18434d40eead5f5a64234db9445053cbf76;p=lyx.git diff --git a/src/insets/InsetFlex.h b/src/insets/InsetFlex.h index bae49b26c0..82770026c3 100644 --- a/src/insets/InsetFlex.h +++ b/src/insets/InsetFlex.h @@ -25,13 +25,11 @@ public: /// InsetFlex(Buffer *, std::string const & layoutName); /// - docstring name() const { return from_utf8(name_); } + docstring layoutName() const { return from_utf8("Flex:" + name_); } /// InsetLayout const & getLayout() const; /// InsetCode lyxCode() const { return FLEX_CODE; } - /// - bool resetFontEdit() const; /// Default looks InsetLayout::InsetDecoration decoration() const; /// @@ -45,6 +43,8 @@ public: FuncStatus &) const; /// void doDispatch(Cursor & cur, FuncRequest & cmd); + /// + void updateBuffer(ParIterator const & it, UpdateType utype); protected: ///