]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFloat.h
index b74faa0a6b9fbb6144502cf95ee9c9c7526477e7..cc1e066588e5474828c9596e81351efc0d7f3371 100644 (file)
@@ -51,7 +51,7 @@ class InsetFloat : public InsetCollapsable
 {
 public:
        ///
-       InsetFloat(Buffer *, std::string const &);
+       InsetFloat(Buffer * buffer, std::string params_str);
 
        ///
        static void string2params(std::string const &, InsetFloatParams &);
@@ -95,11 +95,9 @@ private:
            insets that may contain several paragraphs */
        bool noFontChange() const { return true; }
        ///
-       bool showInsetDialog(BufferView *) const;
-       ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
@@ -108,8 +106,6 @@ private:
        docstring getCaption(OutputParams const &) const;
        ///
        InsetFloatParams params_;
-       ///
-       docstring name_;
 };