André Pönitz 739f74c54a fix out-of-bounds bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2864 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-12 07:52:13 +00:00
..
2001-10-10 13:20:51 +00:00
2001-10-10 13:20:51 +00:00
2001-10-10 13:20:51 +00:00
2001-10-10 13:20:51 +00:00
2001-09-03 15:22:55 +00:00
2001-08-13 15:26:41 +00:00
2001-08-30 08:55:13 +00:00
2001-09-03 15:22:55 +00:00
2001-09-03 15:22:55 +00:00
2001-08-15 05:50:39 +00:00
2001-10-12 07:52:13 +00:00
2001-08-17 17:50:00 +00:00
2001-08-09 09:19:18 +00:00
2001-09-04 07:39:29 +00:00
2001-10-01 12:23:00 +00:00
2001-09-19 17:22:34 +00:00
2001-08-09 09:19:18 +00:00
2001-09-28 20:23:49 +00:00
2001-09-03 15:22:55 +00:00
2001-09-04 07:39:29 +00:00
2001-09-03 15:22:55 +00:00
2001-08-09 10:48:50 +00:00
2001-08-09 15:19:31 +00:00
2001-09-14 11:03:41 +00:00
2001-08-28 13:34:04 +00:00
2001-10-10 13:20:51 +00:00
2001-10-10 13:20:51 +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