okteta
valuecodec.cpp
Go to the documentation of this file.
50 unsigned int ValueCodec::decode( unsigned char* byte, const QString& digits, unsigned int pos ) const
static ValueCodec * createCodec(ValueCoding valueCoding)
Definition: valuecodec.cpp:36
Definition: binarybytecodec.h:33
unsigned int decode(Byte *byte, const QString &text, unsigned int pos=0) const
Tries to decode the digits in the text into a byte.
Definition: valuecodec.cpp:50
Definition: decimalbytecodec.h:33
Definition: oktetacore.h:34
Class that is able to convert codings to and from hexadecimal, decimal, octal, and binary...
Definition: valuecodec.h:45
Definition: oktetacore.h:34
Definition: oktetacore.h:34
Definition: octalbytecodec.h:33
virtual unsigned int encodingWidth() const =0
virtual bool appendDigit(Byte *byte, unsigned char digit) const =0
Tries to increase the byte value by appending a digit to the digits of the current encoding...
Definition: oktetacore.h:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 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:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.