kstars
colorscheme.h
Go to the documentation of this file.
void setStarColorMode(int mode)
Set the star color mode used by the color scheme mode the star color mode to use. ...
Definition: colorscheme.cpp:288
void setStarColorModeIntensity(int mode, int intens)
Set the star color mode and intensity value used by the color scheme mode the star color mode to use ...
Definition: colorscheme.cpp:300
QString nameAt(int i) const
i the index of the long name to retrieve
Definition: colorscheme.cpp:110
QColor colorNamed(const QString &name) const
Retrieve a color by name.
Definition: colorscheme.cpp:97
bool hasColorNamed(const QString &name) const
Definition: colorscheme.h:46
bool load(const QString &filename)
Load a color scheme from a *.colors file filename the filename of the color scheme to be loaded...
Definition: colorscheme.cpp:130
This class stores all of the adjustable colors in KStars, in a QMap object keyed by the names of the ...
Definition: colorscheme.h:38
void setColor(const QString &key, const QString &color)
Change the color with the given key to the given value key the key-name of the color to be changed co...
Definition: colorscheme.cpp:122
void setStarColorIntensity(int intens)
Set the star color intensity value used by the color scheme intens The star color intensity value...
Definition: colorscheme.cpp:294
bool save(const QString &name)
Save the current color scheme to a *.colors file.
Definition: colorscheme.cpp:218
QString nameFromKey(const QString &key) const
Definition: colorscheme.cpp:118
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.