André Pönitz 69bee02a89 mathed uglyfication
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8358 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-16 10:55:19 +00:00
..
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-13 14:13:51 +00:00
2004-01-16 10:55:19 +00:00
2004-01-16 10:55:19 +00:00
2004-01-14 18:17:02 +00:00
2003-09-05 02:53:05 +00:00
2004-01-07 18:28:50 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2004-01-07 18:28:50 +00:00
2004-01-07 18:28:50 +00:00
2003-10-28 08:51:33 +00:00
2003-10-28 08:51:33 +00:00
2004-01-16 10:55:19 +00:00
2004-01-16 10:55:19 +00:00
2004-01-16 10:55:19 +00:00
2003-10-07 08:51:14 +00:00
2003-10-07 08:51:14 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2003-11-03 17:47:28 +00:00
2003-10-06 15:43:21 +00:00
2003-10-28 08:51:33 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2003-10-07 08:16:04 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-16 10:55:19 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2003-10-02 13:41:00 +00:00
2003-10-02 13:41:00 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2003-11-03 17:47:28 +00:00
2003-10-06 15:43:21 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2004-01-07 18:28:50 +00:00
2004-01-07 18:28:50 +00:00
2004-01-07 18:28:50 +00:00
2004-01-07 18:28:50 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2004-01-15 17:34:44 +00:00
2001-08-28 13:34:04 +00:00

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


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |             \

              Dim                  Char                   MacroArg
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots  Func  Space  Symbol Bigop Noglyph
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

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



There are only two "real LyXInsets" in here:

Formula       - containing a pointer to a  MathHullInset
FormulaMacro  - containing a pointer to a  MathMacroTemplate