André Pönitz 1555e4c27c some support for \atop
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2542 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-17 17:50:00 +00:00
..
2001-08-09 09:19:18 +00:00
2001-08-17 17:41:38 +00:00
2001-08-14 09:35:44 +00:00
2001-08-17 09:48:24 +00:00
2001-08-15 05:50:39 +00:00
2001-08-16 12:34:48 +00:00
2001-08-13 15:26:41 +00:00
2001-08-13 15:26:41 +00:00
2001-08-17 15:47:02 +00:00
2001-08-17 17:50:00 +00:00
2001-08-15 05:50:39 +00:00
2001-08-17 15:47:02 +00:00
2001-08-17 11:08:55 +00:00
2001-08-03 17:56:11 +00:00
2001-08-17 17:50:00 +00:00
2001-08-15 05:50:39 +00:00
2001-08-17 17:50:00 +00:00
2001-08-17 17:50:00 +00:00
2001-08-09 09:19:18 +00:00
2001-08-09 09:19:18 +00:00
2001-08-07 04:49:50 +00:00
2001-08-17 17:50:00 +00:00
2001-08-10 13:17:39 +00:00
2001-08-17 09:48:24 +00:00
2001-08-17 09:48:24 +00:00
2001-08-07 05:37:18 +00:00
2001-08-07 05:37:18 +00:00
2001-08-17 15:55:31 +00:00
2001-08-09 09:19:18 +00:00
2001-08-09 09:19:18 +00:00
2001-08-09 09:19:18 +00:00
2001-08-17 17:50:00 +00:00
2001-08-17 17:50:00 +00:00
2001-08-09 09:19:18 +00:00
2001-08-09 10:48:50 +00:00
2001-08-09 15:19:31 +00:00
2001-08-17 15:47:02 +00:00
2001-08-14 09:35:44 +00:00
2001-08-17 15:53:06 +00:00
2001-08-09 09:19:18 +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     "Matrix"
         (base for eqnarray/align/...)



There are only two "real LyXInsets" in here:

Formula       - containing a pointer to a  MathMatrixInset (a misnomer...)
FormulaMacro  - containing a pointer to a  MathMacroTemplate