X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_fontinset.h;h=5174823b0435ab38c55385dbb159f797a1cb69bf;hb=edbef46cd7865dab72ab6b503d62e2492479d297;hp=69ae8bbc215b0230640bbfdb85305ab08e7d92c8;hpb=285952e13002efe5d69a890e6e2a924b0c294808;p=lyx.git diff --git a/src/mathed/math_fontinset.h b/src/mathed/math_fontinset.h index 69ae8bbc21..5174823b04 100644 --- a/src/mathed/math_fontinset.h +++ b/src/mathed/math_fontinset.h @@ -1,24 +1,29 @@ // -*- C++ -*- +/** + * \file math_fontinset.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + #ifndef MATH_FONTINSET_H #define MATH_FONTINSET_H #include "math_nestinset.h" -/** Inset for font changes - * \author André Pönitz - * - * Full author contact details are available in file CREDITS - */ - class latexkeys; +/// Inset for font changes class MathFontInset : public MathNestInset { public: /// explicit MathFontInset(latexkeys const * key); /// - MathInset * clone() const; + virtual std::auto_ptr clone() const; /// MathFontInset * asFontInset() { return this; } /// @@ -26,7 +31,7 @@ public: /// are we in math mode, text mode, or unsure? mode_type currentMode() const; /// - string name() const; + std::string name() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; ///