![]() |
Home · All Classes · Grouped Classes · Annotated · 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 create a message containing type content.
Returns the display icon for the composer identified by key.
See also QMailComposerInterface::displayIcon().
Returns the display name for the composer identified by key.
See also QMailComposerInterface::displayName().
Returns a list of keys identifying classes that can create a message containing type content.
Returns the message type for the composer identified by key.
See also QMailComposerInterface::messageType().
Returns the name for the composer identified by key.
See also QMailComposerInterface::name().
Copyright © 2008 Nokia | Trademarks | Qtopia 4.3.3 |