André Pönitz 73b1ac43f4 a bit more const correctness
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4905 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-08 16:08:11 +00:00
..
2002-01-03 18:37:18 +00:00
2002-07-16 18:22:45 +00:00
2002-07-16 18:22:45 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-08-07 08:11:41 +00:00
2002-08-02 14:04:16 +00:00
2002-07-12 14:24:47 +00:00
2002-05-30 07:09:54 +00:00
2002-08-08 16:08:11 +00:00
2002-06-18 15:44:30 +00:00
2002-05-30 07:09:54 +00:00
2002-05-30 07:09:54 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-07-12 14:24:47 +00:00
2002-07-30 13:56:02 +00:00
2002-07-30 13:56:02 +00:00
2002-08-05 07:09:11 +00:00
2002-08-05 07:09:11 +00:00
2002-08-01 16:12:02 +00:00
2002-08-05 07:09:11 +00:00
2002-08-05 07:09:11 +00:00
2002-08-08 16:08:11 +00:00
2002-05-30 07:09:54 +00:00
2002-07-30 13:56:02 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-08-05 07:09:11 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-07-26 14:11:19 +00:00
2002-05-30 07:09:54 +00:00
2002-08-05 07:09:11 +00:00
2002-08-05 07:09:11 +00:00
2002-07-12 11:21:21 +00:00
2002-07-12 11:21:21 +00:00
2002-08-08 16:08:11 +00:00
2002-05-30 07:09:54 +00:00
2002-07-12 14:24:47 +00:00
2002-07-12 14:24:47 +00:00
2002-05-30 07:09:54 +00:00
2002-08-08 16:08:11 +00:00
2002-08-08 16:08:11 +00:00
2002-06-18 15:44:30 +00:00
2002-07-12 14:24:47 +00:00
2001-11-16 11:24:55 +00:00
2002-07-30 13:56:02 +00:00
2002-03-21 17:42:56 +00:00
2002-07-30 13:56:02 +00:00
2002-05-30 07:09:54 +00:00
2002-08-07 08:11:41 +00:00
2002-07-11 14:28:11 +00:00
2002-05-30 07:09:54 +00:00
2002-05-30 07:09:54 +00:00
2002-05-30 07:09:54 +00:00
2002-05-30 07:09:54 +00:00
2002-06-26 19:04:45 +00:00
2001-12-05 17:50:18 +00:00
2002-08-07 08:11:41 +00:00
2001-08-28 13:34:04 +00:00
2002-07-11 15:04:43 +00:00
2002-07-11 15:04: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 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