André Pönitz ac103f15a7 another safety belt
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5632 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-14 07:48:34 +00:00
..
2002-08-30 08:36:35 +00:00
2002-09-11 18:36:00 +00:00
2002-11-04 02:12:42 +00:00
2002-11-14 07:48:34 +00:00
2002-11-14 07:48:34 +00:00
2002-11-04 02:12:42 +00:00
2002-09-24 18:20:26 +00:00
2002-08-12 07:05:02 +00:00
2002-11-04 02:12:42 +00:00
2002-10-28 10:39:12 +00:00
2002-08-26 06:17:54 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-11-04 02:12:42 +00:00
2002-08-05 07:09:11 +00:00
2002-08-05 07:09:11 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-11-04 02:12:42 +00:00
2002-10-28 17:15:19 +00:00
2002-11-04 02:12:42 +00:00
2002-10-22 11:13:40 +00:00
2002-07-30 13:56:02 +00:00
2002-08-08 16:08:11 +00:00
2002-08-29 09:57:57 +00:00
2002-10-28 13:10:12 +00:00
2002-11-04 02:12:42 +00:00
2002-11-04 02:12:42 +00:00
2002-05-30 07:09:54 +00:00
2002-09-10 15:53:33 +00:00
2002-09-10 15:53:33 +00:00
2002-07-12 14:24:47 +00:00
2002-07-12 14:24:47 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-09-20 12:36:36 +00:00
2002-09-20 12:36:36 +00:00
2002-03-21 17:42:56 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-05-30 07:09:54 +00:00
2002-10-28 17:15:19 +00:00
2002-10-28 17:15:19 +00:00
2002-05-30 07:09:54 +00:00
2002-05-30 07:09:54 +00:00
2001-12-05 17:50:18 +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