Home

QMailMessageServicePlugin Class Reference

The QMailMessageServicePlugin class defines a base class for implementing messaging service plugins. More...

    #include <QMailMessageServicePlugin>

Inherits QObject and QMailMessageServicePluginInterface.


Public Functions

QMailMessageServicePlugin ()
virtual QStringList keys () const

Additional Inherited Members


Detailed Description

The QMailMessageServicePlugin class defines a base class for implementing messaging service plugins.

The QMailMessageServicePlugin class provides a base class for plugin classes that provide messaging service functionality. Classes that inherit QMailMessageServicePlugin need to provide overrides of the key, supports and createService member functions.

See also QMailMessageServicePluginInterface, QMailMessageService, and QMailMessageServiceFactory.


Member Function Documentation

QMailMessageServicePlugin::QMailMessageServicePlugin ()

Creates a messaging service plugin instance.

QStringList QMailMessageServicePlugin::keys () const   [virtual]

Returns the list of interfaces implemented by this plugin.


Copyright © 2010 QtSoftware
Messaging Framework