]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
fix typo that put too many include paths for most people
[lyx.git] / src / LColor.h
index 8c16950edf5eba4e1cd3be939a339a28402b4592..b41608a0a7cef9d1d452f6d77bdaa2392fc6b333 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *         Copyright 1998-2001 The LyX Team
  *
  *======================================================*/
 #include "LString.h"
 
 /**
-  This is a stateless class. 
+  This is a stateless class.
 
   It has one basic purposes:
   To serve as a color-namespace container (the Color enum).
-  
+
 
   */
 /**
@@ -38,7 +38,7 @@
  * - A real, predefined color, such as black, white, red or green.
  * - A logical color, such as no color, inherit, math
  */
+
 class LColor // : public boost::noncopyable {
 // made copyable for same reasons as LyXRC was made copyable. See there for
 // explanation.
@@ -116,7 +116,7 @@ public:
 
                /// caption frame color
                captionframe,
+
                /// collapsable insets text
                collapsable,
                /// collapsable insets frame
@@ -131,10 +131,10 @@ public:
                error,
                /// EOL marker color
                eolmarker,
+               /// Added space colour
+               added_space,
                /// Appendix line color
                appendixline,
-               /// VFill line color
-               vfillline,
                /// Top and bottom line color
                topline,
                /// Table line color
@@ -158,7 +158,7 @@ public:
                /// Color used for bottom background
                buttonbg,
 
-               // Logical attributes
+               // Logical attributes
 
                /// Color is inherited
                inherit,
@@ -172,19 +172,19 @@ public:
        void setColor(LColor::color col, string const & x11name);
        /// set the given LyX color to the color defined by the X11 name given
        bool setColor(string const & lyxname, string const & x11name);
+
        /// Get GUI name of color
        string const getGUIName(LColor::color c) const;
+
        /// Get X11 name of color
        string const getX11Name(LColor::color c) const;
+
        /// Get LaTeX name of color
        string const getLaTeXName(LColor::color c) const;
+
        /// Get LyX name of color
        string const getLyXName(LColor::color c) const;
+
        /// get the color from the GUI name
        LColor::color getFromGUIName(string const & guiname) const;
        /// get the color from the LyX name