Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QMailComposerFactory class creates objects implementing the QMailComposerInterface interface. More...
#include <QMailComposerFactory>
The QMailComposerFactory class creates objects implementing the QMailComposerInterface interface.
The QMailComposerFactory class creates objects that are able to compose mail messages, and that implement the QMailComposerInterface interface. The factory chooses an implementation based on the type of message to be composed.
The QMailComposerInterface class describes the interface supported by classes that can be created by the QMailComposerFactory class. To create a new class that can be created via the QMailComposerFactory, implement a plug-in that derives from QMailComposerPlugin.
See also QMailComposerInterface and QMailComposerPlugin.
Creates a composer object of the class identified by key, setting the returned object to have the parent widget parent.
Returns the key identifying the first class found that can compose messages of type type.
Returns the display icon for the message type type created by the composer identified by key.
See also QMailComposerInterface::displayIcon().
Returns the display name for the message type type created by the composer identified by key.
See also QMailComposerInterface::displayName().
Returns a list of keys identifying classes that can compose messages of type type containing contentType content.
Returns the message types created by the composer identified by key.
See also QMailComposerInterface::messageTypes().
Returns the name for the message type type created by the composer identified by key.
See also QMailComposerInterface::name().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |