Konsole
ColorSchemeManager.h
Go to the documentation of this file.
ColorSchemeManager()
Constructs a new ColorSchemeManager and loads the list of available color schemes.
Definition: ColorSchemeManager.cpp:156
bool deleteColorScheme(const QString &name)
Deletes a color scheme.
Definition: ColorSchemeManager.cpp:310
QList< const ColorScheme * > allColorSchemes()
Returns a list of the all the available color schemes.
Definition: ColorSchemeManager.cpp:204
Manages the color schemes available for use by terminal displays.
Definition: ColorSchemeManager.h:38
void addColorScheme(ColorScheme *scheme)
Adds a new color scheme to the manager.
Definition: ColorSchemeManager.cpp:293
~ColorSchemeManager()
Destroys the ColorSchemeManager and saves any modified color schemes to disk.
Definition: ColorSchemeManager.cpp:165
const ColorScheme * findColorScheme(const QString &name)
Returns the color scheme with the given name or 0 if no scheme with that name exists.
Definition: ColorSchemeManager.cpp:326
const ColorScheme * defaultColorScheme() const
Returns the default color scheme for Konsole.
Definition: ColorSchemeManager.cpp:288
static ColorSchemeManager * instance()
Returns the global color scheme manager instance.
Definition: ColorSchemeManager.cpp:172
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 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:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.