]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / debug.h
index 2da53c16ba2346373cfc4b03dacb73ed51799fb6..38c0b7e3df2514c91b5252a2ff7e3592c97f4b27 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -19,7 +19,6 @@
 #include <iosfwd>
 
 #include "LString.h"
-#include "support/lstrings.h"
 
 /** Ideally this should have been a namespace, but since we try to be
     compilable on older C++ compilators too, we use a struct instead.
@@ -65,20 +64,17 @@ struct Debug {
                ///
                DEPEND     = (1 << 16),
                ///
-               INSETS     = (1 << 17)
+               INSETS     = (1 << 17),
+               ///
+               FILES      = (1 << 18),
+               ///
+               WORKAREA   = (1 << 19),
+               ///
+               INSETTEXT  = (1 << 20)
        };
        ///
-//     static const type ANY = type(INFO | INIT | KEY | GUI |
-//                                  PARSER | LYXRC | KBMAP | LATEX |
-//                                  MATHED | FONT | TCLASS | LYXVC |
-//                                  LYXSERVER | ROFF | ACTION | LYXLEX |
-//                                  DEPEND | INSETS);
-       ///
        static type const ANY;
 
-       ///
-//     friend inline void operator|=(Debug::type & d1, Debug::type d2);
-       
        /** A function to convert symbolic string names on debug levels
            to their numerical value.
        */