Konsole
ProfileReader.h
Go to the documentation of this file.
50 virtual bool readProfile(const QString& path , Profile::Ptr profile , QString& parentProfile) = 0;
virtual bool readProfile(const QString &path, Profile::Ptr profile, QString &parentProfile)=0
Attempts to read a profile from path and save the property values described into profile.
virtual QStringList findProfiles()
Returns a list of paths to profiles which this reader can read.
Definition: ProfileReader.cpp:42
virtual QStringList findProfiles()
Returns a list of paths to profiles which this reader can read.
Definition: ProfileReader.h:37
Interface for all classes which can load profile settings from a file.
Definition: ProfileReader.h:32
virtual bool readProfile(const QString &path, Profile::Ptr profile, QString &parentProfile)
Attempts to read a profile from path and save the property values described into profile.
Definition: ProfileReader.cpp:71
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.