KIO
KFileWritePlugin Class Reference
#include <kfilewriteplugin.h>
Inheritance diagram for KFileWritePlugin:

Detailed Description
Definition at line 28 of file kfilewriteplugin.h.
Public Member Functions | |
virtual bool | canWrite (const KUrl &file, const QString &key)=0 |
KFileWritePlugin (QObject *parent, const QStringList &args) | |
virtual bool | write (const KUrl &file, const QVariantMap &data)=0 |
virtual | ~KFileWritePlugin () |
Constructor & Destructor Documentation
KFileWritePlugin::KFileWritePlugin | ( | QObject * | parent, | |
const QStringList & | args | |||
) |
Constructor that initializes the object as a QObject.
Definition at line 26 of file kfilewriteplugin.cpp.
KFileWritePlugin::~KFileWritePlugin | ( | ) | [virtual] |
Member Function Documentation
determine if this plugin can write a value into a particular resource.
Write a set of values into a resource pointed to by file
.
The documentation for this class was generated from the following files: