Konsole
Konsole::KDE4ProfileReader Class Reference
#include <ProfileReader.h>
Inheritance diagram for Konsole::KDE4ProfileReader:
Public Member Functions | |
virtual QStringList | findProfiles () |
virtual bool | readProfile (const QString &path, Profile::Ptr profile, QString &parentProfile) |
Public Member Functions inherited from Konsole::ProfileReader | |
virtual | ~ProfileReader () |
Detailed Description
Reads a KDE 4 .profile file.
Definition at line 54 of file ProfileReader.h.
Member Function Documentation
|
virtual |
Returns a list of paths to profiles which this reader can read.
Reimplemented from Konsole::ProfileReader.
Definition at line 42 of file ProfileReader.cpp.
|
virtual |
Attempts to read a profile from path
and save the property values described into profile
.
Returns true if the profile was successfully read or false otherwise.
- Parameters
-
path Path to the profile to read profile Pointer to the Profile the settings will be read into parentProfile Receives the name of the parent profile
Implements Konsole::ProfileReader.
Definition at line 71 of file ProfileReader.cpp.
The documentation for this class was generated from the following files:
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.