]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathHull.h
index ce1e9e51dcf5163a4369881b1e41707bf657987c..bfb6e34f4d98006134e9b8b35fd04bfe1de5dc62 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -111,9 +111,13 @@ public:
        ///
        void write(std::ostream & os) const;
        ///
+       void header_write(WriteStream &) const;
+       ///
+       void footer_write(WriteStream &) const;
+       ///
        void read(Lexer & lex);
        ///
-       void readQuiet(Lexer & lex);
+       bool readQuiet(Lexer & lex);
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -157,10 +161,6 @@ private:
        ///
        void validate1(LaTeXFeatures & features);
        ///
-       void header_write(WriteStream &) const;
-       ///
-       void footer_write(WriteStream &) const;
-       ///
        docstring nicelabel(row_type row) const;
        ///
        void doExtern(Cursor & cur, FuncRequest & func);
@@ -212,7 +212,7 @@ public:
        ///
        virtual void revealCodes(Cursor & cur) const;
        ///
-       EDITABLE editable() const { return HIGHLY_EDITABLE; }
+       bool editable() const { return true; }
        ///
        void edit(Cursor & cur, bool front, 
                EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);