André Pönitz 24ef8d0aab getting started with documentation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2424 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-06 13:21:07 +00:00
..
2001-07-13 07:55:55 +00:00
2001-07-13 07:55:55 +00:00
2001-08-06 06:23:09 +00:00
2001-08-06 06:23:09 +00:00
2001-08-03 17:56:11 +00:00
2001-08-03 17:56:11 +00:00
2001-07-26 16:14:23 +00:00
2001-07-26 06:56:43 +00:00
2001-08-06 13:21:07 +00:00
2001-07-26 06:56:43 +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
  (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