console/kabcclient
kabcclient.h
Go to the documentation of this file.
bool setOutputFormat(const QByteArray &name)
Sets the output format to use.
Definition: kabcclient.cpp:110
bool setInputFormat(const QByteArray &name)
Sets the input format to use.
Definition: kabcclient.cpp:79
bool setOutputCodec(const QByteArray &name)
Sets the text codec for writing the output data.
Definition: kabcclient.cpp:154
bool setInputOptions(const QByteArray &options)
Sets the options for the input format.
Definition: kabcclient.cpp:119
bool setOutputOptions(const QByteArray &options)
Sets the options for the output format.
Definition: kabcclient.cpp:130
KABCClient(Operation operation, FormatFactory *factory)
Creates and initializes the instance.
Definition: kabcclient.cpp:54
bool initOperation()
Checks if Operation setup is correct and schedules execution.
Definition: kabcclient.cpp:174
void setMatchCaseSensitivity(Qt::CaseSensitivity sensitivity)
Sets the string matching mode.
Definition: kabcclient.h:260
bool setInputCodec(const QByteArray &name)
Sets the text codec for reading the input data.
Definition: kabcclient.cpp:139
void setInputStream(std::istream *stream)
Sets the input stream to read data from.
Definition: kabcclient.cpp:167
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.