Konsole
Konsole::KDE3ColorSchemeReader Class Reference
Reads a color scheme stored in the .schema format used in the KDE 3 incarnation of Konsole. More...
#include <ColorScheme.h>
Public Member Functions | |
KDE3ColorSchemeReader (QIODevice *device) | |
ColorScheme * | read () |
Detailed Description
Reads a color scheme stored in the .schema format used in the KDE 3 incarnation of Konsole.Only the basic essentials ( title and color palette entries ) are currently supported. Additional options such as background image and background blend colors are ignored.
Definition at line 219 of file ColorScheme.h.
Constructor & Destructor Documentation
KDE3ColorSchemeReader::KDE3ColorSchemeReader | ( | QIODevice * | device | ) |
Constructs a new reader which reads from the specified device.
The device should be open in read-only mode.
Definition at line 415 of file ColorScheme.cpp.
Member Function Documentation
ColorScheme * KDE3ColorSchemeReader::read | ( | ) |
Reads and parses the contents of the .schema file from the input device and returns the ColorScheme defined within it.
Returns a null pointer if an error occurs whilst parsing the contents of the file.
Definition at line 419 of file ColorScheme.cpp.
The documentation for this class was generated from the following files: