okteta
bytearrayvalidator.h
Go to the documentation of this file.
void setCharCodec(const QString &charCodecName)
Sets the char codec to use. Does not change the current codec.
Definition: bytearrayvalidator.cpp:47
void setMaxLength(int maxLength)
Sets the maximal length of the edited bytearray to maxLength.
Definition: bytearrayvalidator.cpp:71
QString toString(const QByteArray &byteArray) const
Definition: bytearrayvalidator.cpp:185
virtual ~ByteArrayValidator()
Definition: bytearrayvalidator.cpp:213
Definition: charcodec.h:42
ByteArrayValidator(QObject *parent=0, Coding codecId=CharCoding, int charCodecId=LocalEncoding)
Definition: bytearrayvalidator.cpp:34
Class that is able to convert codings to and from hexadecimal, decimal, octal, and binary...
Definition: valuecodec.h:45
void setCodec(Coding codecId)
Sets one of the value codecs or the current char codec.
Definition: bytearrayvalidator.cpp:56
virtual QValidator::State validate(QString &input, int &pos) const
Definition: bytearrayvalidator.cpp:85
void setMinLength(int minLength)
Sets the maximal length of the edited bytearray to minLength.
Definition: bytearrayvalidator.cpp:78
QByteArray toByteArray(const QString &string) const
Definition: bytearrayvalidator.cpp:146
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.