QCA
qca_textfilter.h
Go to the documentation of this file.
bool lineBreaksEnabled() const
Returns true if line breaks are enabled.
void setLineBreaksColumn(int column)
Sets the column that linebreaks should be inserted at when encoding.
MemoryRegion update(const MemoryRegion &a) override
Process more data, returning the corresponding encoded or decoded (depending on the Direction set in ...
MemoryRegion update(const MemoryRegion &a) override
Process more data, returning the corresponding encoded or decoded (depending on the Direction set in ...
MemoryRegion encode(const MemoryRegion &a)
Process an array in the "forward" direction, returning an array.
QString arrayToString(const MemoryRegion &a)
Process an array in the "forward" direction, returning a QString.
Direction _dir
Internal state variable for the Direction that the filter operates in.
Definition qca_textfilter.h:154
QString decodeString(const QString &s)
Process a string in the "reverse" direction, returning a string.
QString encodeString(const QString &s)
Process a string in the "forward" direction, returning a string.
MemoryRegion decode(const MemoryRegion &a)
Process an array in the "reverse" direction, returning an array.
MemoryRegion stringToArray(const QString &s)
Process an string in the "reverse" direction, returning a byte array.
Header file for core QCA infrastructure.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.