]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPreferences.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormPreferences.h
index ae44e160eda9c06c328999d860614d768f6b67b6..928f826f0e426ba9e1dacba0b88fd8459ce0df73 100644 (file)
@@ -181,33 +181,22 @@ private:
                ///
                void InputBrowserLyX() const;
                ///
-               void InputBrowserX11() const;
-               ///
                void InputHSV();
                ///
-               void LoadBrowserLyX();
-               ///
-               bool LoadBrowserX11(string const &);
+               void InputRGB();
                ///
-               bool LoadDatabase();
+               void LoadBrowserLyX();
                ///
                void Modify();
                ///
-               int SearchEntry(RGBColor const &) const;
-               ///
-               void Sort();
+               void SwitchColorSpace() const;
                ///
-               void SortType();
+               string const X11hexname(RGBColor const &) const;
 
                ///
                FormPreferences & parent_;
                ///
                FD_form_colors * dialog_;
-               /// The usual location of the X11 name database.
-               static string const colorFile;
-               /** A vector of RGB colors and associated name.
-                   Each RGB color is unique. */
-               static std::vector<NamedColor> colorDB;
 
                /// A vector of LyX LColor GUI name and associated RGB color.
                std::vector<NamedColor> lyxColorDB;