X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFlex.h;h=a51f30ae412aebf036930ec36a046163250908bf;hb=25ef8e7eef8dfb2b6d6d4f2935ae6775ebf2ba60;hp=5799b65f77a55ff9b9fe7210f405dc2c7a6fbb9e;hpb=d4634167cc2fa047c5f88d78e46b63459cdd0c85;p=lyx.git diff --git a/src/insets/InsetFlex.h b/src/insets/InsetFlex.h index 5799b65f77..a51f30ae41 100644 --- a/src/insets/InsetFlex.h +++ b/src/insets/InsetFlex.h @@ -25,15 +25,19 @@ public: /// InsetFlex(Buffer *, std::string const & layoutName); /// - docstring name() const; + 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; /// void write(std::ostream &) const; /// should paragraph indendation be ommitted in any case? - bool neverIndent() const { return true; } + bool neverIndent() const { return true; } /// bool hasSettings() const { return false; } ///