kaddressbook
XXPortFactory Class Reference
#include <xxportfactory.h>
Public Member Functions | |
XXPort * | createXXPort (const QString &identifier, QWidget *parentWidget) const |
Detailed Description
A factory for import/export modules.
This class is a factory that creates import/export modules for a given identifier.
Definition at line 33 of file xxportfactory.h.
Member Function Documentation
XXPort * XXPortFactory::createXXPort | ( | const QString & | identifier, |
QWidget * | parentWidget | ||
) | const |
Returns a new import/export module that matches the given identifier
or a null pointer if the identifier is invalid.
The caller has to take ownership of the created module.
Definition at line 28 of file xxportfactory.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.