okteta
bytearraycharsstreamencoder.cpp
Go to the documentation of this file.
47 : AbstractByteArrayStreamEncoder( i18nc("name of the encoding target","Characters"), QString::fromLatin1("text/plain") )
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
CharsStreamEncoderSettings()
Definition: bytearraycharsstreamencoder.cpp:40
QChar substituteChar
Definition: bytearraycharsstreamencoder.h:42
CharsStreamEncoderSettings mSettings
Definition: bytearraycharsstreamencoder.h:61
virtual ~ByteArrayCharsStreamEncoder()
Definition: bytearraycharsstreamencoder.cpp:87
QString charCodingName() const
Definition: bytearrayview.cpp:255
ByteArrayCharsStreamEncoder()
Definition: bytearraycharsstreamencoder.cpp:46
virtual Character decode(Byte byte) const =0
Definition: charcodec.h:42
static CharCodec * createCodec(CharCoding charCoding)
Definition: charcodec.cpp:68
virtual Byte byte(Address offset) const =0
locates working range The idea behind is to tell buffer which range will be requested in the followin...
QString codecName
Definition: bytearraycharsstreamencoder.h:40
QChar substituteChar() const
Definition: bytearrayview.cpp:369
QChar undefinedChar
Definition: bytearraycharsstreamencoder.h:41
virtual bool encodeDataToStream(QIODevice *device, const ByteArrayView *byteArrayView, const Okteta::AbstractByteArrayModel *byteArrayModel, const Okteta::AddressRange &range)
Definition: bytearraycharsstreamencoder.cpp:51
Definition: bytearrayview.h:51
Definition: character.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 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 23:04:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.