console/kabcclient
outputformat.h
Go to the documentation of this file.
virtual QString description() const =0
Returns a translate description of the output format.
virtual bool writeAddresseeList(const KABC::AddresseeList &addresseeList, std::ostream &stream)=0
Writes the data from each addressee in the given list to the given output stream. ...
virtual ~OutputFormat()
Destroys the instance Defined here because the class contains virtual methods.
Definition: outputformat.h:60
virtual bool writeAddressee(const KABC::Addressee &addressee, std::ostream &stream)=0
Writes the data of a given addressee to the given output stream.
virtual bool setOptions(const QByteArray &options)=0
Configures the output format.
virtual QString optionUsage() const
Returns a translate message about the available format options.
Definition: outputformat.h:114
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.