okteta
#include <bytearraycombobox.h>
Definition at line 40 of file bytearraycombobox.h.
Enumerator |
---|
InvalidCoding |
|
HexadecimalCoding |
|
DecimalCoding |
|
OctalCoding |
|
BinaryCoding |
|
CharCoding |
|
Utf8Coding |
|
Definition at line 47 of file bytearraycombobox.h.
Okteta::ByteArrayComboBox::ByteArrayComboBox |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Okteta::ByteArrayComboBox::~ByteArrayComboBox |
( |
| ) |
|
|
virtual |
QByteArray Okteta::ByteArrayComboBox::byteArray |
( |
| ) |
const |
void Okteta::ByteArrayComboBox::byteArrayChanged |
( |
const QByteArray & |
byteArray | ) |
|
|
signal |
int Okteta::ByteArrayComboBox::format |
( |
| ) |
const |
void Okteta::ByteArrayComboBox::formatChanged |
( |
int |
index | ) |
|
|
signal |
int Okteta::ByteArrayComboBox::maxLength |
( |
| ) |
const |
int Okteta::ByteArrayComboBox::minLength |
( |
| ) |
const |
void Okteta::ByteArrayComboBox::rememberCurrentByteArray |
( |
| ) |
|
void Okteta::ByteArrayComboBox::setByteArray |
( |
const QByteArray & |
byteArray | ) |
|
void Okteta::ByteArrayComboBox::setCharCodec |
( |
const QString & |
charCodecName | ) |
|
void Okteta::ByteArrayComboBox::setMaxLength |
( |
int |
maxLength | ) |
|
void Okteta::ByteArrayComboBox::setMinLength |
( |
int |
minLength | ) |
|
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.