]> git.lyx.org Git - lyx.git/blobdiff - src/insets/figinset.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / figinset.h
index 3deaf532dc9936de971de1d17b0748602bf68b49..02000371d9d5a224e689cc5fb3666ab50f025ed8 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef FIGINSET_H
 #define FIGINSET_H
 
+#include FORMS_H_LOCATION
 #include "figure_form.h"
 #include "LString.h"
 #include "buffer.h"
@@ -43,7 +44,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int docBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &) const;
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
 
@@ -53,13 +54,15 @@ public:
        ///
        void edit(BufferView *, int, int, unsigned int);
        ///
+       void edit(BufferView * bv, bool front = true);
+       ///
        EDITABLE editable() const;
        ///
        bool deletable() const;
        ///
        Inset::Code lyxCode() const;
        ///
-       Inset * clone(Buffer const &) const;
+       Inset * clone(Buffer const &, bool same_id = false) const;
        ///
        void callbackFig(long arg);
        ///