Contents
QVersitResourceHandler Class Reference
The QVersitResourceHandler class is an interface for clients wishing to implement custom behaviour for loading and saving files to disk when exporting and importing. More...
#include <QVersitResourceHandler>
Inherited by QVersitDefaultResourceHandler.
Public Functions
virtual | ~QVersitResourceHandler () |
virtual bool | loadResource ( const QString & location, QByteArray * contents, QString * mimeType ) = 0 |
virtual bool | saveResource ( const QByteArray & contents, const QVersitProperty & property, QString * location ) = 0 |
Detailed Description
The QVersitResourceHandler class is an interface for clients wishing to implement custom behaviour for loading and saving files to disk when exporting and importing.