X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLColor.h;h=b41608a0a7cef9d1d452f6d77bdaa2392fc6b333;hb=98c966c64594611e469313314abd1e59524adb4a;hp=1799d3f4c983f178fbd3db2e6da0e9b3e6b198ed;hpb=b60c06df7e3e2f9da35aead443e0b3fb82a3f544;p=lyx.git diff --git a/src/LColor.h b/src/LColor.h index 1799d3f4c9..b41608a0a7 100644 --- a/src/LColor.h +++ b/src/LColor.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of * ====================================================== - * + * * LyX, The Document Processor - * + * * Copyright 1998-2001 The LyX Team * *======================================================*/ @@ -18,14 +18,13 @@ #include #include "LString.h" -#include /** - 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). - + */ /** @@ -39,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. @@ -100,6 +99,8 @@ public: /// Special chars text color special, + /// Graphics inset background color + graphicsbg, /// Math inset text color math, /// Math inset background color @@ -115,7 +116,7 @@ public: /// caption frame color captionframe, - + /// collapsable insets text collapsable, /// collapsable insets frame @@ -130,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 @@ -157,7 +158,7 @@ public: /// Color used for bottom background buttonbg, - // Logical attributes + // Logical attributes /// Color is inherited inherit, @@ -171,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