]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.h
mathed uglyfication
[lyx.git] / src / mathed / math_undersetinset.h
index 8c24e47701e68d3e97b177e32788c23c134397a1..064235552941c116b3231ff86c8dd318feea8d8a 100644 (file)
@@ -1,9 +1,12 @@
 // -*- C++ -*-
-
-/** Underset objects
- *  \author André Pönitz
+/**
+ * \file math_undersetinset.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
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef MATH_UNDERSETINSET_H
 class MathUndersetInset : public MathFracbaseInset {
 public:
        ///
-       MathUndersetInset();
+       std::auto_ptr<InsetBase> clone() const;
        ///
-       MathInset * clone() const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void metrics(MetricsInfo & st) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void draw(PainterInfo &, int x, int y) const;
-
+       bool idxFirst(BufferView &) const;
+       ///
+       bool idxLast(BufferView &) const;
+       ///
+       bool idxUpDown(BufferView &, bool up, int targetx) const;
        ///
        void write(WriteStream & os) const;
        ///