]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatexaccent.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insetlatexaccent.h
index 8e80c56e591debcf1376057e118525192909157a..c209f379158745d887e0dc0cd086d66b6621889b 100644 (file)
@@ -1,23 +1,20 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file insetlatexaccent.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *         Copyright 1995 Matthias Ettrich
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef INSET_LATEX_ACCENT_H
 #define INSET_LATEX_ACCENT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "inset.h"
 #include "LString.h"
-#include "lyxlex.h"
+#include "dimension.h"
 
 /** Insertion of accents
 
@@ -27,7 +24,7 @@
   it also can handle other special characters (e.g. Hstroke)
   Initiated by Ivan Schreter, later modified by Lgb.
   */
-class InsetLatexAccent : public Inset {
+class InsetLatexAccent : public InsetOld {
 public:
        ///
        InsetLatexAccent();
@@ -35,41 +32,34 @@ public:
        explicit
        InsetLatexAccent(string const & string);
        ///
-       int ascent(BufferView *, LyXFont const &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
-       int descent(BufferView *, LyXFont const &) const;
-       ///
-       int width(BufferView *, LyXFont const &) const;
-       ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        int lbearing(LyXFont const & font) const;
        ///
        int rbearing(LyXFont const & font) const;
        ///
-       bool displayISO8859_9(BufferView *, LyXFont const & font,
-                             int baseline, float & x) const;
-       ///
-       void write(Buffer const *, std::ostream &) const;
+       bool displayISO8859_9(PainterInfo & pi, int x, int y) const;
        ///
-       void read(Buffer const *, LyXLex & lex);
+       void write(Buffer const &, std::ostream &) const;
        ///
-       int latex(Buffer const *, std::ostream &,
-                 bool fragile, bool free_spc) const;
+       void read(Buffer const &, LyXLex & lex);
        ///
-       int ascii(Buffer const *, std::ostream &, int linelen) const;
+       int latex(Buffer const &, std::ostream &,
+                 LatexRunParams const &) const;
        ///
-       int linuxdoc(Buffer const *, std::ostream &) const;
+       int ascii(Buffer const &, std::ostream &, int linelen) const;
        ///
-       int docbook(Buffer const *, std::ostream &, bool mixcont) const;
+       int linuxdoc(Buffer const &, std::ostream &) const;
        ///
-       bool deletable() const;
+       int docbook(Buffer const &, std::ostream &, bool mixcont) const;
        ///
        bool directWrite() const;
        ///
-       virtual Inset * clone(Buffer const &, bool same_id = false) const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Inset::Code lyxCode()const;
+       InsetOld::Code lyxCode()const;
        ///
        inline bool canDisplay();
        // should this inset be handled like a normal charater