André Pönitz fcb060f97d make undo more granular in mathed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2951 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-31 12:26:42 +00:00
..
2001-10-24 18:10:21 +00:00
2001-10-24 19:09:31 +00:00
2001-10-23 09:03:07 +00:00
2001-10-23 09:03:07 +00:00
2001-10-24 19:09:31 +00:00
2001-10-24 19:09:31 +00:00
2001-10-24 19:09:31 +00:00
2001-10-12 07:52:13 +00:00
2001-10-23 07:33:03 +00:00
2001-10-24 19:09:31 +00:00
2001-10-24 18:10:21 +00:00
2001-10-24 18:10:21 +00:00
2001-10-24 18:10:21 +00:00
2001-08-09 15:19:31 +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     "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