okteta
#include <bytearrayview.h>
Definition at line 51 of file bytearrayview.h.
Kasten2::ByteArrayView::~ByteArrayView |
( |
| ) |
|
|
virtual |
int Kasten2::ByteArrayView::binaryGapWidth |
( |
| ) |
const |
int Kasten2::ByteArrayView::byteSpacingWidth |
( |
| ) |
const |
bool Kasten2::ByteArrayView::canReadData |
( |
const QMimeData * |
data | ) |
const |
|
virtual |
void Kasten2::ByteArrayView::charCodecChanged |
( |
const QString & |
charCodingName | ) |
|
|
signal |
QString Kasten2::ByteArrayView::charCodingName |
( |
| ) |
const |
QMimeData * Kasten2::ByteArrayView::copySelectedData |
( |
| ) |
const |
|
virtual |
void Kasten2::ByteArrayView::cursorPositionChanged |
( |
Okteta::Address |
cursorPosition | ) |
|
|
signal |
QRect Kasten2::ByteArrayView::cursorRect |
( |
| ) |
const |
QMimeData * Kasten2::ByteArrayView::cutSelectedData |
( |
| ) |
|
|
virtual |
void Kasten2::ByteArrayView::deleteSelectedData |
( |
| ) |
|
|
virtual |
int Kasten2::ByteArrayView::groupSpacingWidth |
( |
| ) |
const |
bool Kasten2::ByteArrayView::hasFocus |
( |
| ) |
const |
|
virtual |
bool Kasten2::ByteArrayView::hasSelectedData |
( |
| ) |
const |
|
virtual |
void Kasten2::ByteArrayView::hasSelectedDataChanged |
( |
bool |
hasSelectedData | ) |
|
|
signal |
void Kasten2::ByteArrayView::insert |
( |
const QByteArray & |
byteArray | ) |
|
void Kasten2::ByteArrayView::insertData |
( |
const QMimeData * |
data | ) |
|
|
virtual |
bool Kasten2::ByteArrayView::isModifiable |
( |
| ) |
const |
|
virtual |
bool Kasten2::ByteArrayView::isOverwriteMode |
( |
| ) |
const |
bool Kasten2::ByteArrayView::isOverwriteOnly |
( |
| ) |
const |
bool Kasten2::ByteArrayView::isReadOnly |
( |
| ) |
const |
|
virtual |
int Kasten2::ByteArrayView::layoutStyle |
( |
| ) |
const |
void Kasten2::ByteArrayView::layoutStyleChanged |
( |
int |
layoutStyle | ) |
|
|
signal |
int Kasten2::ByteArrayView::noOfBytesPerLine |
( |
| ) |
const |
void Kasten2::ByteArrayView::noOfBytesPerLineChanged |
( |
int |
noOfBytesPerLine | ) |
|
|
signal |
int Kasten2::ByteArrayView::noOfGroupedBytes |
( |
| ) |
const |
void Kasten2::ByteArrayView::noOfGroupedBytesChanged |
( |
int |
noOfGroupedBytes | ) |
|
|
signal |
int Kasten2::ByteArrayView::offsetCoding |
( |
| ) |
const |
void Kasten2::ByteArrayView::offsetCodingChanged |
( |
int |
offsetCoding | ) |
|
|
signal |
bool Kasten2::ByteArrayView::offsetColumnVisible |
( |
| ) |
const |
void Kasten2::ByteArrayView::offsetColumnVisibleChanged |
( |
bool |
visible | ) |
|
|
signal |
void Kasten2::ByteArrayView::overwriteModeChanged |
( |
bool |
overwriteMode | ) |
|
|
signal |
void Kasten2::ByteArrayView::selectAllData |
( |
bool |
selectAll | ) |
|
|
virtual |
void Kasten2::ByteArrayView::setCharCoding |
( |
const QString & |
charCodingName | ) |
|
void Kasten2::ByteArrayView::setCursorPosition |
( |
Okteta::Address |
cursorPosition | ) |
|
void Kasten2::ByteArrayView::setFocus |
( |
| ) |
|
|
virtual |
void Kasten2::ByteArrayView::setLayoutStyle |
( |
int |
layoutStyle | ) |
|
void Kasten2::ByteArrayView::setMarking |
( |
const Okteta::AddressRange & |
range, |
|
|
bool |
ensureVisible = false |
|
) |
| |
void Kasten2::ByteArrayView::setNoOfBytesPerLine |
( |
int |
noOfBytesPerLine | ) |
|
void Kasten2::ByteArrayView::setNoOfGroupedBytes |
( |
int |
noOfGroupedBytes | ) |
|
void Kasten2::ByteArrayView::setOffsetCoding |
( |
int |
offsetCoding | ) |
|
void Kasten2::ByteArrayView::setOverwriteMode |
( |
bool |
overwriteMode | ) |
|
void Kasten2::ByteArrayView::setReadOnly |
( |
bool |
isReadOnly | ) |
|
|
virtual |
void Kasten2::ByteArrayView::setSelectionCursorPosition |
( |
Okteta::Address |
index | ) |
|
void Kasten2::ByteArrayView::setShowsNonprinting |
( |
bool |
showsNonprinting = true | ) |
|
void Kasten2::ByteArrayView::setSubstituteChar |
( |
QChar |
substituteChar | ) |
|
void Kasten2::ByteArrayView::setUndefinedChar |
( |
QChar |
undefinedChar | ) |
|
void Kasten2::ByteArrayView::setValueCoding |
( |
int |
valueCoding | ) |
|
void Kasten2::ByteArrayView::setViewModus |
( |
int |
viewModus | ) |
|
void Kasten2::ByteArrayView::setVisibleByteArrayCodings |
( |
int |
columns | ) |
|
void Kasten2::ByteArrayView::setZoomLevel |
( |
double |
Level | ) |
|
|
virtual |
bool Kasten2::ByteArrayView::showsNonprinting |
( |
| ) |
const |
void Kasten2::ByteArrayView::showsNonprintingChanged |
( |
bool |
showsNonprinting | ) |
|
|
signal |
QChar Kasten2::ByteArrayView::substituteChar |
( |
| ) |
const |
void Kasten2::ByteArrayView::substituteCharChanged |
( |
QChar |
substituteChar | ) |
|
|
signal |
QString Kasten2::ByteArrayView::title |
( |
| ) |
const |
|
virtual |
void Kasten2::ByteArrayView::toggleOffsetColumn |
( |
bool |
visible | ) |
|
QChar Kasten2::ByteArrayView::undefinedChar |
( |
| ) |
const |
void Kasten2::ByteArrayView::undefinedCharChanged |
( |
QChar |
undefinedChar | ) |
|
|
signal |
int Kasten2::ByteArrayView::valueCoding |
( |
| ) |
const |
void Kasten2::ByteArrayView::valueCodingChanged |
( |
int |
valueCoding | ) |
|
|
signal |
int Kasten2::ByteArrayView::viewModus |
( |
| ) |
const |
void Kasten2::ByteArrayView::viewModusChanged |
( |
int |
viewModus | ) |
|
|
signal |
int Kasten2::ByteArrayView::visibleByteArrayCodings |
( |
| ) |
const |
void Kasten2::ByteArrayView::visibleByteArrayCodingsChanged |
( |
int |
columns | ) |
|
|
signal |
QWidget * Kasten2::ByteArrayView::widget |
( |
| ) |
const |
|
virtual |
double Kasten2::ByteArrayView::zoomLevel |
( |
| ) |
const |
|
virtual |
void Kasten2::ByteArrayView::zoomLevelChanged |
( |
double |
Level | ) |
|
|
signal |
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:12 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.