Konsole
Konsole::ProfileWriter Class Referenceabstract
#include <ProfileWriter.h>
Inheritance diagram for Konsole::ProfileWriter:
Public Member Functions | |
virtual | ~ProfileWriter () |
virtual QString | getPath (const Profile::Ptr profile)=0 |
virtual bool | writeProfile (const QString &path, const Profile::Ptr profile)=0 |
Detailed Description
Interface for all classes which can write profile settings to a file.
Definition at line 32 of file ProfileWriter.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 35 of file ProfileWriter.h.
Member Function Documentation
|
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.
|
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:
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.