Konsole
Konsole::KDE3ProfileReader Class Reference
#include <Profile.h>
Inheritance diagram for Konsole::KDE3ProfileReader:

Detailed Description
Reads a KDE 3 profile .desktop file.
Definition at line 539 of file Profile.h.
Public Member Functions | |
virtual QStringList | findProfiles () |
virtual bool | readProfile (const QString &path, Profile::Ptr profile, QString &parentProfile) |
Member Function Documentation
QStringList KDE3ProfileReader::findProfiles | ( | ) | [virtual] |
Returns a list of paths to profiles which this reader can read.
Reimplemented from Konsole::ProfileReader.
Definition at line 402 of file Profile.cpp.
bool KDE3ProfileReader::readProfile | ( | const QString & | path, | |
Profile::Ptr | profile, | |||
QString & | parentProfile | |||
) | [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 specified in
Implements Konsole::ProfileReader.
Definition at line 407 of file Profile.cpp.
The documentation for this class was generated from the following files: