Richard Heck 6de1a1a2da Fix another assertion.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30629 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-16 13:34:33 +00:00
..
2009-03-17 10:47:55 +00:00
2009-06-18 20:04:27 +00:00
2008-11-16 00:18:52 +00:00
2007-09-21 20:39:47 +00:00
2009-05-12 21:03:47 +00:00
2008-11-15 12:44:11 +00:00
2009-07-16 13:34:33 +00:00
2009-07-14 18:06:19 +00:00
2009-07-03 00:05:58 +00:00
2004-04-20 08:51:15 +00:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)