Konsole
Konsole::ProfileReader Class Referenceabstract
#include <ProfileReader.h>
Inheritance diagram for Konsole::ProfileReader:
Public Member Functions | |
virtual | ~ProfileReader () |
virtual QStringList | findProfiles () |
virtual bool | readProfile (const QString &path, Profile::Ptr profile, QString &parentProfile)=0 |
Detailed Description
Interface for all classes which can load profile settings from a file.
Definition at line 32 of file ProfileReader.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 35 of file ProfileReader.h.
Member Function Documentation
|
inlinevirtual |
Returns a list of paths to profiles which this reader can read.
Reimplemented in Konsole::KDE4ProfileReader.
Definition at line 37 of file ProfileReader.h.
|
pure 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
Implemented in Konsole::KDE4ProfileReader.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:25 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:25 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.