okteta
Typedefs | |
| typedef qint32 | Address |
| typedef KDE::NumberRange < Address, Size > | AddressRange |
| typedef unsigned char | Byte |
| typedef qint32 | Line |
| typedef qint32 | LinePosition |
| typedef KDE::NumberRange < LinePosition, LinePositionSize > | LinePositionRange |
| typedef qint32 | LinePositionSize |
| typedef KDE::NumberRange< Line, LineSize > | LineRange |
| typedef qint32 | LineSize |
| typedef int | PixelX |
| typedef KDE::NumberRange< PixelX > | PixelXRange |
| typedef int | PixelY |
| typedef KDE::NumberRange< PixelY > | PixelYRange |
| typedef qint32 | Size |
Enumerations | |
| enum | ByteOrder { LittleEndian = 0, BigEndian = 1 } |
| enum | CharCoding { LocalEncoding =0, ISO8859_1Encoding, ISO8859_2Encoding, ISO8859_3Encoding, ISO8859_4Encoding, ISO8859_5Encoding, ISO8859_6Encoding, ISO8859_7Encoding, ISO8859_8Encoding, ISO8859_8_IEncoding, ISO8859_9Encoding, ISO8859_11Encoding, ISO8859_13Encoding, ISO8859_14Encoding, ISO8859_15Encoding, ISO8859_16Encoding, CP1250Encoding, CP1251Encoding, CP1252Encoding, CP1253Encoding, CP1254Encoding, CP1255Encoding, CP1256Encoding, CP1257Encoding, CP1258Encoding, IBM850Encoding, IBM866Encoding, IBM874Encoding, KOI8_REncoding, KOI8_UEncoding, EBCDIC1047Encoding, StartOfOwnEncoding =0x8000, InvalidEncoding =0xFFFE, MaxEncodingId =0xFFFF } |
| enum | ValueCoding { HexadecimalCoding =0, DecimalCoding =1, OctalCoding =2, BinaryCoding =3, InvalidCoding =0xFFFE, MaxCodingId =0xFFFF } |
Functions | |
| static void | copyInvertedBytes (Byte *data, const Byte *sourceData, const int length) |
| static const KCatalogLoader | coreCatalogLoader (QLatin1String("liboktetacore")) |
| static QTextCodec * | createLatin1 () |
| static bool | is8Bit (QTextCodec *codec) |
| static bool | isValidBigDigit (unsigned char digit) |
| static bool | isValidDecimalDigit (unsigned char digit) |
| static bool | isValidSmallDigit (unsigned char digit) |
| Coord | operator+ (const Coord &other, LinePosition pos) |
| QDataStream & | operator<< (QDataStream &outStream, const ByteArrayChange &change) |
| QDataStream & | operator<< (QDataStream &outStream, const ArrayChangeMetrics &metrics) |
| QDataStream & | operator>> (QDataStream &inStream, ByteArrayChange &change) |
| QDataStream & | operator>> (QDataStream &inStream, ArrayChangeMetrics &metrics) |
| static QByteArray | toLower (const QByteArray &_pattern, const CharCodec *charCodec) |
Variables | |
| static const Byte | binaryDigitsFilledLimit = 128 |
| static const PixelX | BorderMargin = 4 |
| static const PixelX | BorderWidth = 2 * BorderMargin + LineWidth |
| static const int | DefaultBinaryGapWidth = 1 |
| static const PixelX | DefaultByteSpacingWidth = 3 |
| static const PixelX | DefaultCursorWidth = 2 |
| static const PixelX | DefaultGroupSpacingWidth = 9 |
| static const int | DefaultNoOfBytesPerLine = 16 |
| static const int | DefaultNoOfGroupedBytes = 4 |
| static const LineSize | DefaultNoOfLinesPerPage = 1 |
| static const PixelX | DefaultRowSpacingHeight = 0 |
| static const int | DefaultScrollTimerPeriod = 100 |
| static const bool | DefaultShowingNonprinting = false |
| static const int | DefaultSingleStep = 20 |
| static const QChar | DefaultSubstituteChar = QLatin1Char( '.' ) |
| static const QChar | DefaultUndefinedChar = QChar( QChar::ReplacementCharacter ) |
| static const AbstractByteArrayView::CodingTypes | DefaultVisibleCodings |
| static const char | DropperOctetStreamFormatName [] = "application/octet-stream" |
| static const char | EBCDIC1047CharCodecName [] = "EBCDIC 1047" |
| static unsigned char | EBCDICChars [256] |
| static const Byte | EmptyByte = ' ' |
| static struct Okteta::EncodingData | encodingDataList [] |
| static const unsigned int | encodingDataListSize |
| static const unsigned int | EndsLater = 2 |
| static const Byte | hexadecimalDigitsFilledLimit = 16 |
| static const int | InsertCursorWidth = 2 |
| static const PixelX | leftOffsetMargin = 2 |
| static const PixelX | LineWidth = 1 |
| static const PixelX | LineX = BorderMargin |
| static const QChar | lowerCaseDigits [16] |
| static const LinePosition | NoByteFound = -1 |
| static const int | NoOfCodings = 4 |
| static const Byte | octalDigitsFilledLimit = 32 |
| static const unsigned char | PrimitivesDefaultUndefinedChar = '?' |
| static const PixelX | rightOffsetMargin = 2 |
| static const int | SearchedByteCountSignalLimit = 10000 |
| static const unsigned int | StartsBefore = 1 |
| static const ByteOrder | thisMachineByteOrder |
| static quint16 | UnicodeChars [256] |
| static const QChar | upperCaseDigits [16] |
Typedef Documentation
| typedef qint32 Okteta::Address |
| typedef KDE::NumberRange<Address,Size> Okteta::AddressRange |
Definition at line 35 of file addressrange.h.
| typedef unsigned char Okteta::Byte |
| typedef qint32 Okteta::Line |
| typedef qint32 Okteta::LinePosition |
Definition at line 33 of file lineposition.h.
Definition at line 34 of file linepositionrange.h.
| typedef qint32 Okteta::LinePositionSize |
Definition at line 34 of file lineposition.h.
| typedef KDE::NumberRange<Line,LineSize> Okteta::LineRange |
Definition at line 34 of file linerange.h.
| typedef qint32 Okteta::LineSize |
| typedef int Okteta::PixelX |
| typedef KDE::NumberRange<PixelX> Okteta::PixelXRange |
| typedef int Okteta::PixelY |
| typedef KDE::NumberRange<PixelY> Okteta::PixelYRange |
| typedef qint32 Okteta::Size |
Enumeration Type Documentation
| enum Okteta::ByteOrder |
| Enumerator | |
|---|---|
| LittleEndian | |
| BigEndian | |
Definition at line 111 of file oktetacore.h.
| enum Okteta::CharCoding |
Definition at line 39 of file oktetacore.h.
| enum Okteta::ValueCoding |
| Enumerator | |
|---|---|
| HexadecimalCoding | |
| DecimalCoding | |
| OctalCoding | |
| BinaryCoding | |
| InvalidCoding | |
| MaxCodingId | |
Definition at line 34 of file oktetacore.h.
Function Documentation
|
inlinestatic |
Definition at line 29 of file poddata.cpp.
|
static |
|
static |
Definition at line 99 of file textcharcodec.cpp.
|
static |
Definition at line 82 of file textcharcodec.cpp.
|
inlinestatic |
Definition at line 82 of file hexadecimalbytecodec.cpp.
|
inlinestatic |
Definition at line 92 of file hexadecimalbytecodec.cpp.
|
inlinestatic |
Definition at line 87 of file hexadecimalbytecodec.cpp.
|
inline |
|
inline |
Definition at line 74 of file bytearraychange.h.
|
inline |
Definition at line 154 of file arraychangemetrics.h.
|
inline |
Definition at line 80 of file bytearraychange.h.
|
inline |
Definition at line 160 of file arraychangemetrics.h.
|
static |
Definition at line 143 of file abstractbytearraymodel.cpp.
Variable Documentation
|
static |
Definition at line 31 of file binarybytecodec.cpp.
|
static |
Definition at line 35 of file bordercolumnrenderer.cpp.
|
static |
Definition at line 37 of file bordercolumnrenderer.cpp.
|
static |
Definition at line 52 of file oktetagui.h.
|
static |
Definition at line 46 of file oktetagui.h.
|
static |
Definition at line 45 of file oktetagui.h.
|
static |
Definition at line 47 of file oktetagui.h.
|
static |
Definition at line 50 of file oktetagui.h.
|
static |
Definition at line 49 of file oktetagui.h.
|
static |
Definition at line 29 of file bytearraytablelayout.cpp.
|
static |
Definition at line 48 of file oktetagui.h.
|
static |
Definition at line 40 of file mousenavigator.cpp.
|
static |
Definition at line 56 of file oktetagui.h.
|
static |
Definition at line 38 of file columnsview.cpp.
|
static |
Definition at line 57 of file oktetagui.h.
|
static |
Definition at line 58 of file oktetagui.h.
|
static |
Definition at line 49 of file bytearrayrowcolumnrenderer.cpp.
|
static |
Definition at line 43 of file dropper.cpp.
|
static |
Definition at line 106 of file ebcdic1047charcodec.cpp.
|
static |
Definition at line 70 of file ebcdic1047charcodec.cpp.
|
static |
Definition at line 43 of file oktetagui.h.
|
static |
|
static |
Definition at line 78 of file textcharcodec.cpp.
|
static |
Definition at line 42 of file oktetagui.h.
|
static |
Definition at line 42 of file hexadecimalbytecodec.cpp.
|
static |
Definition at line 54 of file oktetagui.h.
|
static |
Definition at line 38 of file offsetcolumnrenderer.cpp.
|
static |
Definition at line 36 of file bordercolumnrenderer.cpp.
|
static |
Definition at line 38 of file bordercolumnrenderer.cpp.
|
static |
Definition at line 37 of file hexadecimalbytecodec.cpp.
|
static |
Definition at line 39 of file oktetagui.h.
|
static |
Definition at line 36 of file oktetacore.h.
|
static |
Definition at line 31 of file octalbytecodec.cpp.
|
static |
Definition at line 36 of file utf8codec.cpp.
|
static |
Definition at line 39 of file offsetcolumnrenderer.cpp.
|
static |
Definition at line 33 of file abstractbytearraymodel.cpp.
|
static |
Definition at line 41 of file oktetagui.h.
|
static |
Definition at line 116 of file oktetacore.h.
|
static |
Definition at line 34 of file ebcdic1047charcodec.cpp.
|
static |
Definition at line 32 of file hexadecimalbytecodec.cpp.
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.
KDE API Reference