]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.h
When selecting special logos, set their color correctly
[lyx.git] / src / insets / InsetFlex.h
index caee6bcab7c92385825c3451babce11264beafee..82770026c33249b4e7cd549199b100bbf10adb17 100644 (file)
@@ -25,7 +25,9 @@ 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; }
        /// Default looks
@@ -41,6 +43,8 @@ public:
                FuncStatus &) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
+       ///
+       void updateBuffer(ParIterator const & it, UpdateType utype);
 
 protected:
        ///