KIO
KFileWritePlugin Class Referenceabstract
#include <kfilewriteplugin.h>
Inheritance diagram for KFileWritePlugin:
Public Member Functions | |
| KFileWritePlugin (QObject *parent, const QStringList &args) | |
| virtual | ~KFileWritePlugin () |
| virtual bool | canWrite (const KUrl &file, const QString &key)=0 |
| virtual bool | write (const KUrl &file, const QVariantMap &data)=0 |
Detailed Description
Definition at line 28 of file kfilewriteplugin.h.
Constructor & Destructor Documentation
| KFileWritePlugin::KFileWritePlugin | ( | QObject * | parent, |
| const QStringList & | args | ||
| ) |
Constructor that initializes the object as a QObject.
Definition at line 27 of file kfilewriteplugin.cpp.
|
virtual |
Destructor.
Definition at line 32 of file kfilewriteplugin.cpp.
Member Function Documentation
|
pure virtual |
determine if this plugin can write a value into a particular resource.
|
pure virtual |
Write a set of values into a resource pointed to by file.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2015 The KDE developers.
Generated on Fri May 1 2015 14:13:55 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2015 The KDE developers.
Generated on Fri May 1 2015 14:13:55 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.