Konsole
Konsole::ProfileWriter Class Reference
Interface for all classes which can write profile settings to a file. More...
#include <Profile.h>
Inheritance diagram for Konsole::ProfileWriter:

Public Member Functions | |
virtual QString | getPath (const Profile::Ptr profile)=0 |
virtual bool | writeProfile (const QString &path, const Profile::Ptr profile)=0 |
virtual | ~ProfileWriter () |
Detailed Description
Interface for all classes which can write profile settings to a file.
Definition at line 556 of file Profile.h.
Constructor & Destructor Documentation
virtual Konsole::ProfileWriter::~ProfileWriter | ( | ) | [inline, virtual] |
Member Function Documentation
virtual QString Konsole::ProfileWriter::getPath | ( | const Profile::Ptr | profile | ) | [pure virtual] |
Returns a suitable path-name for writing profile
to.
The path-name should be accepted by the corresponding ProfileReader class.
Implemented in Konsole::KDE4ProfileWriter.
virtual bool Konsole::ProfileWriter::writeProfile | ( | const QString & | path, | |
const Profile::Ptr | profile | |||
) | [pure virtual] |
Writes the properties and values from profile
to the file specified by path
.
This profile should be readable by the corresponding ProfileReader class.
Implemented in Konsole::KDE4ProfileWriter.
The documentation for this class was generated from the following file: