]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetVSpace.h
index a559f13be935378871ebc1272c9f26ea50618bad..86ed8833b51d391e692c1c486f1751e0270fe004 100644 (file)
@@ -32,10 +32,7 @@ public:
        ///
        InsetCode lyxCode() const { return VSPACE_CODE; }
        ///
-       void edit(Cursor & cur, bool front,
-               EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);
-       ///
-       EDITABLE editable() const { return IS_EDITABLE; }
+       bool hasSettings() const { return true; }
        ///
        docstring contextMenu(BufferView const & bv, int x, int y) const;
        ///
@@ -54,6 +51,8 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
+       docstring xhtml(odocstream &, OutputParams const &) const;
+       ///
        void read(Lexer & lex);
        ///
        void write(std::ostream & os) const;