console/kabcclient
formatfactory.h
Go to the documentation of this file.
QByteArrayList inputFormatList() const
Returns a list of input parser names.
Definition: formatfactory.h:128
QByteArrayList outputFormatList() const
Returns a list of output formatter names.
Definition: formatfactory.h:143
InputFormat * inputFormat(const QByteArray &name)
Creates an InputFormat instance for the given name.
Definition: formatfactory.cpp:53
OutputFormat * outputFormat(const QByteArray &name)
Creates an OutputFormat instance for the given name.
Definition: formatfactory.cpp:81
QList< QByteArray > QByteArrayList
A list of strings for format names.
Definition: formatfactory.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:02 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:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.